Shades of Robin's Egg Blue #11DDBB
Tints of Robin's Egg Blue #11DDBB
RGB
CMYK
RGB Variations
Color information
#11DDBB (or 0x11DDBB) is known color: Robin's Egg Blue. HEX triplet: 11, DD and BB. RGB value is (17,221,187). Sum of RGB (Red+Green+Blue) = 17+221+187=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #11DDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DDBB is #EE2244. Grayscale: #9C9C9C. Windows color (decimal): -15606341 or 12311825. OLE color: 12311825.
HSL color Cylindrical-coordinate representation of color #11DDBB: hue angle of 170º 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 #11DDBB is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 187 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.13 |
| HSL | 170º | 0.86% | 0.47% | - |
| HSV(B) | 170º | 0.92% | 0.87% | - |
| XYZ | 35.06 | 55.42 | 55.86 | - |
| YUV | 156.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 187 | 0.92 | 0 | 0.15 | 0.13 | 170 | 0.86 | 0.47 |
| Hex | 11 | DD | BB | 5C | 0 | F | D | AA | 56 | 2F |
| Octal | 21 | 335 | 273 | 134 | 0 | 17 | 15 | 252 | 126 | 57 |
| Binary | 10001 | 11011101 | 10111011 | 1011100 | 0 | 1111 | 1101 | 10101010 | 1010110 | 101111 |
Color Harmonies of #11DDBB
Complementary color
Monochromatic Colors of #11DDBB
Black with #11DDBB
Text Example
Text Example
White with #11DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DDBB; }
p { color: rgb(17,221,187); }
H1.HeaderClassName
{
color: #11DDBB;
}
.AnyTagClassName
{
color: #11DDBB;
}
</style>
background-color css
<style>
a { background-color: #11DDBB; }
a { background-color: rgb(17,221,187); }
div.DivClassName
{
background-color: #11DDBB;
}
.BgClassName
{
background-color: #11DDBB;
}
</style>
border-color css
<style>
span { border-color: #11DDBB; }
span { border-color: rgb(17,221,187); }
td.TdClassName
{
border-color: #11DDBB;
}
.TagClassName
{
border-color: #11DDBB;
}
</style>