Shades of Picton Blue #66ABCC
Tints of Picton Blue #66ABCC
RGB
CMYK
RGB Variations
Color information
#66ABCC (or 0x66ABCC) is known color: Picton Blue. HEX triplet: 66, AB and CC. RGB value is (102,171,204). Sum of RGB (Red+Green+Blue) = 102+171+204=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #66ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ABCC is #995433. Grayscale: #999999. Windows color (decimal): -10048564 or 13413222. OLE color: 13413222.
HSL color Cylindrical-coordinate representation of color #66ABCC: hue angle of 199.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66ABCC is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 171 | 204 | - |
| CMYK | 0.5 | 0.16 | 0 | 0.2 |
| HSL | 199.41º | 0.5% | 0.6% | - |
| HSV(B) | 199.41º | 0.5% | 0.8% | - |
| XYZ | 30.94 | 36.31 | 62.5 | - |
| YUV | 154.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 204 | 0.5 | 0.16 | 0 | 0.2 | 199.41 | 0.5 | 0.6 |
| Hex | 66 | AB | CC | 32 | 10 | 0 | 14 | C7 | 32 | 3C |
| Octal | 146 | 253 | 314 | 62 | 20 | 0 | 24 | 307 | 62 | 74 |
| Binary | 1100110 | 10101011 | 11001100 | 110010 | 10000 | 0 | 10100 | 11000111 | 110010 | 111100 |
Color Harmonies of #66ABCC
Complementary color
Monochromatic Colors of #66ABCC
Black with #66ABCC
Text Example
Text Example
White with #66ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABCC; }
p { color: rgb(102,171,204); }
H1.HeaderClassName
{
color: #66ABCC;
}
.AnyTagClassName
{
color: #66ABCC;
}
</style>
background-color css
<style>
a { background-color: #66ABCC; }
a { background-color: rgb(102,171,204); }
div.DivClassName
{
background-color: #66ABCC;
}
.BgClassName
{
background-color: #66ABCC;
}
</style>
border-color css
<style>
span { border-color: #66ABCC; }
span { border-color: rgb(102,171,204); }
td.TdClassName
{
border-color: #66ABCC;
}
.TagClassName
{
border-color: #66ABCC;
}
</style>