Shades of Picton Blue #59ABDB
Tints of Picton Blue #59ABDB
RGB
CMYK
RGB Variations
Color information
#59ABDB (or 0x59ABDB) is known color: Picton Blue. HEX triplet: 59, AB and DB. RGB value is (89,171,219). Sum of RGB (Red+Green+Blue) = 89+171+219=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #59ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABDB is #A65424. Grayscale: #979797. Windows color (decimal): -10900517 or 14396249. OLE color: 14396249.
HSL color Cylindrical-coordinate representation of color #59ABDB: hue angle of 202.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59ABDB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 171 | 219 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.14 |
| HSL | 202.15º | 0.64% | 0.6% | - |
| HSV(B) | 202.15º | 0.59% | 0.86% | - |
| XYZ | 31.47 | 36.36 | 72.38 | - |
| YUV | 151.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 219 | 0.59 | 0.22 | 0 | 0.14 | 202.15 | 0.64 | 0.6 |
| Hex | 59 | AB | DB | 3B | 16 | 0 | E | CA | 40 | 3C |
| Octal | 131 | 253 | 333 | 73 | 26 | 0 | 16 | 312 | 100 | 74 |
| Binary | 1011001 | 10101011 | 11011011 | 111011 | 10110 | 0 | 1110 | 11001010 | 1000000 | 111100 |
Color Harmonies of #59ABDB
Complementary color
Monochromatic Colors of #59ABDB
Black with #59ABDB
Text Example
Text Example
White with #59ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABDB; }
p { color: rgb(89,171,219); }
H1.HeaderClassName
{
color: #59ABDB;
}
.AnyTagClassName
{
color: #59ABDB;
}
</style>
background-color css
<style>
a { background-color: #59ABDB; }
a { background-color: rgb(89,171,219); }
div.DivClassName
{
background-color: #59ABDB;
}
.BgClassName
{
background-color: #59ABDB;
}
</style>
border-color css
<style>
span { border-color: #59ABDB; }
span { border-color: rgb(89,171,219); }
td.TdClassName
{
border-color: #59ABDB;
}
.TagClassName
{
border-color: #59ABDB;
}
</style>