Shades of Baby Blue #5EFDEB
Tints of Baby Blue #5EFDEB
RGB
CMYK
RGB Variations
Color information
#5EFDEB (or 0x5EFDEB) is known color: Baby Blue. HEX triplet: 5E, FD and EB. RGB value is (94,253,235). Sum of RGB (Red+Green+Blue) = 94+253+235=582 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.15% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDEB is #A10214. Grayscale: #CBCBCB. Windows color (decimal): -10551829 or 15465822. OLE color: 15465822.
HSL color Cylindrical-coordinate representation of color #5EFDEB: hue angle of 173.21º 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 #5EFDEB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 235 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.01 |
| HSL | 173.21º | 0.98% | 0.68% | - |
| HSV(B) | 173.21º | 0.63% | 0.99% | - |
| XYZ | 54.74 | 78.63 | 90.89 | - |
| YUV | 203.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 235 | 0.63 | 0 | 0.07 | 0.01 | 173.21 | 0.98 | 0.68 |
| Hex | 5E | FD | EB | 3F | 0 | 7 | 1 | AD | 62 | 44 |
| Octal | 136 | 375 | 353 | 77 | 0 | 7 | 1 | 255 | 142 | 104 |
| Binary | 1011110 | 11111101 | 11101011 | 111111 | 0 | 111 | 1 | 10101101 | 1100010 | 1000100 |
Color Harmonies of #5EFDEB
Complementary color
Monochromatic Colors of #5EFDEB
Black with #5EFDEB
Text Example
Text Example
White with #5EFDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDEB; }
p { color: rgb(94,253,235); }
H1.HeaderClassName
{
color: #5EFDEB;
}
.AnyTagClassName
{
color: #5EFDEB;
}
</style>
background-color css
<style>
a { background-color: #5EFDEB; }
a { background-color: rgb(94,253,235); }
div.DivClassName
{
background-color: #5EFDEB;
}
.BgClassName
{
background-color: #5EFDEB;
}
</style>
border-color css
<style>
span { border-color: #5EFDEB; }
span { border-color: rgb(94,253,235); }
td.TdClassName
{
border-color: #5EFDEB;
}
.TagClassName
{
border-color: #5EFDEB;
}
</style>