Shades of Picton Blue #66ACCF
Tints of Picton Blue #66ACCF
RGB
CMYK
RGB Variations
Color information
#66ACCF (or 0x66ACCF) is known color: Picton Blue. HEX triplet: 66, AC and CF. RGB value is (102,172,207). Sum of RGB (Red+Green+Blue) = 102+172+207=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #66ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACCF is #995330. Grayscale: #9A9A9A. Windows color (decimal): -10048305 or 13610086. OLE color: 13610086.
HSL color Cylindrical-coordinate representation of color #66ACCF: hue angle of 200º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66ACCF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 172 | 207 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.19 |
| HSL | 200º | 0.52% | 0.61% | - |
| HSV(B) | 200º | 0.51% | 0.81% | - |
| XYZ | 31.49 | 36.83 | 64.48 | - |
| YUV | 155.06 | 157.31 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 207 | 0.51 | 0.17 | 0 | 0.19 | 200 | 0.52 | 0.61 |
| Hex | 66 | AC | CF | 33 | 11 | 0 | 13 | C8 | 34 | 3D |
| Octal | 146 | 254 | 317 | 63 | 21 | 0 | 23 | 310 | 64 | 75 |
| Binary | 1100110 | 10101100 | 11001111 | 110011 | 10001 | 0 | 10011 | 11001000 | 110100 | 111101 |
Color Harmonies of #66ACCF
Complementary color
Monochromatic Colors of #66ACCF
Black with #66ACCF
Text Example
Text Example
White with #66ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACCF; }
p { color: rgb(102,172,207); }
H1.HeaderClassName
{
color: #66ACCF;
}
.AnyTagClassName
{
color: #66ACCF;
}
</style>
background-color css
<style>
a { background-color: #66ACCF; }
a { background-color: rgb(102,172,207); }
div.DivClassName
{
background-color: #66ACCF;
}
.BgClassName
{
background-color: #66ACCF;
}
</style>
border-color css
<style>
span { border-color: #66ACCF; }
span { border-color: rgb(102,172,207); }
td.TdClassName
{
border-color: #66ACCF;
}
.TagClassName
{
border-color: #66ACCF;
}
</style>