Shades of Baby Blue #5EFDE4
Tints of Baby Blue #5EFDE4
RGB
CMYK
RGB Variations
Color information
#5EFDE4 (or 0x5EFDE4) is known color: Baby Blue. HEX triplet: 5E, FD and E4. RGB value is (94,253,228). Sum of RGB (Red+Green+Blue) = 94+253+228=575 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.35% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDE4 is #A1021B. Grayscale: #CACACA. Windows color (decimal): -10551836 or 15007070. OLE color: 15007070.
HSL color Cylindrical-coordinate representation of color #5EFDE4: hue angle of 170.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDE4 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 228 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.01 |
| HSL | 170.57º | 0.98% | 0.68% | - |
| HSV(B) | 170.57º | 0.63% | 0.99% | - |
| XYZ | 53.74 | 78.23 | 85.67 | - |
| YUV | 202.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 228 | 0.63 | 0 | 0.10 | 0.01 | 170.57 | 0.98 | 0.68 |
| Hex | 5E | FD | E4 | 3F | 0 | A | 1 | AB | 62 | 44 |
| Octal | 136 | 375 | 344 | 77 | 0 | 12 | 1 | 253 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11100100 | 111111 | 0 | 1010 | 1 | 10101011 | 1100010 | 1000100 |
Color Harmonies of #5EFDE4
Complementary color
Monochromatic Colors of #5EFDE4
Black with #5EFDE4
Text Example
Text Example
White with #5EFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDE4; }
p { color: rgb(94,253,228); }
H1.HeaderClassName
{
color: #5EFDE4;
}
.AnyTagClassName
{
color: #5EFDE4;
}
</style>
background-color css
<style>
a { background-color: #5EFDE4; }
a { background-color: rgb(94,253,228); }
div.DivClassName
{
background-color: #5EFDE4;
}
.BgClassName
{
background-color: #5EFDE4;
}
</style>
border-color css
<style>
span { border-color: #5EFDE4; }
span { border-color: rgb(94,253,228); }
td.TdClassName
{
border-color: #5EFDE4;
}
.TagClassName
{
border-color: #5EFDE4;
}
</style>