Shades of Robin's Egg Blue #11DCC0
Tints of Robin's Egg Blue #11DCC0
RGB
CMYK
RGB Variations
Color information
#11DCC0 (or 0x11DCC0) is known color: Robin's Egg Blue. HEX triplet: 11, DC and C0. RGB value is (17,220,192). Sum of RGB (Red+Green+Blue) = 17+220+192=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCC0 is #EE233F. Grayscale: #9C9C9C. Windows color (decimal): -15606592 or 12639249. OLE color: 12639249.
HSL color Cylindrical-coordinate representation of color #11DCC0: hue angle of 171.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCC0 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 192 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.14 |
| HSL | 171.72º | 0.86% | 0.46% | - |
| HSV(B) | 171.72º | 0.92% | 0.86% | - |
| XYZ | 35.34 | 55.11 | 58.64 | - |
| YUV | 156.11 | 148.25 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 192 | 0.92 | 0 | 0.13 | 0.14 | 171.72 | 0.86 | 0.46 |
| Hex | 11 | DC | C0 | 5C | 0 | D | E | AC | 56 | 2E |
| Octal | 21 | 334 | 300 | 134 | 0 | 15 | 16 | 254 | 126 | 56 |
| Binary | 10001 | 11011100 | 11000000 | 1011100 | 0 | 1101 | 1110 | 10101100 | 1010110 | 101110 |
Color Harmonies of #11DCC0
Complementary color
Monochromatic Colors of #11DCC0
Black with #11DCC0
Text Example
Text Example
White with #11DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCC0; }
p { color: rgb(17,220,192); }
H1.HeaderClassName
{
color: #11DCC0;
}
.AnyTagClassName
{
color: #11DCC0;
}
</style>
background-color css
<style>
a { background-color: #11DCC0; }
a { background-color: rgb(17,220,192); }
div.DivClassName
{
background-color: #11DCC0;
}
.BgClassName
{
background-color: #11DCC0;
}
</style>
border-color css
<style>
span { border-color: #11DCC0; }
span { border-color: rgb(17,220,192); }
td.TdClassName
{
border-color: #11DCC0;
}
.TagClassName
{
border-color: #11DCC0;
}
</style>