Shades of Robin's Egg Blue #11D8BA
Tints of Robin's Egg Blue #11D8BA
RGB
CMYK
RGB Variations
Color information
#11D8BA (or 0x11D8BA) is known color: Robin's Egg Blue. HEX triplet: 11, D8 and BA. RGB value is (17,216,186). Sum of RGB (Red+Green+Blue) = 17+216+186=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 216 (84.77% from 255 or 51.55% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 216 - color contains mainly: green. Hex color #11D8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D8BA is #EE2745. Grayscale: #999999. Windows color (decimal): -15607622 or 12245009. OLE color: 12245009.
HSL color Cylindrical-coordinate representation of color #11D8BA: hue angle of 170.95º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D8BA is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 186 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.15 |
| HSL | 170.95º | 0.85% | 0.46% | - |
| HSV(B) | 170.95º | 0.92% | 0.85% | - |
| XYZ | 33.65 | 52.78 | 54.87 | - |
| YUV | 153.08 | 146.57 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 186 | 0.92 | 0 | 0.14 | 0.15 | 170.95 | 0.85 | 0.46 |
| Hex | 11 | D8 | BA | 5C | 0 | E | F | AB | 55 | 2E |
| Octal | 21 | 330 | 272 | 134 | 0 | 16 | 17 | 253 | 125 | 56 |
| Binary | 10001 | 11011000 | 10111010 | 1011100 | 0 | 1110 | 1111 | 10101011 | 1010101 | 101110 |
Color Harmonies of #11D8BA
Complementary color
Monochromatic Colors of #11D8BA
Black with #11D8BA
Text Example
Text Example
White with #11D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D8BA; }
p { color: rgb(17,216,186); }
H1.HeaderClassName
{
color: #11D8BA;
}
.AnyTagClassName
{
color: #11D8BA;
}
</style>
background-color css
<style>
a { background-color: #11D8BA; }
a { background-color: rgb(17,216,186); }
div.DivClassName
{
background-color: #11D8BA;
}
.BgClassName
{
background-color: #11D8BA;
}
</style>
border-color css
<style>
span { border-color: #11D8BA; }
span { border-color: rgb(17,216,186); }
td.TdClassName
{
border-color: #11D8BA;
}
.TagClassName
{
border-color: #11D8BA;
}
</style>