Shades of Picton Blue #57ABDC
Tints of Picton Blue #57ABDC
RGB
CMYK
RGB Variations
Color information
#57ABDC (or 0x57ABDC) is known color: Picton Blue. HEX triplet: 57, AB and DC. RGB value is (87,171,220). Sum of RGB (Red+Green+Blue) = 87+171+220=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #57ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABDC is #A85423. Grayscale: #979797. Windows color (decimal): -11031588 or 14461783. OLE color: 14461783.
HSL color Cylindrical-coordinate representation of color #57ABDC: hue angle of 202.11º degrees, saturation: 0.66, 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 #57ABDC is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 171 | 220 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.14 |
| HSL | 202.11º | 0.66% | 0.6% | - |
| HSV(B) | 202.11º | 0.6% | 0.86% | - |
| XYZ | 31.41 | 36.32 | 73.06 | - |
| YUV | 151.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 220 | 0.60 | 0.22 | 0 | 0.14 | 202.11 | 0.66 | 0.6 |
| Hex | 57 | AB | DC | 3C | 16 | 0 | E | CA | 42 | 3C |
| Octal | 127 | 253 | 334 | 74 | 26 | 0 | 16 | 312 | 102 | 74 |
| Binary | 1010111 | 10101011 | 11011100 | 111100 | 10110 | 0 | 1110 | 11001010 | 1000010 | 111100 |
Color Harmonies of #57ABDC
Complementary color
Monochromatic Colors of #57ABDC
Black with #57ABDC
Text Example
Text Example
White with #57ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ABDC; }
p { color: rgb(87,171,220); }
H1.HeaderClassName
{
color: #57ABDC;
}
.AnyTagClassName
{
color: #57ABDC;
}
</style>
background-color css
<style>
a { background-color: #57ABDC; }
a { background-color: rgb(87,171,220); }
div.DivClassName
{
background-color: #57ABDC;
}
.BgClassName
{
background-color: #57ABDC;
}
</style>
border-color css
<style>
span { border-color: #57ABDC; }
span { border-color: rgb(87,171,220); }
td.TdClassName
{
border-color: #57ABDC;
}
.TagClassName
{
border-color: #57ABDC;
}
</style>