Shades of Picton Blue #57ACDB
Tints of Picton Blue #57ACDB
RGB
CMYK
RGB Variations
Color information
#57ACDB (or 0x57ACDB) is known color: Picton Blue. HEX triplet: 57, AC and DB. RGB value is (87,172,219). Sum of RGB (Red+Green+Blue) = 87+172+219=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #57ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACDB is #A85324. Grayscale: #979797. Windows color (decimal): -11031333 or 14396503. OLE color: 14396503.
HSL color Cylindrical-coordinate representation of color #57ACDB: hue angle of 201.36º 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 #57ACDB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 172 | 219 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.14 |
| HSL | 201.36º | 0.65% | 0.6% | - |
| HSV(B) | 201.36º | 0.6% | 0.86% | - |
| XYZ | 31.47 | 36.65 | 72.43 | - |
| YUV | 151.94 | 165.84 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 172 | 219 | 0.60 | 0.21 | 0 | 0.14 | 201.36 | 0.65 | 0.6 |
| Hex | 57 | AC | DB | 3C | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 127 | 254 | 333 | 74 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1010111 | 10101100 | 11011011 | 111100 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #57ACDB
Complementary color
Monochromatic Colors of #57ACDB
Black with #57ACDB
Text Example
Text Example
White with #57ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ACDB; }
p { color: rgb(87,172,219); }
H1.HeaderClassName
{
color: #57ACDB;
}
.AnyTagClassName
{
color: #57ACDB;
}
</style>
background-color css
<style>
a { background-color: #57ACDB; }
a { background-color: rgb(87,172,219); }
div.DivClassName
{
background-color: #57ACDB;
}
.BgClassName
{
background-color: #57ACDB;
}
</style>
border-color css
<style>
span { border-color: #57ACDB; }
span { border-color: rgb(87,172,219); }
td.TdClassName
{
border-color: #57ACDB;
}
.TagClassName
{
border-color: #57ACDB;
}
</style>