Shades of Robin's Egg Blue #11D6BC
Tints of Robin's Egg Blue #11D6BC
RGB
CMYK
RGB Variations
Color information
#11D6BC (or 0x11D6BC) is known color: Robin's Egg Blue. HEX triplet: 11, D6 and BC. RGB value is (17,214,188). Sum of RGB (Red+Green+Blue) = 17+214+188=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #11D6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D6BC is #EE2943. Grayscale: #989898. Windows color (decimal): -15608132 or 12375569. OLE color: 12375569.
HSL color Cylindrical-coordinate representation of color #11D6BC: hue angle of 172.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D6BC is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 188 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.16 |
| HSL | 172.08º | 0.85% | 0.45% | - |
| HSV(B) | 172.08º | 0.92% | 0.84% | - |
| XYZ | 33.35 | 51.84 | 55.83 | - |
| YUV | 152.13 | 148.23 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 188 | 0.92 | 0 | 0.12 | 0.16 | 172.08 | 0.85 | 0.45 |
| Hex | 11 | D6 | BC | 5C | 0 | C | 10 | AC | 55 | 2D |
| Octal | 21 | 326 | 274 | 134 | 0 | 14 | 20 | 254 | 125 | 55 |
| Binary | 10001 | 11010110 | 10111100 | 1011100 | 0 | 1100 | 10000 | 10101100 | 1010101 | 101101 |
Color Harmonies of #11D6BC
Complementary color
Monochromatic Colors of #11D6BC
Black with #11D6BC
Text Example
Text Example
White with #11D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D6BC; }
p { color: rgb(17,214,188); }
H1.HeaderClassName
{
color: #11D6BC;
}
.AnyTagClassName
{
color: #11D6BC;
}
</style>
background-color css
<style>
a { background-color: #11D6BC; }
a { background-color: rgb(17,214,188); }
div.DivClassName
{
background-color: #11D6BC;
}
.BgClassName
{
background-color: #11D6BC;
}
</style>
border-color css
<style>
span { border-color: #11D6BC; }
span { border-color: rgb(17,214,188); }
td.TdClassName
{
border-color: #11D6BC;
}
.TagClassName
{
border-color: #11D6BC;
}
</style>