Shades of Baby Blue #5EFAE7
Tints of Baby Blue #5EFAE7
RGB
CMYK
RGB Variations
Color information
#5EFAE7 (or 0x5EFAE7) is known color: Baby Blue. HEX triplet: 5E, FA and E7. RGB value is (94,250,231). Sum of RGB (Red+Green+Blue) = 94+250+231=575 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.35% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAE7 is #A10518. Grayscale: #C9C9C9. Windows color (decimal): -10552601 or 15202910. OLE color: 15202910.
HSL color Cylindrical-coordinate representation of color #5EFAE7: hue angle of 172.69º 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 #5EFAE7 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 231 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.02 |
| HSL | 172.69º | 0.94% | 0.67% | - |
| HSV(B) | 172.69º | 0.62% | 0.98% | - |
| XYZ | 53.23 | 76.52 | 87.57 | - |
| YUV | 201.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 231 | 0.62 | 0 | 0.08 | 0.02 | 172.69 | 0.94 | 0.67 |
| Hex | 5E | FA | E7 | 3E | 0 | 8 | 2 | AD | 5E | 43 |
| Octal | 136 | 372 | 347 | 76 | 0 | 10 | 2 | 255 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11100111 | 111110 | 0 | 1000 | 10 | 10101101 | 1011110 | 1000011 |
Color Harmonies of #5EFAE7
Complementary color
Monochromatic Colors of #5EFAE7
Black with #5EFAE7
Text Example
Text Example
White with #5EFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAE7; }
p { color: rgb(94,250,231); }
H1.HeaderClassName
{
color: #5EFAE7;
}
.AnyTagClassName
{
color: #5EFAE7;
}
</style>
background-color css
<style>
a { background-color: #5EFAE7; }
a { background-color: rgb(94,250,231); }
div.DivClassName
{
background-color: #5EFAE7;
}
.BgClassName
{
background-color: #5EFAE7;
}
</style>
border-color css
<style>
span { border-color: #5EFAE7; }
span { border-color: rgb(94,250,231); }
td.TdClassName
{
border-color: #5EFAE7;
}
.TagClassName
{
border-color: #5EFAE7;
}
</style>