HTML COLOUR CODE

HTML Colour Codes
It's a free color tools for finding HTML colours for your website and blog. Great tools HTML color picker will make this simple.



HTML Colour Picker
Move the vertical slider to chose colour and then click into colour square on the left to get HTML color code for desired color cast.

How to use HTML colour codes?
Using HTML colour codes for website background color:

<body style="background:#80BFFF">

Using HTML colour codes for setting font/text color:

<span style="color:#80BFFF">

Using HTML colour codes for table background color:

<table style="background:#80BFFF">

Using HTML colour code for link color:

<a style="color:#80BFFF">

read more...