Shades of Picton Blue #66ADCE
Tints of Picton Blue #66ADCE
RGB
CMYK
RGB Variations
Color information
#66ADCE (or 0x66ADCE) is known color: Picton Blue. HEX triplet: 66, AD and CE. RGB value is (102,173,206). Sum of RGB (Red+Green+Blue) = 102+173+206=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #66ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCE is #995231. Grayscale: #9B9B9B. Windows color (decimal): -10048050 or 13544806. OLE color: 13544806.
HSL color Cylindrical-coordinate representation of color #66ADCE: hue angle of 199.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66ADCE is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 173 | 206 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.19 |
| HSL | 199.04º | 0.51% | 0.6% | - |
| HSV(B) | 199.04º | 0.5% | 0.81% | - |
| XYZ | 31.56 | 37.17 | 63.9 | - |
| YUV | 155.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 206 | 0.50 | 0.16 | 0 | 0.19 | 199.04 | 0.51 | 0.6 |
| Hex | 66 | AD | CE | 32 | 10 | 0 | 13 | C7 | 33 | 3C |
| Octal | 146 | 255 | 316 | 62 | 20 | 0 | 23 | 307 | 63 | 74 |
| Binary | 1100110 | 10101101 | 11001110 | 110010 | 10000 | 0 | 10011 | 11000111 | 110011 | 111100 |
Color Harmonies of #66ADCE
Complementary color
Monochromatic Colors of #66ADCE
Black with #66ADCE
Text Example
Text Example
White with #66ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADCE; }
p { color: rgb(102,173,206); }
H1.HeaderClassName
{
color: #66ADCE;
}
.AnyTagClassName
{
color: #66ADCE;
}
</style>
background-color css
<style>
a { background-color: #66ADCE; }
a { background-color: rgb(102,173,206); }
div.DivClassName
{
background-color: #66ADCE;
}
.BgClassName
{
background-color: #66ADCE;
}
</style>
border-color css
<style>
span { border-color: #66ADCE; }
span { border-color: rgb(102,173,206); }
td.TdClassName
{
border-color: #66ADCE;
}
.TagClassName
{
border-color: #66ADCE;
}
</style>