Shades of Baby Blue #57F7ED
Tints of Baby Blue #57F7ED
RGB
CMYK
RGB Variations
Color information
#57F7ED (or 0x57F7ED) is known color: Baby Blue. HEX triplet: 57, F7 and ED. RGB value is (87,247,237). Sum of RGB (Red+Green+Blue) = 87+247+237=571 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.24% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #57F7ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F7ED is #A80812. Grayscale: #C5C5C5. Windows color (decimal): -11012115 or 15595351. OLE color: 15595351.
HSL color Cylindrical-coordinate representation of color #57F7ED: hue angle of 176.25º 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 #57F7ED is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 247 | 237 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.03 |
| HSL | 176.25º | 0.91% | 0.65% | - |
| HSV(B) | 176.25º | 0.65% | 0.97% | - |
| XYZ | 52.48 | 74.66 | 91.77 | - |
| YUV | 198.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 247 | 237 | 0.65 | 0 | 0.04 | 0.03 | 176.25 | 0.91 | 0.65 |
| Hex | 57 | F7 | ED | 41 | 0 | 4 | 3 | B0 | 5B | 41 |
| Octal | 127 | 367 | 355 | 101 | 0 | 4 | 3 | 260 | 133 | 101 |
| Binary | 1010111 | 11110111 | 11101101 | 1000001 | 0 | 100 | 11 | 10110000 | 1011011 | 1000001 |
Color Harmonies of #57F7ED
Complementary color
Monochromatic Colors of #57F7ED
Black with #57F7ED
Text Example
Text Example
White with #57F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F7ED; }
p { color: rgb(87,247,237); }
H1.HeaderClassName
{
color: #57F7ED;
}
.AnyTagClassName
{
color: #57F7ED;
}
</style>
background-color css
<style>
a { background-color: #57F7ED; }
a { background-color: rgb(87,247,237); }
div.DivClassName
{
background-color: #57F7ED;
}
.BgClassName
{
background-color: #57F7ED;
}
</style>
border-color css
<style>
span { border-color: #57F7ED; }
span { border-color: rgb(87,247,237); }
td.TdClassName
{
border-color: #57F7ED;
}
.TagClassName
{
border-color: #57F7ED;
}
</style>