Shades of Robin's Egg Blue #11D0C2
Tints of Robin's Egg Blue #11D0C2
RGB
CMYK
RGB Variations
Color information
#11D0C2 (or 0x11D0C2) is known color: Robin's Egg Blue. HEX triplet: 11, D0 and C2. RGB value is (17,208,194). Sum of RGB (Red+Green+Blue) = 17+208+194=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #11D0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D0C2 is #EE2F3D. Grayscale: #959595. Windows color (decimal): -15609662 or 12767249. OLE color: 12767249.
HSL color Cylindrical-coordinate representation of color #11D0C2: hue angle of 175.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D0C2 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 194 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.18 |
| HSL | 175.6º | 0.85% | 0.44% | - |
| HSV(B) | 175.6º | 0.92% | 0.82% | - |
| XYZ | 32.52 | 49.13 | 58.81 | - |
| YUV | 149.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 194 | 0.92 | 0 | 0.07 | 0.18 | 175.6 | 0.85 | 0.44 |
| Hex | 11 | D0 | C2 | 5C | 0 | 7 | 12 | B0 | 55 | 2C |
| Octal | 21 | 320 | 302 | 134 | 0 | 7 | 22 | 260 | 125 | 54 |
| Binary | 10001 | 11010000 | 11000010 | 1011100 | 0 | 111 | 10010 | 10110000 | 1010101 | 101100 |
Color Harmonies of #11D0C2
Complementary color
Monochromatic Colors of #11D0C2
Black with #11D0C2
Text Example
Text Example
White with #11D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0C2; }
p { color: rgb(17,208,194); }
H1.HeaderClassName
{
color: #11D0C2;
}
.AnyTagClassName
{
color: #11D0C2;
}
</style>
background-color css
<style>
a { background-color: #11D0C2; }
a { background-color: rgb(17,208,194); }
div.DivClassName
{
background-color: #11D0C2;
}
.BgClassName
{
background-color: #11D0C2;
}
</style>
border-color css
<style>
span { border-color: #11D0C2; }
span { border-color: rgb(17,208,194); }
td.TdClassName
{
border-color: #11D0C2;
}
.TagClassName
{
border-color: #11D0C2;
}
</style>