Shades of Baby Blue #57EEFE
Tints of Baby Blue #57EEFE
RGB
CMYK
RGB Variations
Color information
#57EEFE (or 0x57EEFE) is known color: Baby Blue. HEX triplet: 57, EE and FE. RGB value is (87,238,254). Sum of RGB (Red+Green+Blue) = 87+238+254=579 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.03% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #57EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EEFE is #A81101. Grayscale: #C2C2C2. Windows color (decimal): -11014402 or 16707159. OLE color: 16707159.
HSL color Cylindrical-coordinate representation of color #57EEFE: hue angle of 185.75º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57EEFE is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 238 | 254 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.00 |
| HSL | 185.75º | 0.99% | 0.67% | - |
| HSV(B) | 185.75º | 0.66% | 1% | - |
| XYZ | 52.39 | 70.33 | 104.58 | - |
| YUV | 194.68 | 161.47 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 254 | 0.66 | 0.06 | 0 | 0.00 | 185.75 | 0.99 | 0.67 |
| Hex | 57 | EE | FE | 42 | 6 | 0 | 0 | BA | 63 | 43 |
| Octal | 127 | 356 | 376 | 102 | 6 | 0 | 0 | 272 | 143 | 103 |
| Binary | 1010111 | 11101110 | 11111110 | 1000010 | 110 | 0 | 0 | 10111010 | 1100011 | 1000011 |
Color Harmonies of #57EEFE
Complementary color
Monochromatic Colors of #57EEFE
Black with #57EEFE
Text Example
Text Example
White with #57EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEFE; }
p { color: rgb(87,238,254); }
H1.HeaderClassName
{
color: #57EEFE;
}
.AnyTagClassName
{
color: #57EEFE;
}
</style>
background-color css
<style>
a { background-color: #57EEFE; }
a { background-color: rgb(87,238,254); }
div.DivClassName
{
background-color: #57EEFE;
}
.BgClassName
{
background-color: #57EEFE;
}
</style>
border-color css
<style>
span { border-color: #57EEFE; }
span { border-color: rgb(87,238,254); }
td.TdClassName
{
border-color: #57EEFE;
}
.TagClassName
{
border-color: #57EEFE;
}
</style>