Shades of Picton Blue #60ACD2
Tints of Picton Blue #60ACD2
RGB
CMYK
RGB Variations
Color information
#60ACD2 (or 0x60ACD2) is known color: Picton Blue. HEX triplet: 60, AC and D2. RGB value is (96,172,210). Sum of RGB (Red+Green+Blue) = 96+172+210=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #60ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACD2 is #9F532D. Grayscale: #999999. Windows color (decimal): -10441518 or 13806688. OLE color: 13806688.
HSL color Cylindrical-coordinate representation of color #60ACD2: hue angle of 200º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60ACD2 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 172 | 210 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.18 |
| HSL | 200º | 0.56% | 0.6% | - |
| HSV(B) | 200º | 0.54% | 0.82% | - |
| XYZ | 31.21 | 36.64 | 66.4 | - |
| YUV | 153.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 210 | 0.54 | 0.18 | 0 | 0.18 | 200 | 0.56 | 0.6 |
| Hex | 60 | AC | D2 | 36 | 12 | 0 | 12 | C8 | 38 | 3C |
| Octal | 140 | 254 | 322 | 66 | 22 | 0 | 22 | 310 | 70 | 74 |
| Binary | 1100000 | 10101100 | 11010010 | 110110 | 10010 | 0 | 10010 | 11001000 | 111000 | 111100 |
Color Harmonies of #60ACD2
Complementary color
Monochromatic Colors of #60ACD2
Black with #60ACD2
Text Example
Text Example
White with #60ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACD2; }
p { color: rgb(96,172,210); }
H1.HeaderClassName
{
color: #60ACD2;
}
.AnyTagClassName
{
color: #60ACD2;
}
</style>
background-color css
<style>
a { background-color: #60ACD2; }
a { background-color: rgb(96,172,210); }
div.DivClassName
{
background-color: #60ACD2;
}
.BgClassName
{
background-color: #60ACD2;
}
</style>
border-color css
<style>
span { border-color: #60ACD2; }
span { border-color: rgb(96,172,210); }
td.TdClassName
{
border-color: #60ACD2;
}
.TagClassName
{
border-color: #60ACD2;
}
</style>