Shades of Baby Blue #5EF2EE
Tints of Baby Blue #5EF2EE
RGB
CMYK
RGB Variations
Color information
#5EF2EE (or 0x5EF2EE) is known color: Baby Blue. HEX triplet: 5E, F2 and EE. RGB value is (94,242,238). Sum of RGB (Red+Green+Blue) = 94+242+238=574 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.38% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF2EE is #A10D11. Grayscale: #C5C5C5. Windows color (decimal): -10554642 or 15659614. OLE color: 15659614.
HSL color Cylindrical-coordinate representation of color #5EF2EE: hue angle of 178.38º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF2EE is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 238 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.05 |
| HSL | 178.38º | 0.85% | 0.66% | - |
| HSV(B) | 178.38º | 0.61% | 0.95% | - |
| XYZ | 51.8 | 72.06 | 92.07 | - |
| YUV | 197.29 | 150.97 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 238 | 0.61 | 0 | 0.02 | 0.05 | 178.38 | 0.85 | 0.66 |
| Hex | 5E | F2 | EE | 3D | 0 | 2 | 5 | B2 | 55 | 42 |
| Octal | 136 | 362 | 356 | 75 | 0 | 2 | 5 | 262 | 125 | 102 |
| Binary | 1011110 | 11110010 | 11101110 | 111101 | 0 | 10 | 101 | 10110010 | 1010101 | 1000010 |
Color Harmonies of #5EF2EE
Complementary color
Monochromatic Colors of #5EF2EE
Black with #5EF2EE
Text Example
Text Example
White with #5EF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF2EE; }
p { color: rgb(94,242,238); }
H1.HeaderClassName
{
color: #5EF2EE;
}
.AnyTagClassName
{
color: #5EF2EE;
}
</style>
background-color css
<style>
a { background-color: #5EF2EE; }
a { background-color: rgb(94,242,238); }
div.DivClassName
{
background-color: #5EF2EE;
}
.BgClassName
{
background-color: #5EF2EE;
}
</style>
border-color css
<style>
span { border-color: #5EF2EE; }
span { border-color: rgb(94,242,238); }
td.TdClassName
{
border-color: #5EF2EE;
}
.TagClassName
{
border-color: #5EF2EE;
}
</style>