Shades of Baby Blue #5EFDEA
Tints of Baby Blue #5EFDEA
RGB
CMYK
RGB Variations
Color information
#5EFDEA (or 0x5EFDEA) is known color: Baby Blue. HEX triplet: 5E, FD and EA. RGB value is (94,253,234). Sum of RGB (Red+Green+Blue) = 94+253+234=581 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.18% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDEA is #A10215. Grayscale: #CBCBCB. Windows color (decimal): -10551830 or 15400286. OLE color: 15400286.
HSL color Cylindrical-coordinate representation of color #5EFDEA: hue angle of 172.83º 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 #5EFDEA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 234 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.01 |
| HSL | 172.83º | 0.98% | 0.68% | - |
| HSV(B) | 172.83º | 0.63% | 0.99% | - |
| XYZ | 54.59 | 78.57 | 90.13 | - |
| YUV | 203.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 234 | 0.63 | 0 | 0.08 | 0.01 | 172.83 | 0.98 | 0.68 |
| Hex | 5E | FD | EA | 3F | 0 | 8 | 1 | AD | 62 | 44 |
| Octal | 136 | 375 | 352 | 77 | 0 | 10 | 1 | 255 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11101010 | 111111 | 0 | 1000 | 1 | 10101101 | 1100010 | 1000100 |
Color Harmonies of #5EFDEA
Complementary color
Monochromatic Colors of #5EFDEA
Black with #5EFDEA
Text Example
Text Example
White with #5EFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDEA; }
p { color: rgb(94,253,234); }
H1.HeaderClassName
{
color: #5EFDEA;
}
.AnyTagClassName
{
color: #5EFDEA;
}
</style>
background-color css
<style>
a { background-color: #5EFDEA; }
a { background-color: rgb(94,253,234); }
div.DivClassName
{
background-color: #5EFDEA;
}
.BgClassName
{
background-color: #5EFDEA;
}
</style>
border-color css
<style>
span { border-color: #5EFDEA; }
span { border-color: rgb(94,253,234); }
td.TdClassName
{
border-color: #5EFDEA;
}
.TagClassName
{
border-color: #5EFDEA;
}
</style>