Shades of Baby Blue #57F7EC
Tints of Baby Blue #57F7EC
RGB
CMYK
RGB Variations
Color information
#57F7EC (or 0x57F7EC) is known color: Baby Blue. HEX triplet: 57, F7 and EC. RGB value is (87,247,236). Sum of RGB (Red+Green+Blue) = 87+247+236=570 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.26% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #57F7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F7EC is #A80813. Grayscale: #C5C5C5. Windows color (decimal): -11012116 or 15529815. OLE color: 15529815.
HSL color Cylindrical-coordinate representation of color #57F7EC: hue angle of 175.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F7EC is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 247 | 236 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.03 |
| HSL | 175.88º | 0.91% | 0.65% | - |
| HSV(B) | 175.88º | 0.65% | 0.97% | - |
| XYZ | 52.33 | 74.6 | 91 | - |
| YUV | 197.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 247 | 236 | 0.65 | 0 | 0.04 | 0.03 | 175.88 | 0.91 | 0.65 |
| Hex | 57 | F7 | EC | 41 | 0 | 4 | 3 | B0 | 5B | 41 |
| Octal | 127 | 367 | 354 | 101 | 0 | 4 | 3 | 260 | 133 | 101 |
| Binary | 1010111 | 11110111 | 11101100 | 1000001 | 0 | 100 | 11 | 10110000 | 1011011 | 1000001 |
Color Harmonies of #57F7EC
Complementary color
Monochromatic Colors of #57F7EC
Black with #57F7EC
Text Example
Text Example
White with #57F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F7EC; }
p { color: rgb(87,247,236); }
H1.HeaderClassName
{
color: #57F7EC;
}
.AnyTagClassName
{
color: #57F7EC;
}
</style>
background-color css
<style>
a { background-color: #57F7EC; }
a { background-color: rgb(87,247,236); }
div.DivClassName
{
background-color: #57F7EC;
}
.BgClassName
{
background-color: #57F7EC;
}
</style>
border-color css
<style>
span { border-color: #57F7EC; }
span { border-color: rgb(87,247,236); }
td.TdClassName
{
border-color: #57F7EC;
}
.TagClassName
{
border-color: #57F7EC;
}
</style>