Shades of Robin's Egg Blue #11C7C2
Tints of Robin's Egg Blue #11C7C2
RGB
CMYK
RGB Variations
Color information
#11C7C2 (or 0x11C7C2) is known color: Robin's Egg Blue. HEX triplet: 11, C7 and C2. RGB value is (17,199,194). Sum of RGB (Red+Green+Blue) = 17+199+194=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #11C7C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C7C2 is #EE383D. Grayscale: #8F8F8F. Windows color (decimal): -15611966 or 12764945. OLE color: 12764945.
HSL color Cylindrical-coordinate representation of color #11C7C2: hue angle of 178.35º 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 #11C7C2 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 199 | 194 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.22 |
| HSL | 178.35º | 0.84% | 0.42% | - |
| HSV(B) | 178.35º | 0.91% | 0.78% | - |
| XYZ | 30.39 | 44.86 | 58.1 | - |
| YUV | 144.01 | 156.2 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 194 | 0.91 | 0 | 0.03 | 0.22 | 178.35 | 0.84 | 0.42 |
| Hex | 11 | C7 | C2 | 5B | 0 | 3 | 16 | B2 | 54 | 2A |
| Octal | 21 | 307 | 302 | 133 | 0 | 3 | 26 | 262 | 124 | 52 |
| Binary | 10001 | 11000111 | 11000010 | 1011011 | 0 | 11 | 10110 | 10110010 | 1010100 | 101010 |
Color Harmonies of #11C7C2
Complementary color
Monochromatic Colors of #11C7C2
Black with #11C7C2
Text Example
Text Example
White with #11C7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C7C2; }
p { color: rgb(17,199,194); }
H1.HeaderClassName
{
color: #11C7C2;
}
.AnyTagClassName
{
color: #11C7C2;
}
</style>
background-color css
<style>
a { background-color: #11C7C2; }
a { background-color: rgb(17,199,194); }
div.DivClassName
{
background-color: #11C7C2;
}
.BgClassName
{
background-color: #11C7C2;
}
</style>
border-color css
<style>
span { border-color: #11C7C2; }
span { border-color: rgb(17,199,194); }
td.TdClassName
{
border-color: #11C7C2;
}
.TagClassName
{
border-color: #11C7C2;
}
</style>