Shades of Robin's Egg Blue #11DCC4
Tints of Robin's Egg Blue #11DCC4
RGB
CMYK
RGB Variations
Color information
#11DCC4 (or 0x11DCC4) is known color: Robin's Egg Blue. HEX triplet: 11, DC and C4. RGB value is (17,220,196). Sum of RGB (Red+Green+Blue) = 17+220+196=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCC4 is #EE233B. Grayscale: #9C9C9C. Windows color (decimal): -15606588 or 12901393. OLE color: 12901393.
HSL color Cylindrical-coordinate representation of color #11DCC4: hue angle of 172.91º 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 #11DCC4 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 196 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.14 |
| HSL | 172.91º | 0.86% | 0.46% | - |
| HSV(B) | 172.91º | 0.92% | 0.86% | - |
| XYZ | 35.79 | 55.29 | 61.01 | - |
| YUV | 156.57 | 150.25 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 196 | 0.92 | 0 | 0.11 | 0.14 | 172.91 | 0.86 | 0.46 |
| Hex | 11 | DC | C4 | 5C | 0 | B | E | AD | 56 | 2E |
| Octal | 21 | 334 | 304 | 134 | 0 | 13 | 16 | 255 | 126 | 56 |
| Binary | 10001 | 11011100 | 11000100 | 1011100 | 0 | 1011 | 1110 | 10101101 | 1010110 | 101110 |
Color Harmonies of #11DCC4
Complementary color
Monochromatic Colors of #11DCC4
Black with #11DCC4
Text Example
Text Example
White with #11DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCC4; }
p { color: rgb(17,220,196); }
H1.HeaderClassName
{
color: #11DCC4;
}
.AnyTagClassName
{
color: #11DCC4;
}
</style>
background-color css
<style>
a { background-color: #11DCC4; }
a { background-color: rgb(17,220,196); }
div.DivClassName
{
background-color: #11DCC4;
}
.BgClassName
{
background-color: #11DCC4;
}
</style>
border-color css
<style>
span { border-color: #11DCC4; }
span { border-color: rgb(17,220,196); }
td.TdClassName
{
border-color: #11DCC4;
}
.TagClassName
{
border-color: #11DCC4;
}
</style>