Shades of Picton Blue #57ABDB
Tints of Picton Blue #57ABDB
RGB
CMYK
RGB Variations
Color information
#57ABDB (or 0x57ABDB) is known color: Picton Blue. HEX triplet: 57, AB and DB. RGB value is (87,171,219). Sum of RGB (Red+Green+Blue) = 87+171+219=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #57ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABDB is #A85424. Grayscale: #979797. Windows color (decimal): -11031589 or 14396247. OLE color: 14396247.
HSL color Cylindrical-coordinate representation of color #57ABDB: hue angle of 201.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57ABDB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 171 | 219 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.14 |
| HSL | 201.82º | 0.65% | 0.6% | - |
| HSV(B) | 201.82º | 0.6% | 0.86% | - |
| XYZ | 31.28 | 36.27 | 72.37 | - |
| YUV | 151.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 219 | 0.60 | 0.22 | 0 | 0.14 | 201.82 | 0.65 | 0.6 |
| Hex | 57 | AB | DB | 3C | 16 | 0 | E | CA | 41 | 3C |
| Octal | 127 | 253 | 333 | 74 | 26 | 0 | 16 | 312 | 101 | 74 |
| Binary | 1010111 | 10101011 | 11011011 | 111100 | 10110 | 0 | 1110 | 11001010 | 1000001 | 111100 |
Color Harmonies of #57ABDB
Complementary color
Monochromatic Colors of #57ABDB
Black with #57ABDB
Text Example
Text Example
White with #57ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABDB; }
p { color: rgb(87,171,219); }
H1.HeaderClassName
{
color: #57ABDB;
}
.AnyTagClassName
{
color: #57ABDB;
}
</style>
background-color css
<style>
a { background-color: #57ABDB; }
a { background-color: rgb(87,171,219); }
div.DivClassName
{
background-color: #57ABDB;
}
.BgClassName
{
background-color: #57ABDB;
}
</style>
border-color css
<style>
span { border-color: #57ABDB; }
span { border-color: rgb(87,171,219); }
td.TdClassName
{
border-color: #57ABDB;
}
.TagClassName
{
border-color: #57ABDB;
}
</style>