Shades of Baby Blue #57F8EC
Tints of Baby Blue #57F8EC
RGB
CMYK
RGB Variations
Color information
#57F8EC (or 0x57F8EC) is known color: Baby Blue. HEX triplet: 57, F8 and EC. RGB value is (87,248,236). Sum of RGB (Red+Green+Blue) = 87+248+236=571 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.24% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F8EC is #A80713. Grayscale: #C6C6C6. Windows color (decimal): -11011860 or 15530071. OLE color: 15530071.
HSL color Cylindrical-coordinate representation of color #57F8EC: hue angle of 175.53º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8EC is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 248 | 236 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.03 |
| HSL | 175.53º | 0.92% | 0.66% | - |
| HSV(B) | 175.53º | 0.65% | 0.97% | - |
| XYZ | 52.64 | 75.22 | 91.1 | - |
| YUV | 198.49 | 149.16 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 248 | 236 | 0.65 | 0 | 0.05 | 0.03 | 175.53 | 0.92 | 0.66 |
| Hex | 57 | F8 | EC | 41 | 0 | 5 | 3 | B0 | 5C | 42 |
| Octal | 127 | 370 | 354 | 101 | 0 | 5 | 3 | 260 | 134 | 102 |
| Binary | 1010111 | 11111000 | 11101100 | 1000001 | 0 | 101 | 11 | 10110000 | 1011100 | 1000010 |
Color Harmonies of #57F8EC
Complementary color
Monochromatic Colors of #57F8EC
Black with #57F8EC
Text Example
Text Example
White with #57F8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F8EC; }
p { color: rgb(87,248,236); }
H1.HeaderClassName
{
color: #57F8EC;
}
.AnyTagClassName
{
color: #57F8EC;
}
</style>
background-color css
<style>
a { background-color: #57F8EC; }
a { background-color: rgb(87,248,236); }
div.DivClassName
{
background-color: #57F8EC;
}
.BgClassName
{
background-color: #57F8EC;
}
</style>
border-color css
<style>
span { border-color: #57F8EC; }
span { border-color: rgb(87,248,236); }
td.TdClassName
{
border-color: #57F8EC;
}
.TagClassName
{
border-color: #57F8EC;
}
</style>