Shades of Baby Blue #57FFED
Tints of Baby Blue #57FFED
RGB
CMYK
RGB Variations
Color information
#57FFED (or 0x57FFED) is known color: Baby Blue. HEX triplet: 57, FF and ED. RGB value is (87,255,237). Sum of RGB (Red+Green+Blue) = 87+255+237=579 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.03% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFED is #A80012. Grayscale: #CACACA. Windows color (decimal): -11010067 or 15597399. OLE color: 15597399.
HSL color Cylindrical-coordinate representation of color #57FFED: hue angle of 173.57º 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 #57FFED is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 237 | - |
| CMYK | 0.66 | 0 | 0.07 | 0 |
| HSL | 173.57º | 1% | 0.67% | - |
| HSV(B) | 173.57º | 0.66% | 1% | - |
| XYZ | 54.98 | 79.66 | 92.6 | - |
| YUV | 202.72 | 147.34 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 237 | 0.66 | 0 | 0.07 | 0 | 173.57 | 1 | 0.67 |
| Hex | 57 | FF | ED | 42 | 0 | 7 | 0 | AE | 64 | 43 |
| Octal | 127 | 377 | 355 | 102 | 0 | 7 | 0 | 256 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11101101 | 1000010 | 0 | 111 | 0 | 10101110 | 1100100 | 1000011 |
Color Harmonies of #57FFED
Complementary color
Monochromatic Colors of #57FFED
Black with #57FFED
Text Example
Text Example
White with #57FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFED; }
p { color: rgb(87,255,237); }
H1.HeaderClassName
{
color: #57FFED;
}
.AnyTagClassName
{
color: #57FFED;
}
</style>
background-color css
<style>
a { background-color: #57FFED; }
a { background-color: rgb(87,255,237); }
div.DivClassName
{
background-color: #57FFED;
}
.BgClassName
{
background-color: #57FFED;
}
</style>
border-color css
<style>
span { border-color: #57FFED; }
span { border-color: rgb(87,255,237); }
td.TdClassName
{
border-color: #57FFED;
}
.TagClassName
{
border-color: #57FFED;
}
</style>