Shades of Robin's Egg Blue #11DDC0
Tints of Robin's Egg Blue #11DDC0
RGB
CMYK
RGB Variations
Color information
#11DDC0 (or 0x11DDC0) is known color: Robin's Egg Blue. HEX triplet: 11, DD and C0. RGB value is (17,221,192). Sum of RGB (Red+Green+Blue) = 17+221+192=430 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.95% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDC0 is #EE223F. Grayscale: #9C9C9C. Windows color (decimal): -15606336 or 12639505. OLE color: 12639505.
HSL color Cylindrical-coordinate representation of color #11DDC0: hue angle of 171.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DDC0 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 192 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.13 |
| HSL | 171.47º | 0.86% | 0.47% | - |
| HSV(B) | 171.47º | 0.92% | 0.87% | - |
| XYZ | 35.6 | 55.64 | 58.73 | - |
| YUV | 156.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 192 | 0.92 | 0 | 0.13 | 0.13 | 171.47 | 0.86 | 0.47 |
| Hex | 11 | DD | C0 | 5C | 0 | D | D | AB | 56 | 2F |
| Octal | 21 | 335 | 300 | 134 | 0 | 15 | 15 | 253 | 126 | 57 |
| Binary | 10001 | 11011101 | 11000000 | 1011100 | 0 | 1101 | 1101 | 10101011 | 1010110 | 101111 |
Color Harmonies of #11DDC0
Complementary color
Monochromatic Colors of #11DDC0
Black with #11DDC0
Text Example
Text Example
White with #11DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDC0; }
p { color: rgb(17,221,192); }
H1.HeaderClassName
{
color: #11DDC0;
}
.AnyTagClassName
{
color: #11DDC0;
}
</style>
background-color css
<style>
a { background-color: #11DDC0; }
a { background-color: rgb(17,221,192); }
div.DivClassName
{
background-color: #11DDC0;
}
.BgClassName
{
background-color: #11DDC0;
}
</style>
border-color css
<style>
span { border-color: #11DDC0; }
span { border-color: rgb(17,221,192); }
td.TdClassName
{
border-color: #11DDC0;
}
.TagClassName
{
border-color: #11DDC0;
}
</style>