Shades of Robin's Egg Blue #11E5BA
Tints of Robin's Egg Blue #11E5BA
RGB
CMYK
RGB Variations
Color information
#11E5BA (or 0x11E5BA) is known color: Robin's Egg Blue. HEX triplet: 11, E5 and BA. RGB value is (17,229,186). Sum of RGB (Red+Green+Blue) = 17+229+186=432 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #11E5BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11E5BA is #EE1A45. Grayscale: #A0A0A0. Windows color (decimal): -15604294 or 12248337. OLE color: 12248337.
HSL color Cylindrical-coordinate representation of color #11E5BA: hue angle of 167.83º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E5BA is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 229 | 186 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.10 |
| HSL | 167.83º | 0.86% | 0.48% | - |
| HSV(B) | 167.83º | 0.93% | 0.9% | - |
| XYZ | 37.11 | 59.7 | 56.02 | - |
| YUV | 160.71 | 142.26 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 229 | 186 | 0.93 | 0 | 0.19 | 0.10 | 167.83 | 0.86 | 0.48 |
| Hex | 11 | E5 | BA | 5D | 0 | 13 | A | A8 | 56 | 30 |
| Octal | 21 | 345 | 272 | 135 | 0 | 23 | 12 | 250 | 126 | 60 |
| Binary | 10001 | 11100101 | 10111010 | 1011101 | 0 | 10011 | 1010 | 10101000 | 1010110 | 110000 |
Color Harmonies of #11E5BA
Complementary color
Monochromatic Colors of #11E5BA
Black with #11E5BA
Text Example
Text Example
White with #11E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E5BA; }
p { color: rgb(17,229,186); }
H1.HeaderClassName
{
color: #11E5BA;
}
.AnyTagClassName
{
color: #11E5BA;
}
</style>
background-color css
<style>
a { background-color: #11E5BA; }
a { background-color: rgb(17,229,186); }
div.DivClassName
{
background-color: #11E5BA;
}
.BgClassName
{
background-color: #11E5BA;
}
</style>
border-color css
<style>
span { border-color: #11E5BA; }
span { border-color: rgb(17,229,186); }
td.TdClassName
{
border-color: #11E5BA;
}
.TagClassName
{
border-color: #11E5BA;
}
</style>