Shades of Picton Blue #57A9DB
Tints of Picton Blue #57A9DB
RGB
CMYK
RGB Variations
Color information
#57A9DB (or 0x57A9DB) is known color: Picton Blue. HEX triplet: 57, A9 and DB. RGB value is (87,169,219). Sum of RGB (Red+Green+Blue) = 87+169+219=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #57A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9DB is #A85624. Grayscale: #959595. Windows color (decimal): -11032101 or 14395735. OLE color: 14395735.
HSL color Cylindrical-coordinate representation of color #57A9DB: hue angle of 202.73º 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 #57A9DB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 169 | 219 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.14 |
| HSL | 202.73º | 0.65% | 0.6% | - |
| HSV(B) | 202.73º | 0.6% | 0.86% | - |
| XYZ | 30.9 | 35.52 | 72.24 | - |
| YUV | 150.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 219 | 0.60 | 0.23 | 0 | 0.14 | 202.73 | 0.65 | 0.6 |
| Hex | 57 | A9 | DB | 3C | 17 | 0 | E | CB | 41 | 3C |
| Octal | 127 | 251 | 333 | 74 | 27 | 0 | 16 | 313 | 101 | 74 |
| Binary | 1010111 | 10101001 | 11011011 | 111100 | 10111 | 0 | 1110 | 11001011 | 1000001 | 111100 |
Color Harmonies of #57A9DB
Complementary color
Monochromatic Colors of #57A9DB
Black with #57A9DB
Text Example
Text Example
White with #57A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9DB; }
p { color: rgb(87,169,219); }
H1.HeaderClassName
{
color: #57A9DB;
}
.AnyTagClassName
{
color: #57A9DB;
}
</style>
background-color css
<style>
a { background-color: #57A9DB; }
a { background-color: rgb(87,169,219); }
div.DivClassName
{
background-color: #57A9DB;
}
.BgClassName
{
background-color: #57A9DB;
}
</style>
border-color css
<style>
span { border-color: #57A9DB; }
span { border-color: rgb(87,169,219); }
td.TdClassName
{
border-color: #57A9DB;
}
.TagClassName
{
border-color: #57A9DB;
}
</style>