Shades of Baby Blue #57EEF9
Tints of Baby Blue #57EEF9
RGB
CMYK
RGB Variations
Color information
#57EEF9 (or 0x57EEF9) is known color: Baby Blue. HEX triplet: 57, EE and F9. RGB value is (87,238,249). Sum of RGB (Red+Green+Blue) = 87+238+249=574 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.16% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #57EEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EEF9 is #A81106. Grayscale: #C1C1C1. Windows color (decimal): -11014407 or 16379479. OLE color: 16379479.
HSL color Cylindrical-coordinate representation of color #57EEF9: hue angle of 184.07º degrees, saturation: 0.93, 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 #57EEF9 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 238 | 249 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.02 |
| HSL | 184.07º | 0.93% | 0.66% | - |
| HSV(B) | 184.07º | 0.65% | 0.98% | - |
| XYZ | 51.6 | 70.01 | 100.42 | - |
| YUV | 194.11 | 158.97 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 249 | 0.65 | 0.04 | 0 | 0.02 | 184.07 | 0.93 | 0.66 |
| Hex | 57 | EE | F9 | 41 | 4 | 0 | 2 | B8 | 5D | 42 |
| Octal | 127 | 356 | 371 | 101 | 4 | 0 | 2 | 270 | 135 | 102 |
| Binary | 1010111 | 11101110 | 11111001 | 1000001 | 100 | 0 | 10 | 10111000 | 1011101 | 1000010 |
Color Harmonies of #57EEF9
Complementary color
Monochromatic Colors of #57EEF9
Black with #57EEF9
Text Example
Text Example
White with #57EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEF9; }
p { color: rgb(87,238,249); }
H1.HeaderClassName
{
color: #57EEF9;
}
.AnyTagClassName
{
color: #57EEF9;
}
</style>
background-color css
<style>
a { background-color: #57EEF9; }
a { background-color: rgb(87,238,249); }
div.DivClassName
{
background-color: #57EEF9;
}
.BgClassName
{
background-color: #57EEF9;
}
</style>
border-color css
<style>
span { border-color: #57EEF9; }
span { border-color: rgb(87,238,249); }
td.TdClassName
{
border-color: #57EEF9;
}
.TagClassName
{
border-color: #57EEF9;
}
</style>