Shades of Baby Blue #57ECFD
Tints of Baby Blue #57ECFD
RGB
CMYK
RGB Variations
Color information
#57ECFD (or 0x57ECFD) is known color: Baby Blue. HEX triplet: 57, EC and FD. RGB value is (87,236,253). Sum of RGB (Red+Green+Blue) = 87+236+253=576 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.10% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #57ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECFD is #A81302. Grayscale: #C1C1C1. Windows color (decimal): -11014915 or 16641111. OLE color: 16641111.
HSL color Cylindrical-coordinate representation of color #57ECFD: hue angle of 186.14º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57ECFD is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 236 | 253 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.01 |
| HSL | 186.14º | 0.98% | 0.67% | - |
| HSV(B) | 186.14º | 0.66% | 0.99% | - |
| XYZ | 51.66 | 69.11 | 103.55 | - |
| YUV | 193.39 | 161.64 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 253 | 0.66 | 0.07 | 0 | 0.01 | 186.14 | 0.98 | 0.67 |
| Hex | 57 | EC | FD | 42 | 7 | 0 | 1 | BA | 62 | 43 |
| Octal | 127 | 354 | 375 | 102 | 7 | 0 | 1 | 272 | 142 | 103 |
| Binary | 1010111 | 11101100 | 11111101 | 1000010 | 111 | 0 | 1 | 10111010 | 1100010 | 1000011 |
Color Harmonies of #57ECFD
Complementary color
Monochromatic Colors of #57ECFD
Black with #57ECFD
Text Example
Text Example
White with #57ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECFD; }
p { color: rgb(87,236,253); }
H1.HeaderClassName
{
color: #57ECFD;
}
.AnyTagClassName
{
color: #57ECFD;
}
</style>
background-color css
<style>
a { background-color: #57ECFD; }
a { background-color: rgb(87,236,253); }
div.DivClassName
{
background-color: #57ECFD;
}
.BgClassName
{
background-color: #57ECFD;
}
</style>
border-color css
<style>
span { border-color: #57ECFD; }
span { border-color: rgb(87,236,253); }
td.TdClassName
{
border-color: #57ECFD;
}
.TagClassName
{
border-color: #57ECFD;
}
</style>