Shades of Picton Blue #57A9D8
Tints of Picton Blue #57A9D8
RGB
CMYK
RGB Variations
Color information
#57A9D8 (or 0x57A9D8) is known color: Picton Blue. HEX triplet: 57, A9 and D8. RGB value is (87,169,216). Sum of RGB (Red+Green+Blue) = 87+169+216=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #57A9D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9D8 is #A85627. Grayscale: #959595. Windows color (decimal): -11032104 or 14199127. OLE color: 14199127.
HSL color Cylindrical-coordinate representation of color #57A9D8: hue angle of 201.86º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57A9D8 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 169 | 216 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.15 |
| HSL | 201.86º | 0.62% | 0.59% | - |
| HSV(B) | 201.86º | 0.6% | 0.85% | - |
| XYZ | 30.51 | 35.36 | 70.18 | - |
| YUV | 149.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 216 | 0.60 | 0.22 | 0 | 0.15 | 201.86 | 0.62 | 0.59 |
| Hex | 57 | A9 | D8 | 3C | 16 | 0 | F | CA | 3E | 3B |
| Octal | 127 | 251 | 330 | 74 | 26 | 0 | 17 | 312 | 76 | 73 |
| Binary | 1010111 | 10101001 | 11011000 | 111100 | 10110 | 0 | 1111 | 11001010 | 111110 | 111011 |
Color Harmonies of #57A9D8
Complementary color
Monochromatic Colors of #57A9D8
Black with #57A9D8
Text Example
Text Example
White with #57A9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9D8; }
p { color: rgb(87,169,216); }
H1.HeaderClassName
{
color: #57A9D8;
}
.AnyTagClassName
{
color: #57A9D8;
}
</style>
background-color css
<style>
a { background-color: #57A9D8; }
a { background-color: rgb(87,169,216); }
div.DivClassName
{
background-color: #57A9D8;
}
.BgClassName
{
background-color: #57A9D8;
}
</style>
border-color css
<style>
span { border-color: #57A9D8; }
span { border-color: rgb(87,169,216); }
td.TdClassName
{
border-color: #57A9D8;
}
.TagClassName
{
border-color: #57A9D8;
}
</style>