Shades of Baby Blue #5EF1EE
Tints of Baby Blue #5EF1EE
RGB
CMYK
RGB Variations
Color information
#5EF1EE (or 0x5EF1EE) is known color: Baby Blue. HEX triplet: 5E, F1 and EE. RGB value is (94,241,238). Sum of RGB (Red+Green+Blue) = 94+241+238=573 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.40% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF1EE is #A10E11. Grayscale: #C4C4C4. Windows color (decimal): -10554898 or 15659358. OLE color: 15659358.
HSL color Cylindrical-coordinate representation of color #5EF1EE: hue angle of 178.78º degrees, saturation: 0.84, 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 #5EF1EE is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 241 | 238 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.05 |
| HSL | 178.78º | 0.84% | 0.66% | - |
| HSV(B) | 178.78º | 0.61% | 0.95% | - |
| XYZ | 51.5 | 71.46 | 91.97 | - |
| YUV | 196.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 241 | 238 | 0.61 | 0 | 0.01 | 0.05 | 178.78 | 0.84 | 0.66 |
| Hex | 5E | F1 | EE | 3D | 0 | 1 | 5 | B3 | 54 | 42 |
| Octal | 136 | 361 | 356 | 75 | 0 | 1 | 5 | 263 | 124 | 102 |
| Binary | 1011110 | 11110001 | 11101110 | 111101 | 0 | 1 | 101 | 10110011 | 1010100 | 1000010 |
Color Harmonies of #5EF1EE
Complementary color
Monochromatic Colors of #5EF1EE
Black with #5EF1EE
Text Example
Text Example
White with #5EF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF1EE; }
p { color: rgb(94,241,238); }
H1.HeaderClassName
{
color: #5EF1EE;
}
.AnyTagClassName
{
color: #5EF1EE;
}
</style>
background-color css
<style>
a { background-color: #5EF1EE; }
a { background-color: rgb(94,241,238); }
div.DivClassName
{
background-color: #5EF1EE;
}
.BgClassName
{
background-color: #5EF1EE;
}
</style>
border-color css
<style>
span { border-color: #5EF1EE; }
span { border-color: rgb(94,241,238); }
td.TdClassName
{
border-color: #5EF1EE;
}
.TagClassName
{
border-color: #5EF1EE;
}
</style>