Shades of Picton Blue #60ABC5
Tints of Picton Blue #60ABC5
RGB
CMYK
RGB Variations
Color information
#60ABC5 (or 0x60ABC5) is known color: Picton Blue. HEX triplet: 60, AB and C5. RGB value is (96,171,197). Sum of RGB (Red+Green+Blue) = 96+171+197=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #60ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABC5 is #9F543A. Grayscale: #979797. Windows color (decimal): -10441787 or 12954464. OLE color: 12954464.
HSL color Cylindrical-coordinate representation of color #60ABC5: hue angle of 195.45º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60ABC5 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 171 | 197 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.23 |
| HSL | 195.45º | 0.47% | 0.57% | - |
| HSV(B) | 195.45º | 0.51% | 0.77% | - |
| XYZ | 29.46 | 35.64 | 58.15 | - |
| YUV | 151.54 | 153.65 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 197 | 0.51 | 0.13 | 0 | 0.23 | 195.45 | 0.47 | 0.57 |
| Hex | 60 | AB | C5 | 33 | D | 0 | 17 | C3 | 2F | 39 |
| Octal | 140 | 253 | 305 | 63 | 15 | 0 | 27 | 303 | 57 | 71 |
| Binary | 1100000 | 10101011 | 11000101 | 110011 | 1101 | 0 | 10111 | 11000011 | 101111 | 111001 |
Color Harmonies of #60ABC5
Complementary color
Monochromatic Colors of #60ABC5
Black with #60ABC5
Text Example
Text Example
White with #60ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABC5; }
p { color: rgb(96,171,197); }
H1.HeaderClassName
{
color: #60ABC5;
}
.AnyTagClassName
{
color: #60ABC5;
}
</style>
background-color css
<style>
a { background-color: #60ABC5; }
a { background-color: rgb(96,171,197); }
div.DivClassName
{
background-color: #60ABC5;
}
.BgClassName
{
background-color: #60ABC5;
}
</style>
border-color css
<style>
span { border-color: #60ABC5; }
span { border-color: rgb(96,171,197); }
td.TdClassName
{
border-color: #60ABC5;
}
.TagClassName
{
border-color: #60ABC5;
}
</style>