Shades of Robin's Egg Blue #11DBBC
Tints of Robin's Egg Blue #11DBBC
RGB
CMYK
RGB Variations
Color information
#11DBBC (or 0x11DBBC) is known color: Robin's Egg Blue. HEX triplet: 11, DB and BC. RGB value is (17,219,188). Sum of RGB (Red+Green+Blue) = 17+219+188=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #11DBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBBC is #EE2443. Grayscale: #9A9A9A. Windows color (decimal): -15606852 or 12376849. OLE color: 12376849.
HSL color Cylindrical-coordinate representation of color #11DBBC: hue angle of 170.79º 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 #11DBBC is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 188 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.14 |
| HSL | 170.79º | 0.86% | 0.46% | - |
| HSV(B) | 170.79º | 0.92% | 0.86% | - |
| XYZ | 34.64 | 54.41 | 56.25 | - |
| YUV | 155.07 | 146.58 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 188 | 0.92 | 0 | 0.14 | 0.14 | 170.79 | 0.86 | 0.46 |
| Hex | 11 | DB | BC | 5C | 0 | E | E | AB | 56 | 2E |
| Octal | 21 | 333 | 274 | 134 | 0 | 16 | 16 | 253 | 126 | 56 |
| Binary | 10001 | 11011011 | 10111100 | 1011100 | 0 | 1110 | 1110 | 10101011 | 1010110 | 101110 |
Color Harmonies of #11DBBC
Complementary color
Monochromatic Colors of #11DBBC
Black with #11DBBC
Text Example
Text Example
White with #11DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBBC; }
p { color: rgb(17,219,188); }
H1.HeaderClassName
{
color: #11DBBC;
}
.AnyTagClassName
{
color: #11DBBC;
}
</style>
background-color css
<style>
a { background-color: #11DBBC; }
a { background-color: rgb(17,219,188); }
div.DivClassName
{
background-color: #11DBBC;
}
.BgClassName
{
background-color: #11DBBC;
}
</style>
border-color css
<style>
span { border-color: #11DBBC; }
span { border-color: rgb(17,219,188); }
td.TdClassName
{
border-color: #11DBBC;
}
.TagClassName
{
border-color: #11DBBC;
}
</style>