Shades of Robin's Egg Blue #11DBC0
Tints of Robin's Egg Blue #11DBC0
RGB
CMYK
RGB Variations
Color information
#11DBC0 (or 0x11DBC0) is known color: Robin's Egg Blue. HEX triplet: 11, DB and C0. RGB value is (17,219,192). Sum of RGB (Red+Green+Blue) = 17+219+192=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBC0 is #EE243F. Grayscale: #9B9B9B. Windows color (decimal): -15606848 or 12638993. OLE color: 12638993.
HSL color Cylindrical-coordinate representation of color #11DBC0: hue angle of 171.98º 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 #11DBC0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 192 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.14 |
| HSL | 171.98º | 0.86% | 0.46% | - |
| HSV(B) | 171.98º | 0.92% | 0.86% | - |
| XYZ | 35.08 | 54.59 | 58.56 | - |
| YUV | 155.52 | 148.58 | 29.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 192 | 0.92 | 0 | 0.12 | 0.14 | 171.98 | 0.86 | 0.46 |
| Hex | 11 | DB | C0 | 5C | 0 | C | E | AC | 56 | 2E |
| Octal | 21 | 333 | 300 | 134 | 0 | 14 | 16 | 254 | 126 | 56 |
| Binary | 10001 | 11011011 | 11000000 | 1011100 | 0 | 1100 | 1110 | 10101100 | 1010110 | 101110 |
Color Harmonies of #11DBC0
Complementary color
Monochromatic Colors of #11DBC0
Black with #11DBC0
Text Example
Text Example
White with #11DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBC0; }
p { color: rgb(17,219,192); }
H1.HeaderClassName
{
color: #11DBC0;
}
.AnyTagClassName
{
color: #11DBC0;
}
</style>
background-color css
<style>
a { background-color: #11DBC0; }
a { background-color: rgb(17,219,192); }
div.DivClassName
{
background-color: #11DBC0;
}
.BgClassName
{
background-color: #11DBC0;
}
</style>
border-color css
<style>
span { border-color: #11DBC0; }
span { border-color: rgb(17,219,192); }
td.TdClassName
{
border-color: #11DBC0;
}
.TagClassName
{
border-color: #11DBC0;
}
</style>