Shades of Robin's Egg Blue #11C7BC
Tints of Robin's Egg Blue #11C7BC
RGB
CMYK
RGB Variations
Color information
#11C7BC (or 0x11C7BC) is known color: Robin's Egg Blue. HEX triplet: 11, C7 and BC. RGB value is (17,199,188). Sum of RGB (Red+Green+Blue) = 17+199+188=404 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.21% from 404); Green value is 199 (78.12% from 255 or 49.26% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 199 - color contains mainly: green. Hex color #11C7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C7BC is #EE3843. Grayscale: #8F8F8F. Windows color (decimal): -15611972 or 12371729. OLE color: 12371729.
HSL color Cylindrical-coordinate representation of color #11C7BC: hue angle of 176.37º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C7BC is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 199 | 188 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.22 |
| HSL | 176.37º | 0.84% | 0.42% | - |
| HSV(B) | 176.37º | 0.91% | 0.78% | - |
| XYZ | 29.73 | 44.6 | 54.62 | - |
| YUV | 143.33 | 153.2 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 188 | 0.91 | 0 | 0.06 | 0.22 | 176.37 | 0.84 | 0.42 |
| Hex | 11 | C7 | BC | 5B | 0 | 6 | 16 | B0 | 54 | 2A |
| Octal | 21 | 307 | 274 | 133 | 0 | 6 | 26 | 260 | 124 | 52 |
| Binary | 10001 | 11000111 | 10111100 | 1011011 | 0 | 110 | 10110 | 10110000 | 1010100 | 101010 |
Color Harmonies of #11C7BC
Complementary color
Monochromatic Colors of #11C7BC
Black with #11C7BC
Text Example
Text Example
White with #11C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C7BC; }
p { color: rgb(17,199,188); }
H1.HeaderClassName
{
color: #11C7BC;
}
.AnyTagClassName
{
color: #11C7BC;
}
</style>
background-color css
<style>
a { background-color: #11C7BC; }
a { background-color: rgb(17,199,188); }
div.DivClassName
{
background-color: #11C7BC;
}
.BgClassName
{
background-color: #11C7BC;
}
</style>
border-color css
<style>
span { border-color: #11C7BC; }
span { border-color: rgb(17,199,188); }
td.TdClassName
{
border-color: #11C7BC;
}
.TagClassName
{
border-color: #11C7BC;
}
</style>