Shades of Baby Blue #57F4EC
Tints of Baby Blue #57F4EC
RGB
CMYK
RGB Variations
Color information
#57F4EC (or 0x57F4EC) is known color: Baby Blue. HEX triplet: 57, F4 and EC. RGB value is (87,244,236). Sum of RGB (Red+Green+Blue) = 87+244+236=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #57F4EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F4EC is #A80B13. Grayscale: #C4C4C4. Windows color (decimal): -11012884 or 15529047. OLE color: 15529047.
HSL color Cylindrical-coordinate representation of color #57F4EC: hue angle of 176.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F4EC is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 244 | 236 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.04 |
| HSL | 176.94º | 0.88% | 0.65% | - |
| HSV(B) | 176.94º | 0.64% | 0.96% | - |
| XYZ | 51.42 | 72.78 | 90.7 | - |
| YUV | 196.15 | 150.49 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 244 | 236 | 0.64 | 0 | 0.03 | 0.04 | 176.94 | 0.88 | 0.65 |
| Hex | 57 | F4 | EC | 40 | 0 | 3 | 4 | B1 | 58 | 41 |
| Octal | 127 | 364 | 354 | 100 | 0 | 3 | 4 | 261 | 130 | 101 |
| Binary | 1010111 | 11110100 | 11101100 | 1000000 | 0 | 11 | 100 | 10110001 | 1011000 | 1000001 |
Color Harmonies of #57F4EC
Complementary color
Monochromatic Colors of #57F4EC
Black with #57F4EC
Text Example
Text Example
White with #57F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F4EC; }
p { color: rgb(87,244,236); }
H1.HeaderClassName
{
color: #57F4EC;
}
.AnyTagClassName
{
color: #57F4EC;
}
</style>
background-color css
<style>
a { background-color: #57F4EC; }
a { background-color: rgb(87,244,236); }
div.DivClassName
{
background-color: #57F4EC;
}
.BgClassName
{
background-color: #57F4EC;
}
</style>
border-color css
<style>
span { border-color: #57F4EC; }
span { border-color: rgb(87,244,236); }
td.TdClassName
{
border-color: #57F4EC;
}
.TagClassName
{
border-color: #57F4EC;
}
</style>