Shades of Picton Blue #66ACC9
Tints of Picton Blue #66ACC9
RGB
CMYK
RGB Variations
Color information
#66ACC9 (or 0x66ACC9) is known color: Picton Blue. HEX triplet: 66, AC and C9. RGB value is (102,172,201). Sum of RGB (Red+Green+Blue) = 102+172+201=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #66ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACC9 is #995336. Grayscale: #9A9A9A. Windows color (decimal): -10048311 or 13216870. OLE color: 13216870.
HSL color Cylindrical-coordinate representation of color #66ACC9: hue angle of 197.58º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66ACC9 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 172 | 201 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.21 |
| HSL | 197.58º | 0.48% | 0.59% | - |
| HSV(B) | 197.58º | 0.49% | 0.79% | - |
| XYZ | 30.77 | 36.55 | 60.69 | - |
| YUV | 154.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 201 | 0.49 | 0.14 | 0 | 0.21 | 197.58 | 0.48 | 0.59 |
| Hex | 66 | AC | C9 | 31 | E | 0 | 15 | C6 | 30 | 3B |
| Octal | 146 | 254 | 311 | 61 | 16 | 0 | 25 | 306 | 60 | 73 |
| Binary | 1100110 | 10101100 | 11001001 | 110001 | 1110 | 0 | 10101 | 11000110 | 110000 | 111011 |
Color Harmonies of #66ACC9
Complementary color
Monochromatic Colors of #66ACC9
Black with #66ACC9
Text Example
Text Example
White with #66ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACC9; }
p { color: rgb(102,172,201); }
H1.HeaderClassName
{
color: #66ACC9;
}
.AnyTagClassName
{
color: #66ACC9;
}
</style>
background-color css
<style>
a { background-color: #66ACC9; }
a { background-color: rgb(102,172,201); }
div.DivClassName
{
background-color: #66ACC9;
}
.BgClassName
{
background-color: #66ACC9;
}
</style>
border-color css
<style>
span { border-color: #66ACC9; }
span { border-color: rgb(102,172,201); }
td.TdClassName
{
border-color: #66ACC9;
}
.TagClassName
{
border-color: #66ACC9;
}
</style>