Shades of Baby Blue #5EFAEC
Tints of Baby Blue #5EFAEC
RGB
CMYK
RGB Variations
Color information
#5EFAEC (or 0x5EFAEC) is known color: Baby Blue. HEX triplet: 5E, FA and EC. RGB value is (94,250,236). Sum of RGB (Red+Green+Blue) = 94+250+236=580 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.21% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #5EFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFAEC is #A10513. Grayscale: #C9C9C9. Windows color (decimal): -10552596 or 15530590. OLE color: 15530590.
HSL color Cylindrical-coordinate representation of color #5EFAEC: hue angle of 174.62º 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 #5EFAEC is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 250 | 236 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.02 |
| HSL | 174.62º | 0.94% | 0.67% | - |
| HSV(B) | 174.62º | 0.62% | 0.98% | - |
| XYZ | 53.94 | 76.81 | 91.34 | - |
| YUV | 201.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 250 | 236 | 0.62 | 0 | 0.06 | 0.02 | 174.62 | 0.94 | 0.67 |
| Hex | 5E | FA | EC | 3E | 0 | 6 | 2 | AF | 5E | 43 |
| Octal | 136 | 372 | 354 | 76 | 0 | 6 | 2 | 257 | 136 | 103 |
| Binary | 1011110 | 11111010 | 11101100 | 111110 | 0 | 110 | 10 | 10101111 | 1011110 | 1000011 |
Color Harmonies of #5EFAEC
Complementary color
Monochromatic Colors of #5EFAEC
Black with #5EFAEC
Text Example
Text Example
White with #5EFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFAEC; }
p { color: rgb(94,250,236); }
H1.HeaderClassName
{
color: #5EFAEC;
}
.AnyTagClassName
{
color: #5EFAEC;
}
</style>
background-color css
<style>
a { background-color: #5EFAEC; }
a { background-color: rgb(94,250,236); }
div.DivClassName
{
background-color: #5EFAEC;
}
.BgClassName
{
background-color: #5EFAEC;
}
</style>
border-color css
<style>
span { border-color: #5EFAEC; }
span { border-color: rgb(94,250,236); }
td.TdClassName
{
border-color: #5EFAEC;
}
.TagClassName
{
border-color: #5EFAEC;
}
</style>