Shades of Robin's Egg Blue #11D8C8
Tints of Robin's Egg Blue #11D8C8
RGB
CMYK
RGB Variations
Color information
#11D8C8 (or 0x11D8C8) is known color: Robin's Egg Blue. HEX triplet: 11, D8 and C8. RGB value is (17,216,200). Sum of RGB (Red+Green+Blue) = 17+216+200=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #11D8C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D8C8 is #EE2737. Grayscale: #9A9A9A. Windows color (decimal): -15607608 or 13162513. OLE color: 13162513.
HSL color Cylindrical-coordinate representation of color #11D8C8: hue angle of 175.18º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D8C8 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 200 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.15 |
| HSL | 175.18º | 0.85% | 0.46% | - |
| HSV(B) | 175.18º | 0.92% | 0.85% | - |
| XYZ | 35.21 | 53.4 | 63.1 | - |
| YUV | 154.68 | 153.57 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 200 | 0.92 | 0 | 0.07 | 0.15 | 175.18 | 0.85 | 0.46 |
| Hex | 11 | D8 | C8 | 5C | 0 | 7 | F | AF | 55 | 2E |
| Octal | 21 | 330 | 310 | 134 | 0 | 7 | 17 | 257 | 125 | 56 |
| Binary | 10001 | 11011000 | 11001000 | 1011100 | 0 | 111 | 1111 | 10101111 | 1010101 | 101110 |
Color Harmonies of #11D8C8
Complementary color
Monochromatic Colors of #11D8C8
Black with #11D8C8
Text Example
Text Example
White with #11D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D8C8; }
p { color: rgb(17,216,200); }
H1.HeaderClassName
{
color: #11D8C8;
}
.AnyTagClassName
{
color: #11D8C8;
}
</style>
background-color css
<style>
a { background-color: #11D8C8; }
a { background-color: rgb(17,216,200); }
div.DivClassName
{
background-color: #11D8C8;
}
.BgClassName
{
background-color: #11D8C8;
}
</style>
border-color css
<style>
span { border-color: #11D8C8; }
span { border-color: rgb(17,216,200); }
td.TdClassName
{
border-color: #11D8C8;
}
.TagClassName
{
border-color: #11D8C8;
}
</style>