Shades of Picton Blue #66ABCE
Tints of Picton Blue #66ABCE
RGB
CMYK
RGB Variations
Color information
#66ABCE (or 0x66ABCE) is known color: Picton Blue. HEX triplet: 66, AB and CE. RGB value is (102,171,206). Sum of RGB (Red+Green+Blue) = 102+171+206=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #66ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABCE is #995431. Grayscale: #9A9A9A. Windows color (decimal): -10048562 or 13544294. OLE color: 13544294.
HSL color Cylindrical-coordinate representation of color #66ABCE: hue angle of 200.19º 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 #66ABCE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 171 | 206 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.19 |
| HSL | 200.19º | 0.51% | 0.6% | - |
| HSV(B) | 200.19º | 0.5% | 0.81% | - |
| XYZ | 31.18 | 36.41 | 63.78 | - |
| YUV | 154.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 206 | 0.50 | 0.17 | 0 | 0.19 | 200.19 | 0.51 | 0.6 |
| Hex | 66 | AB | CE | 32 | 11 | 0 | 13 | C8 | 33 | 3C |
| Octal | 146 | 253 | 316 | 62 | 21 | 0 | 23 | 310 | 63 | 74 |
| Binary | 1100110 | 10101011 | 11001110 | 110010 | 10001 | 0 | 10011 | 11001000 | 110011 | 111100 |
Color Harmonies of #66ABCE
Complementary color
Monochromatic Colors of #66ABCE
Black with #66ABCE
Text Example
Text Example
White with #66ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABCE; }
p { color: rgb(102,171,206); }
H1.HeaderClassName
{
color: #66ABCE;
}
.AnyTagClassName
{
color: #66ABCE;
}
</style>
background-color css
<style>
a { background-color: #66ABCE; }
a { background-color: rgb(102,171,206); }
div.DivClassName
{
background-color: #66ABCE;
}
.BgClassName
{
background-color: #66ABCE;
}
</style>
border-color css
<style>
span { border-color: #66ABCE; }
span { border-color: rgb(102,171,206); }
td.TdClassName
{
border-color: #66ABCE;
}
.TagClassName
{
border-color: #66ABCE;
}
</style>