Shades of Robin's Egg Blue #11D7CB
Tints of Robin's Egg Blue #11D7CB
RGB
CMYK
RGB Variations
Color information
#11D7CB (or 0x11D7CB) is known color: Robin's Egg Blue. HEX triplet: 11, D7 and CB. RGB value is (17,215,203). Sum of RGB (Red+Green+Blue) = 17+215+203=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #11D7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11D7CB is #EE2834. Grayscale: #9A9A9A. Windows color (decimal): -15607861 or 13358865. OLE color: 13358865.
HSL color Cylindrical-coordinate representation of color #11D7CB: hue angle of 176.36º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D7CB is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 215 | 203 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.16 |
| HSL | 176.36º | 0.85% | 0.45% | - |
| HSV(B) | 176.36º | 0.92% | 0.84% | - |
| XYZ | 35.31 | 53.03 | 64.88 | - |
| YUV | 154.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 203 | 0.92 | 0 | 0.06 | 0.16 | 176.36 | 0.85 | 0.45 |
| Hex | 11 | D7 | CB | 5C | 0 | 6 | 10 | B0 | 55 | 2D |
| Octal | 21 | 327 | 313 | 134 | 0 | 6 | 20 | 260 | 125 | 55 |
| Binary | 10001 | 11010111 | 11001011 | 1011100 | 0 | 110 | 10000 | 10110000 | 1010101 | 101101 |
Color Harmonies of #11D7CB
Complementary color
Monochromatic Colors of #11D7CB
Black with #11D7CB
Text Example
Text Example
White with #11D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D7CB; }
p { color: rgb(17,215,203); }
H1.HeaderClassName
{
color: #11D7CB;
}
.AnyTagClassName
{
color: #11D7CB;
}
</style>
background-color css
<style>
a { background-color: #11D7CB; }
a { background-color: rgb(17,215,203); }
div.DivClassName
{
background-color: #11D7CB;
}
.BgClassName
{
background-color: #11D7CB;
}
</style>
border-color css
<style>
span { border-color: #11D7CB; }
span { border-color: rgb(17,215,203); }
td.TdClassName
{
border-color: #11D7CB;
}
.TagClassName
{
border-color: #11D7CB;
}
</style>