Shades of Picton Blue #57A9DE
Tints of Picton Blue #57A9DE
RGB
CMYK
RGB Variations
Color information
#57A9DE (or 0x57A9DE) is known color: Picton Blue. HEX triplet: 57, A9 and DE. RGB value is (87,169,222). Sum of RGB (Red+Green+Blue) = 87+169+222=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #57A9DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57A9DE is #A85621. Grayscale: #969696. Windows color (decimal): -11032098 or 14592343. OLE color: 14592343.
HSL color Cylindrical-coordinate representation of color #57A9DE: hue angle of 203.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57A9DE is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 169 | 222 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.13 |
| HSL | 203.56º | 0.67% | 0.61% | - |
| HSV(B) | 203.56º | 0.61% | 0.87% | - |
| XYZ | 31.3 | 35.68 | 74.34 | - |
| YUV | 150.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 169 | 222 | 0.61 | 0.24 | 0 | 0.13 | 203.56 | 0.67 | 0.61 |
| Hex | 57 | A9 | DE | 3D | 18 | 0 | D | CC | 43 | 3D |
| Octal | 127 | 251 | 336 | 75 | 30 | 0 | 15 | 314 | 103 | 75 |
| Binary | 1010111 | 10101001 | 11011110 | 111101 | 11000 | 0 | 1101 | 11001100 | 1000011 | 111101 |
Color Harmonies of #57A9DE
Complementary color
Monochromatic Colors of #57A9DE
Black with #57A9DE
Text Example
Text Example
White with #57A9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A9DE; }
p { color: rgb(87,169,222); }
H1.HeaderClassName
{
color: #57A9DE;
}
.AnyTagClassName
{
color: #57A9DE;
}
</style>
background-color css
<style>
a { background-color: #57A9DE; }
a { background-color: rgb(87,169,222); }
div.DivClassName
{
background-color: #57A9DE;
}
.BgClassName
{
background-color: #57A9DE;
}
</style>
border-color css
<style>
span { border-color: #57A9DE; }
span { border-color: rgb(87,169,222); }
td.TdClassName
{
border-color: #57A9DE;
}
.TagClassName
{
border-color: #57A9DE;
}
</style>