Shades of Picton Blue #57ADDB
Tints of Picton Blue #57ADDB
RGB
CMYK
RGB Variations
Color information
#57ADDB (or 0x57ADDB) is known color: Picton Blue. HEX triplet: 57, AD and DB. RGB value is (87,173,219). Sum of RGB (Red+Green+Blue) = 87+173+219=479 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.16% from 479); Green value is 173 (67.97% from 255 or 36.12% 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 #57ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADDB is #A85224. Grayscale: #989898. Windows color (decimal): -11031077 or 14396759. OLE color: 14396759.
HSL color Cylindrical-coordinate representation of color #57ADDB: hue angle of 200.91º 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 #57ADDB is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 173 | 219 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.14 |
| HSL | 200.91º | 0.65% | 0.6% | - |
| HSV(B) | 200.91º | 0.6% | 0.86% | - |
| XYZ | 31.66 | 37.03 | 72.5 | - |
| YUV | 152.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 219 | 0.60 | 0.21 | 0 | 0.14 | 200.91 | 0.65 | 0.6 |
| Hex | 57 | AD | DB | 3C | 15 | 0 | E | C9 | 41 | 3C |
| Octal | 127 | 255 | 333 | 74 | 25 | 0 | 16 | 311 | 101 | 74 |
| Binary | 1010111 | 10101101 | 11011011 | 111100 | 10101 | 0 | 1110 | 11001001 | 1000001 | 111100 |
Color Harmonies of #57ADDB
Complementary color
Monochromatic Colors of #57ADDB
Black with #57ADDB
Text Example
Text Example
White with #57ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADDB; }
p { color: rgb(87,173,219); }
H1.HeaderClassName
{
color: #57ADDB;
}
.AnyTagClassName
{
color: #57ADDB;
}
</style>
background-color css
<style>
a { background-color: #57ADDB; }
a { background-color: rgb(87,173,219); }
div.DivClassName
{
background-color: #57ADDB;
}
.BgClassName
{
background-color: #57ADDB;
}
</style>
border-color css
<style>
span { border-color: #57ADDB; }
span { border-color: rgb(87,173,219); }
td.TdClassName
{
border-color: #57ADDB;
}
.TagClassName
{
border-color: #57ADDB;
}
</style>