Shades of Picton Blue #66AAD4
Tints of Picton Blue #66AAD4
RGB
CMYK
RGB Variations
Color information
#66AAD4 (or 0x66AAD4) is known color: Picton Blue. HEX triplet: 66, AA and D4. RGB value is (102,170,212). Sum of RGB (Red+Green+Blue) = 102+170+212=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #66AAD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AAD4 is #99552B. Grayscale: #9A9A9A. Windows color (decimal): -10048812 or 13937254. OLE color: 13937254.
HSL color Cylindrical-coordinate representation of color #66AAD4: hue angle of 202.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AAD4 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 170 | 212 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.17 |
| HSL | 202.91º | 0.56% | 0.62% | - |
| HSV(B) | 202.91º | 0.52% | 0.83% | - |
| XYZ | 31.74 | 36.33 | 67.63 | - |
| YUV | 154.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 212 | 0.52 | 0.20 | 0 | 0.17 | 202.91 | 0.56 | 0.62 |
| Hex | 66 | AA | D4 | 34 | 14 | 0 | 11 | CB | 38 | 3E |
| Octal | 146 | 252 | 324 | 64 | 24 | 0 | 21 | 313 | 70 | 76 |
| Binary | 1100110 | 10101010 | 11010100 | 110100 | 10100 | 0 | 10001 | 11001011 | 111000 | 111110 |
Color Harmonies of #66AAD4
Complementary color
Monochromatic Colors of #66AAD4
Black with #66AAD4
Text Example
Text Example
White with #66AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAD4; }
p { color: rgb(102,170,212); }
H1.HeaderClassName
{
color: #66AAD4;
}
.AnyTagClassName
{
color: #66AAD4;
}
</style>
background-color css
<style>
a { background-color: #66AAD4; }
a { background-color: rgb(102,170,212); }
div.DivClassName
{
background-color: #66AAD4;
}
.BgClassName
{
background-color: #66AAD4;
}
</style>
border-color css
<style>
span { border-color: #66AAD4; }
span { border-color: rgb(102,170,212); }
td.TdClassName
{
border-color: #66AAD4;
}
.TagClassName
{
border-color: #66AAD4;
}
</style>