Shades of Robin's Egg Blue #11D0BA
Tints of Robin's Egg Blue #11D0BA
RGB
CMYK
RGB Variations
Color information
#11D0BA (or 0x11D0BA) is known color: Robin's Egg Blue. HEX triplet: 11, D0 and BA. RGB value is (17,208,186). Sum of RGB (Red+Green+Blue) = 17+208+186=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #11D0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D0BA is #EE2F45. Grayscale: #949494. Windows color (decimal): -15609670 or 12242961. OLE color: 12242961.
HSL color Cylindrical-coordinate representation of color #11D0BA: hue angle of 173.09º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D0BA is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 186 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.18 |
| HSL | 173.09º | 0.85% | 0.44% | - |
| HSV(B) | 173.09º | 0.92% | 0.82% | - |
| XYZ | 31.65 | 48.78 | 54.2 | - |
| YUV | 148.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 186 | 0.92 | 0 | 0.11 | 0.18 | 173.09 | 0.85 | 0.44 |
| Hex | 11 | D0 | BA | 5C | 0 | B | 12 | AD | 55 | 2C |
| Octal | 21 | 320 | 272 | 134 | 0 | 13 | 22 | 255 | 125 | 54 |
| Binary | 10001 | 11010000 | 10111010 | 1011100 | 0 | 1011 | 10010 | 10101101 | 1010101 | 101100 |
Color Harmonies of #11D0BA
Complementary color
Monochromatic Colors of #11D0BA
Black with #11D0BA
Text Example
Text Example
White with #11D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0BA; }
p { color: rgb(17,208,186); }
H1.HeaderClassName
{
color: #11D0BA;
}
.AnyTagClassName
{
color: #11D0BA;
}
</style>
background-color css
<style>
a { background-color: #11D0BA; }
a { background-color: rgb(17,208,186); }
div.DivClassName
{
background-color: #11D0BA;
}
.BgClassName
{
background-color: #11D0BA;
}
</style>
border-color css
<style>
span { border-color: #11D0BA; }
span { border-color: rgb(17,208,186); }
td.TdClassName
{
border-color: #11D0BA;
}
.TagClassName
{
border-color: #11D0BA;
}
</style>