Shades of Picton Blue #66ACCA
Tints of Picton Blue #66ACCA
RGB
CMYK
RGB Variations
Color information
#66ACCA (or 0x66ACCA) is known color: Picton Blue. HEX triplet: 66, AC and CA. RGB value is (102,172,202). Sum of RGB (Red+Green+Blue) = 102+172+202=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #66ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACCA is #995335. Grayscale: #9A9A9A. Windows color (decimal): -10048310 or 13282406. OLE color: 13282406.
HSL color Cylindrical-coordinate representation of color #66ACCA: hue angle of 198º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66ACCA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 172 | 202 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.21 |
| HSL | 198º | 0.49% | 0.6% | - |
| HSV(B) | 198º | 0.5% | 0.79% | - |
| XYZ | 30.89 | 36.59 | 61.31 | - |
| YUV | 154.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 202 | 0.50 | 0.15 | 0 | 0.21 | 198 | 0.49 | 0.6 |
| Hex | 66 | AC | CA | 32 | F | 0 | 15 | C6 | 31 | 3C |
| Octal | 146 | 254 | 312 | 62 | 17 | 0 | 25 | 306 | 61 | 74 |
| Binary | 1100110 | 10101100 | 11001010 | 110010 | 1111 | 0 | 10101 | 11000110 | 110001 | 111100 |
Color Harmonies of #66ACCA
Complementary color
Monochromatic Colors of #66ACCA
Black with #66ACCA
Text Example
Text Example
White with #66ACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACCA; }
p { color: rgb(102,172,202); }
H1.HeaderClassName
{
color: #66ACCA;
}
.AnyTagClassName
{
color: #66ACCA;
}
</style>
background-color css
<style>
a { background-color: #66ACCA; }
a { background-color: rgb(102,172,202); }
div.DivClassName
{
background-color: #66ACCA;
}
.BgClassName
{
background-color: #66ACCA;
}
</style>
border-color css
<style>
span { border-color: #66ACCA; }
span { border-color: rgb(102,172,202); }
td.TdClassName
{
border-color: #66ACCA;
}
.TagClassName
{
border-color: #66ACCA;
}
</style>