Shades of Baby Blue #5EF5ED
Tints of Baby Blue #5EF5ED
RGB
CMYK
RGB Variations
Color information
#5EF5ED (or 0x5EF5ED) is known color: Baby Blue. HEX triplet: 5E, F5 and ED. RGB value is (94,245,237). Sum of RGB (Red+Green+Blue) = 94+245+237=576 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.32% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #5EF5ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EF5ED is #A10A12. Grayscale: #C6C6C6. Windows color (decimal): -10553875 or 15594846. OLE color: 15594846.
HSL color Cylindrical-coordinate representation of color #5EF5ED: hue angle of 176.82º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EF5ED is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 245 | 237 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.04 |
| HSL | 176.82º | 0.88% | 0.66% | - |
| HSV(B) | 176.82º | 0.62% | 0.96% | - |
| XYZ | 52.55 | 73.8 | 91.6 | - |
| YUV | 198.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 245 | 237 | 0.62 | 0 | 0.03 | 0.04 | 176.82 | 0.88 | 0.66 |
| Hex | 5E | F5 | ED | 3E | 0 | 3 | 4 | B1 | 58 | 42 |
| Octal | 136 | 365 | 355 | 76 | 0 | 3 | 4 | 261 | 130 | 102 |
| Binary | 1011110 | 11110101 | 11101101 | 111110 | 0 | 11 | 100 | 10110001 | 1011000 | 1000010 |
Color Harmonies of #5EF5ED
Complementary color
Monochromatic Colors of #5EF5ED
Black with #5EF5ED
Text Example
Text Example
White with #5EF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF5ED; }
p { color: rgb(94,245,237); }
H1.HeaderClassName
{
color: #5EF5ED;
}
.AnyTagClassName
{
color: #5EF5ED;
}
</style>
background-color css
<style>
a { background-color: #5EF5ED; }
a { background-color: rgb(94,245,237); }
div.DivClassName
{
background-color: #5EF5ED;
}
.BgClassName
{
background-color: #5EF5ED;
}
</style>
border-color css
<style>
span { border-color: #5EF5ED; }
span { border-color: rgb(94,245,237); }
td.TdClassName
{
border-color: #5EF5ED;
}
.TagClassName
{
border-color: #5EF5ED;
}
</style>