Shades of Baby Blue #5EFAE1
Tints of Baby Blue #5EFAE1
RGB
CMYK
RGB Variations
Color information
#5EFAE1 (or 0x5EFAE1) is known color: Baby Blue. HEX triplet: 5E, FA and E1. RGB value is (94,250,225). Sum of RGB (Red+Green+Blue) = 94+250+225=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFAE1 is #A1051E. Grayscale: #C8C8C8. Windows color (decimal): -10552607 or 14809694. OLE color: 14809694.
HSL color Cylindrical-coordinate representation of color #5EFAE1: hue angle of 170.38º 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 #5EFAE1 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 225 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.02 |
| HSL | 170.38º | 0.94% | 0.67% | - |
| HSV(B) | 170.38º | 0.62% | 0.98% | - |
| XYZ | 52.39 | 76.19 | 83.18 | - |
| YUV | 200.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 225 | 0.62 | 0 | 0.10 | 0.02 | 170.38 | 0.94 | 0.67 |
| Hex | 5E | FA | E1 | 3E | 0 | A | 2 | AA | 5E | 43 |
| Octal | 136 | 372 | 341 | 76 | 0 | 12 | 2 | 252 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11100001 | 111110 | 0 | 1010 | 10 | 10101010 | 1011110 | 1000011 |
Color Harmonies of #5EFAE1
Complementary color
Monochromatic Colors of #5EFAE1
Black with #5EFAE1
Text Example
Text Example
White with #5EFAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAE1; }
p { color: rgb(94,250,225); }
H1.HeaderClassName
{
color: #5EFAE1;
}
.AnyTagClassName
{
color: #5EFAE1;
}
</style>
background-color css
<style>
a { background-color: #5EFAE1; }
a { background-color: rgb(94,250,225); }
div.DivClassName
{
background-color: #5EFAE1;
}
.BgClassName
{
background-color: #5EFAE1;
}
</style>
border-color css
<style>
span { border-color: #5EFAE1; }
span { border-color: rgb(94,250,225); }
td.TdClassName
{
border-color: #5EFAE1;
}
.TagClassName
{
border-color: #5EFAE1;
}
</style>