Shades of Robin's Egg Blue #11C2BD
Tints of Robin's Egg Blue #11C2BD
RGB
CMYK
RGB Variations
Color information
#11C2BD (or 0x11C2BD) is known color: Robin's Egg Blue. HEX triplet: 11, C2 and BD. RGB value is (17,194,189). Sum of RGB (Red+Green+Blue) = 17+194+189=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2BD is #EE3D42. Grayscale: #8C8C8C. Windows color (decimal): -15613251 or 12435985. OLE color: 12435985.
HSL color Cylindrical-coordinate representation of color #11C2BD: hue angle of 178.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C2BD is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 189 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.24 |
| HSL | 178.31º | 0.84% | 0.41% | - |
| HSV(B) | 178.31º | 0.91% | 0.76% | - |
| XYZ | 28.71 | 42.38 | 54.81 | - |
| YUV | 140.51 | 155.36 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 189 | 0.91 | 0 | 0.03 | 0.24 | 178.31 | 0.84 | 0.41 |
| Hex | 11 | C2 | BD | 5B | 0 | 3 | 18 | B2 | 54 | 29 |
| Octal | 21 | 302 | 275 | 133 | 0 | 3 | 30 | 262 | 124 | 51 |
| Binary | 10001 | 11000010 | 10111101 | 1011011 | 0 | 11 | 11000 | 10110010 | 1010100 | 101001 |
Color Harmonies of #11C2BD
Complementary color
Monochromatic Colors of #11C2BD
Black with #11C2BD
Text Example
Text Example
White with #11C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2BD; }
p { color: rgb(17,194,189); }
H1.HeaderClassName
{
color: #11C2BD;
}
.AnyTagClassName
{
color: #11C2BD;
}
</style>
background-color css
<style>
a { background-color: #11C2BD; }
a { background-color: rgb(17,194,189); }
div.DivClassName
{
background-color: #11C2BD;
}
.BgClassName
{
background-color: #11C2BD;
}
</style>
border-color css
<style>
span { border-color: #11C2BD; }
span { border-color: rgb(17,194,189); }
td.TdClassName
{
border-color: #11C2BD;
}
.TagClassName
{
border-color: #11C2BD;
}
</style>