Shades of Baby Blue #57ECFC
Tints of Baby Blue #57ECFC
RGB
CMYK
RGB Variations
Color information
#57ECFC (or 0x57ECFC) is known color: Baby Blue. HEX triplet: 57, EC and FC. RGB value is (87,236,252). Sum of RGB (Red+Green+Blue) = 87+236+252=575 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.13% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #57ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECFC is #A81303. Grayscale: #C1C1C1. Windows color (decimal): -11014916 or 16575575. OLE color: 16575575.
HSL color Cylindrical-coordinate representation of color #57ECFC: hue angle of 185.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57ECFC is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 236 | 252 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.01 |
| HSL | 185.82º | 0.96% | 0.66% | - |
| HSV(B) | 185.82º | 0.65% | 0.99% | - |
| XYZ | 51.5 | 69.05 | 102.71 | - |
| YUV | 193.27 | 161.14 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 252 | 0.65 | 0.06 | 0 | 0.01 | 185.82 | 0.96 | 0.66 |
| Hex | 57 | EC | FC | 41 | 6 | 0 | 1 | BA | 60 | 42 |
| Octal | 127 | 354 | 374 | 101 | 6 | 0 | 1 | 272 | 140 | 102 |
| Binary | 1010111 | 11101100 | 11111100 | 1000001 | 110 | 0 | 1 | 10111010 | 1100000 | 1000010 |
Color Harmonies of #57ECFC
Complementary color
Monochromatic Colors of #57ECFC
Black with #57ECFC
Text Example
Text Example
White with #57ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECFC; }
p { color: rgb(87,236,252); }
H1.HeaderClassName
{
color: #57ECFC;
}
.AnyTagClassName
{
color: #57ECFC;
}
</style>
background-color css
<style>
a { background-color: #57ECFC; }
a { background-color: rgb(87,236,252); }
div.DivClassName
{
background-color: #57ECFC;
}
.BgClassName
{
background-color: #57ECFC;
}
</style>
border-color css
<style>
span { border-color: #57ECFC; }
span { border-color: rgb(87,236,252); }
td.TdClassName
{
border-color: #57ECFC;
}
.TagClassName
{
border-color: #57ECFC;
}
</style>