Shades of Picton Blue #60ACC8
Tints of Picton Blue #60ACC8
RGB
CMYK
RGB Variations
Color information
#60ACC8 (or 0x60ACC8) is known color: Picton Blue. HEX triplet: 60, AC and C8. RGB value is (96,172,200). Sum of RGB (Red+Green+Blue) = 96+172+200=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #60ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACC8 is #9F5337. Grayscale: #989898. Windows color (decimal): -10441528 or 13151328. OLE color: 13151328.
HSL color Cylindrical-coordinate representation of color #60ACC8: hue angle of 196.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60ACC8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 172 | 200 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.22 |
| HSL | 196.15º | 0.49% | 0.58% | - |
| HSV(B) | 196.15º | 0.52% | 0.78% | - |
| XYZ | 30 | 36.16 | 60.04 | - |
| YUV | 152.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 200 | 0.52 | 0.14 | 0 | 0.22 | 196.15 | 0.49 | 0.58 |
| Hex | 60 | AC | C8 | 34 | E | 0 | 16 | C4 | 31 | 3A |
| Octal | 140 | 254 | 310 | 64 | 16 | 0 | 26 | 304 | 61 | 72 |
| Binary | 1100000 | 10101100 | 11001000 | 110100 | 1110 | 0 | 10110 | 11000100 | 110001 | 111010 |
Color Harmonies of #60ACC8
Complementary color
Monochromatic Colors of #60ACC8
Black with #60ACC8
Text Example
Text Example
White with #60ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACC8; }
p { color: rgb(96,172,200); }
H1.HeaderClassName
{
color: #60ACC8;
}
.AnyTagClassName
{
color: #60ACC8;
}
</style>
background-color css
<style>
a { background-color: #60ACC8; }
a { background-color: rgb(96,172,200); }
div.DivClassName
{
background-color: #60ACC8;
}
.BgClassName
{
background-color: #60ACC8;
}
</style>
border-color css
<style>
span { border-color: #60ACC8; }
span { border-color: rgb(96,172,200); }
td.TdClassName
{
border-color: #60ACC8;
}
.TagClassName
{
border-color: #60ACC8;
}
</style>