Shades of Baby Blue #5EF6EC
Tints of Baby Blue #5EF6EC
RGB
CMYK
RGB Variations
Color information
#5EF6EC (or 0x5EF6EC) is known color: Baby Blue. HEX triplet: 5E, F6 and EC. RGB value is (94,246,236). Sum of RGB (Red+Green+Blue) = 94+246+236=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #5EF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF6EC is #A10913. Grayscale: #C7C7C7. Windows color (decimal): -10553620 or 15529566. OLE color: 15529566.
HSL color Cylindrical-coordinate representation of color #5EF6EC: hue angle of 176.05º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF6EC is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 246 | 236 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.04 |
| HSL | 176.05º | 0.89% | 0.67% | - |
| HSV(B) | 176.05º | 0.62% | 0.96% | - |
| XYZ | 52.71 | 74.35 | 90.93 | - |
| YUV | 199.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 246 | 236 | 0.62 | 0 | 0.04 | 0.04 | 176.05 | 0.89 | 0.67 |
| Hex | 5E | F6 | EC | 3E | 0 | 4 | 4 | B0 | 59 | 43 |
| Octal | 136 | 366 | 354 | 76 | 0 | 4 | 4 | 260 | 131 | 103 |
| Binary | 1011110 | 11110110 | 11101100 | 111110 | 0 | 100 | 100 | 10110000 | 1011001 | 1000011 |
Color Harmonies of #5EF6EC
Complementary color
Monochromatic Colors of #5EF6EC
Black with #5EF6EC
Text Example
Text Example
White with #5EF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF6EC; }
p { color: rgb(94,246,236); }
H1.HeaderClassName
{
color: #5EF6EC;
}
.AnyTagClassName
{
color: #5EF6EC;
}
</style>
background-color css
<style>
a { background-color: #5EF6EC; }
a { background-color: rgb(94,246,236); }
div.DivClassName
{
background-color: #5EF6EC;
}
.BgClassName
{
background-color: #5EF6EC;
}
</style>
border-color css
<style>
span { border-color: #5EF6EC; }
span { border-color: rgb(94,246,236); }
td.TdClassName
{
border-color: #5EF6EC;
}
.TagClassName
{
border-color: #5EF6EC;
}
</style>