Shades of Picton Blue #66ACD3
Tints of Picton Blue #66ACD3
RGB
CMYK
RGB Variations
Color information
#66ACD3 (or 0x66ACD3) is known color: Picton Blue. HEX triplet: 66, AC and D3. RGB value is (102,172,211). Sum of RGB (Red+Green+Blue) = 102+172+211=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #66ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACD3 is #99532C. Grayscale: #9B9B9B. Windows color (decimal): -10048301 or 13872230. OLE color: 13872230.
HSL color Cylindrical-coordinate representation of color #66ACD3: hue angle of 201.47º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66ACD3 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 172 | 211 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.17 |
| HSL | 201.47º | 0.55% | 0.61% | - |
| HSV(B) | 201.47º | 0.52% | 0.83% | - |
| XYZ | 31.99 | 37.03 | 67.09 | - |
| YUV | 155.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 211 | 0.52 | 0.18 | 0 | 0.17 | 201.47 | 0.55 | 0.61 |
| Hex | 66 | AC | D3 | 34 | 12 | 0 | 11 | C9 | 37 | 3D |
| Octal | 146 | 254 | 323 | 64 | 22 | 0 | 21 | 311 | 67 | 75 |
| Binary | 1100110 | 10101100 | 11010011 | 110100 | 10010 | 0 | 10001 | 11001001 | 110111 | 111101 |
Color Harmonies of #66ACD3
Complementary color
Monochromatic Colors of #66ACD3
Black with #66ACD3
Text Example
Text Example
White with #66ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACD3; }
p { color: rgb(102,172,211); }
H1.HeaderClassName
{
color: #66ACD3;
}
.AnyTagClassName
{
color: #66ACD3;
}
</style>
background-color css
<style>
a { background-color: #66ACD3; }
a { background-color: rgb(102,172,211); }
div.DivClassName
{
background-color: #66ACD3;
}
.BgClassName
{
background-color: #66ACD3;
}
</style>
border-color css
<style>
span { border-color: #66ACD3; }
span { border-color: rgb(102,172,211); }
td.TdClassName
{
border-color: #66ACD3;
}
.TagClassName
{
border-color: #66ACD3;
}
</style>