Shades of Robin's Egg Blue #11D0C5
Tints of Robin's Egg Blue #11D0C5
RGB
CMYK
RGB Variations
Color information
#11D0C5 (or 0x11D0C5) is known color: Robin's Egg Blue. HEX triplet: 11, D0 and C5. RGB value is (17,208,197). Sum of RGB (Red+Green+Blue) = 17+208+197=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #11D0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D0C5 is #EE2F3A. Grayscale: #959595. Windows color (decimal): -15609659 or 12963857. OLE color: 12963857.
HSL color Cylindrical-coordinate representation of color #11D0C5: hue angle of 176.54º 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 #11D0C5 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 197 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.18 |
| HSL | 176.54º | 0.85% | 0.44% | - |
| HSV(B) | 176.54º | 0.92% | 0.82% | - |
| XYZ | 32.87 | 49.26 | 60.6 | - |
| YUV | 149.64 | 154.72 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 197 | 0.92 | 0 | 0.05 | 0.18 | 176.54 | 0.85 | 0.44 |
| Hex | 11 | D0 | C5 | 5C | 0 | 5 | 12 | B1 | 55 | 2C |
| Octal | 21 | 320 | 305 | 134 | 0 | 5 | 22 | 261 | 125 | 54 |
| Binary | 10001 | 11010000 | 11000101 | 1011100 | 0 | 101 | 10010 | 10110001 | 1010101 | 101100 |
Color Harmonies of #11D0C5
Complementary color
Monochromatic Colors of #11D0C5
Black with #11D0C5
Text Example
Text Example
White with #11D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D0C5; }
p { color: rgb(17,208,197); }
H1.HeaderClassName
{
color: #11D0C5;
}
.AnyTagClassName
{
color: #11D0C5;
}
</style>
background-color css
<style>
a { background-color: #11D0C5; }
a { background-color: rgb(17,208,197); }
div.DivClassName
{
background-color: #11D0C5;
}
.BgClassName
{
background-color: #11D0C5;
}
</style>
border-color css
<style>
span { border-color: #11D0C5; }
span { border-color: rgb(17,208,197); }
td.TdClassName
{
border-color: #11D0C5;
}
.TagClassName
{
border-color: #11D0C5;
}
</style>