Shades of Picton Blue #57ADD9
Tints of Picton Blue #57ADD9
RGB
CMYK
RGB Variations
Color information
#57ADD9 (or 0x57ADD9) is known color: Picton Blue. HEX triplet: 57, AD and D9. RGB value is (87,173,217). Sum of RGB (Red+Green+Blue) = 87+173+217=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #57ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADD9 is #A85226. Grayscale: #989898. Windows color (decimal): -11031079 or 14265687. OLE color: 14265687.
HSL color Cylindrical-coordinate representation of color #57ADD9: hue angle of 200.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57ADD9 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 173 | 217 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.15 |
| HSL | 200.31º | 0.63% | 0.6% | - |
| HSV(B) | 200.31º | 0.6% | 0.85% | - |
| XYZ | 31.4 | 36.92 | 71.12 | - |
| YUV | 152.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 173 | 217 | 0.60 | 0.20 | 0 | 0.15 | 200.31 | 0.63 | 0.6 |
| Hex | 57 | AD | D9 | 3C | 14 | 0 | F | C8 | 3F | 3C |
| Octal | 127 | 255 | 331 | 74 | 24 | 0 | 17 | 310 | 77 | 74 |
| Binary | 1010111 | 10101101 | 11011001 | 111100 | 10100 | 0 | 1111 | 11001000 | 111111 | 111100 |
Color Harmonies of #57ADD9
Complementary color
Monochromatic Colors of #57ADD9
Black with #57ADD9
Text Example
Text Example
White with #57ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ADD9; }
p { color: rgb(87,173,217); }
H1.HeaderClassName
{
color: #57ADD9;
}
.AnyTagClassName
{
color: #57ADD9;
}
</style>
background-color css
<style>
a { background-color: #57ADD9; }
a { background-color: rgb(87,173,217); }
div.DivClassName
{
background-color: #57ADD9;
}
.BgClassName
{
background-color: #57ADD9;
}
</style>
border-color css
<style>
span { border-color: #57ADD9; }
span { border-color: rgb(87,173,217); }
td.TdClassName
{
border-color: #57ADD9;
}
.TagClassName
{
border-color: #57ADD9;
}
</style>