Shades of Picton Blue #66ADCF
Tints of Picton Blue #66ADCF
RGB
CMYK
RGB Variations
Color information
#66ADCF (or 0x66ADCF) is known color: Picton Blue. HEX triplet: 66, AD and CF. RGB value is (102,173,207). Sum of RGB (Red+Green+Blue) = 102+173+207=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #66ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADCF is #995230. Grayscale: #9B9B9B. Windows color (decimal): -10048049 or 13610342. OLE color: 13610342.
HSL color Cylindrical-coordinate representation of color #66ADCF: hue angle of 199.43º 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 #66ADCF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 173 | 207 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.19 |
| HSL | 199.43º | 0.52% | 0.61% | - |
| HSV(B) | 199.43º | 0.51% | 0.81% | - |
| XYZ | 31.69 | 37.22 | 64.55 | - |
| YUV | 155.65 | 156.98 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 207 | 0.51 | 0.16 | 0 | 0.19 | 199.43 | 0.52 | 0.61 |
| Hex | 66 | AD | CF | 33 | 10 | 0 | 13 | C7 | 34 | 3D |
| Octal | 146 | 255 | 317 | 63 | 20 | 0 | 23 | 307 | 64 | 75 |
| Binary | 1100110 | 10101101 | 11001111 | 110011 | 10000 | 0 | 10011 | 11000111 | 110100 | 111101 |
Color Harmonies of #66ADCF
Complementary color
Monochromatic Colors of #66ADCF
Black with #66ADCF
Text Example
Text Example
White with #66ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADCF; }
p { color: rgb(102,173,207); }
H1.HeaderClassName
{
color: #66ADCF;
}
.AnyTagClassName
{
color: #66ADCF;
}
</style>
background-color css
<style>
a { background-color: #66ADCF; }
a { background-color: rgb(102,173,207); }
div.DivClassName
{
background-color: #66ADCF;
}
.BgClassName
{
background-color: #66ADCF;
}
</style>
border-color css
<style>
span { border-color: #66ADCF; }
span { border-color: rgb(102,173,207); }
td.TdClassName
{
border-color: #66ADCF;
}
.TagClassName
{
border-color: #66ADCF;
}
</style>