Shades of Baby Blue #57FAEC
Tints of Baby Blue #57FAEC
RGB
CMYK
RGB Variations
Color information
#57FAEC (or 0x57FAEC) is known color: Baby Blue. HEX triplet: 57, FA and EC. RGB value is (87,250,236). Sum of RGB (Red+Green+Blue) = 87+250+236=573 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.18% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FAEC is #A80513. Grayscale: #C7C7C7. Windows color (decimal): -11011348 or 15530583. OLE color: 15530583.
HSL color Cylindrical-coordinate representation of color #57FAEC: hue angle of 174.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAEC is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 236 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.02 |
| HSL | 174.85º | 0.94% | 0.66% | - |
| HSV(B) | 174.85º | 0.65% | 0.98% | - |
| XYZ | 53.26 | 76.45 | 91.31 | - |
| YUV | 199.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 236 | 0.65 | 0 | 0.06 | 0.02 | 174.85 | 0.94 | 0.66 |
| Hex | 57 | FA | EC | 41 | 0 | 6 | 2 | AF | 5E | 42 |
| Octal | 127 | 372 | 354 | 101 | 0 | 6 | 2 | 257 | 136 | 102 |
| Binary | 1010111 | 11111010 | 11101100 | 1000001 | 0 | 110 | 10 | 10101111 | 1011110 | 1000010 |
Color Harmonies of #57FAEC
Complementary color
Monochromatic Colors of #57FAEC
Black with #57FAEC
Text Example
Text Example
White with #57FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FAEC; }
p { color: rgb(87,250,236); }
H1.HeaderClassName
{
color: #57FAEC;
}
.AnyTagClassName
{
color: #57FAEC;
}
</style>
background-color css
<style>
a { background-color: #57FAEC; }
a { background-color: rgb(87,250,236); }
div.DivClassName
{
background-color: #57FAEC;
}
.BgClassName
{
background-color: #57FAEC;
}
</style>
border-color css
<style>
span { border-color: #57FAEC; }
span { border-color: rgb(87,250,236); }
td.TdClassName
{
border-color: #57FAEC;
}
.TagClassName
{
border-color: #57FAEC;
}
</style>