Shades of Baby Blue #57EDF6
Tints of Baby Blue #57EDF6
RGB
CMYK
RGB Variations
Color information
#57EDF6 (or 0x57EDF6) is known color: Baby Blue. HEX triplet: 57, ED and F6. RGB value is (87,237,246). Sum of RGB (Red+Green+Blue) = 87+237+246=570 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.26% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #57EDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDF6 is #A81209. Grayscale: #C0C0C0. Windows color (decimal): -11014666 or 16182615. OLE color: 16182615.
HSL color Cylindrical-coordinate representation of color #57EDF6: hue angle of 183.4º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57EDF6 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 237 | 246 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.04 |
| HSL | 183.4º | 0.9% | 0.65% | - |
| HSV(B) | 183.4º | 0.65% | 0.96% | - |
| XYZ | 50.85 | 69.25 | 97.88 | - |
| YUV | 193.18 | 157.81 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 246 | 0.65 | 0.04 | 0 | 0.04 | 183.4 | 0.9 | 0.65 |
| Hex | 57 | ED | F6 | 41 | 4 | 0 | 4 | B7 | 5A | 41 |
| Octal | 127 | 355 | 366 | 101 | 4 | 0 | 4 | 267 | 132 | 101 |
| Binary | 1010111 | 11101101 | 11110110 | 1000001 | 100 | 0 | 100 | 10110111 | 1011010 | 1000001 |
Color Harmonies of #57EDF6
Complementary color
Monochromatic Colors of #57EDF6
Black with #57EDF6
Text Example
Text Example
White with #57EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDF6; }
p { color: rgb(87,237,246); }
H1.HeaderClassName
{
color: #57EDF6;
}
.AnyTagClassName
{
color: #57EDF6;
}
</style>
background-color css
<style>
a { background-color: #57EDF6; }
a { background-color: rgb(87,237,246); }
div.DivClassName
{
background-color: #57EDF6;
}
.BgClassName
{
background-color: #57EDF6;
}
</style>
border-color css
<style>
span { border-color: #57EDF6; }
span { border-color: rgb(87,237,246); }
td.TdClassName
{
border-color: #57EDF6;
}
.TagClassName
{
border-color: #57EDF6;
}
</style>