Shades of Baby Blue #5EFAE8
Tints of Baby Blue #5EFAE8
RGB
CMYK
RGB Variations
Color information
#5EFAE8 (or 0x5EFAE8) is known color: Baby Blue. HEX triplet: 5E, FA and E8. RGB value is (94,250,232). Sum of RGB (Red+Green+Blue) = 94+250+232=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAE8 is #A10517. Grayscale: #C9C9C9. Windows color (decimal): -10552600 or 15268446. OLE color: 15268446.
HSL color Cylindrical-coordinate representation of color #5EFAE8: hue angle of 173.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EFAE8 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 232 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.02 |
| HSL | 173.08º | 0.94% | 0.67% | - |
| HSV(B) | 173.08º | 0.62% | 0.98% | - |
| XYZ | 53.37 | 76.58 | 88.31 | - |
| YUV | 201.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 232 | 0.62 | 0 | 0.07 | 0.02 | 173.08 | 0.94 | 0.67 |
| Hex | 5E | FA | E8 | 3E | 0 | 7 | 2 | AD | 5E | 43 |
| Octal | 136 | 372 | 350 | 76 | 0 | 7 | 2 | 255 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11101000 | 111110 | 0 | 111 | 10 | 10101101 | 1011110 | 1000011 |
Color Harmonies of #5EFAE8
Complementary color
Monochromatic Colors of #5EFAE8
Black with #5EFAE8
Text Example
Text Example
White with #5EFAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAE8; }
p { color: rgb(94,250,232); }
H1.HeaderClassName
{
color: #5EFAE8;
}
.AnyTagClassName
{
color: #5EFAE8;
}
</style>
background-color css
<style>
a { background-color: #5EFAE8; }
a { background-color: rgb(94,250,232); }
div.DivClassName
{
background-color: #5EFAE8;
}
.BgClassName
{
background-color: #5EFAE8;
}
</style>
border-color css
<style>
span { border-color: #5EFAE8; }
span { border-color: rgb(94,250,232); }
td.TdClassName
{
border-color: #5EFAE8;
}
.TagClassName
{
border-color: #5EFAE8;
}
</style>