Shades of Robin's Egg Blue #11DCBC
Tints of Robin's Egg Blue #11DCBC
RGB
CMYK
RGB Variations
Color information
#11DCBC (or 0x11DCBC) is known color: Robin's Egg Blue. HEX triplet: 11, DC and BC. RGB value is (17,220,188). Sum of RGB (Red+Green+Blue) = 17+220+188=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCBC is #EE2343. Grayscale: #9B9B9B. Windows color (decimal): -15606596 or 12377105. OLE color: 12377105.
HSL color Cylindrical-coordinate representation of color #11DCBC: hue angle of 170.54º 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 #11DCBC is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 188 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.14 |
| HSL | 170.54º | 0.86% | 0.46% | - |
| HSV(B) | 170.54º | 0.92% | 0.86% | - |
| XYZ | 34.9 | 54.94 | 56.34 | - |
| YUV | 155.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 188 | 0.92 | 0 | 0.15 | 0.14 | 170.54 | 0.86 | 0.46 |
| Hex | 11 | DC | BC | 5C | 0 | F | E | AB | 56 | 2E |
| Octal | 21 | 334 | 274 | 134 | 0 | 17 | 16 | 253 | 126 | 56 |
| Binary | 10001 | 11011100 | 10111100 | 1011100 | 0 | 1111 | 1110 | 10101011 | 1010110 | 101110 |
Color Harmonies of #11DCBC
Complementary color
Monochromatic Colors of #11DCBC
Black with #11DCBC
Text Example
Text Example
White with #11DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCBC; }
p { color: rgb(17,220,188); }
H1.HeaderClassName
{
color: #11DCBC;
}
.AnyTagClassName
{
color: #11DCBC;
}
</style>
background-color css
<style>
a { background-color: #11DCBC; }
a { background-color: rgb(17,220,188); }
div.DivClassName
{
background-color: #11DCBC;
}
.BgClassName
{
background-color: #11DCBC;
}
</style>
border-color css
<style>
span { border-color: #11DCBC; }
span { border-color: rgb(17,220,188); }
td.TdClassName
{
border-color: #11DCBC;
}
.TagClassName
{
border-color: #11DCBC;
}
</style>