Shades of Baby Blue #57ECFF
Tints of Baby Blue #57ECFF
RGB
CMYK
RGB Variations
Color information
#57ECFF (or 0x57ECFF) is known color: Baby Blue. HEX triplet: 57, EC and FF. RGB value is (87,236,255). Sum of RGB (Red+Green+Blue) = 87+236+255=578 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.05% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #57ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECFF is #A81300. Grayscale: #C1C1C1. Windows color (decimal): -11014913 or 16772183. OLE color: 16772183.
HSL color Cylindrical-coordinate representation of color #57ECFF: hue angle of 186.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57ECFF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 236 | 255 | - |
| CMYK | 0.66 | 0.07 | 0 | 0 |
| HSL | 186.79º | 1% | 0.67% | - |
| HSV(B) | 186.79º | 0.66% | 1% | - |
| XYZ | 51.98 | 69.24 | 105.23 | - |
| YUV | 193.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 255 | 0.66 | 0.07 | 0 | 0 | 186.79 | 1 | 0.67 |
| Hex | 57 | EC | FF | 42 | 7 | 0 | 0 | BB | 64 | 43 |
| Octal | 127 | 354 | 377 | 102 | 7 | 0 | 0 | 273 | 144 | 103 |
| Binary | 1010111 | 11101100 | 11111111 | 1000010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000011 |
Color Harmonies of #57ECFF
Complementary color
Monochromatic Colors of #57ECFF
Black with #57ECFF
Text Example
Text Example
White with #57ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECFF; }
p { color: rgb(87,236,255); }
H1.HeaderClassName
{
color: #57ECFF;
}
.AnyTagClassName
{
color: #57ECFF;
}
</style>
background-color css
<style>
a { background-color: #57ECFF; }
a { background-color: rgb(87,236,255); }
div.DivClassName
{
background-color: #57ECFF;
}
.BgClassName
{
background-color: #57ECFF;
}
</style>
border-color css
<style>
span { border-color: #57ECFF; }
span { border-color: rgb(87,236,255); }
td.TdClassName
{
border-color: #57ECFF;
}
.TagClassName
{
border-color: #57ECFF;
}
</style>