Shades of Robin's Egg Blue #11C2D1
Tints of Robin's Egg Blue #11C2D1
RGB
CMYK
RGB Variations
Color information
#11C2D1 (or 0x11C2D1) is known color: Robin's Egg Blue. HEX triplet: 11, C2 and D1. RGB value is (17,194,209). Sum of RGB (Red+Green+Blue) = 17+194+209=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #11C2D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C2D1 is #EE3D2E. Grayscale: #8E8E8E. Windows color (decimal): -15613231 or 13746705. OLE color: 13746705.
HSL color Cylindrical-coordinate representation of color #11C2D1: hue angle of 184.69º 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 #11C2D1 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 194 | 209 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.18 |
| HSL | 184.69º | 0.85% | 0.44% | - |
| HSV(B) | 184.69º | 0.92% | 0.82% | - |
| XYZ | 31.03 | 43.31 | 67.05 | - |
| YUV | 142.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 209 | 0.92 | 0.07 | 0 | 0.18 | 184.69 | 0.85 | 0.44 |
| Hex | 11 | C2 | D1 | 5C | 7 | 0 | 12 | B9 | 55 | 2C |
| Octal | 21 | 302 | 321 | 134 | 7 | 0 | 22 | 271 | 125 | 54 |
| Binary | 10001 | 11000010 | 11010001 | 1011100 | 111 | 0 | 10010 | 10111001 | 1010101 | 101100 |
Color Harmonies of #11C2D1
Complementary color
Monochromatic Colors of #11C2D1
Black with #11C2D1
Text Example
Text Example
White with #11C2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C2D1; }
p { color: rgb(17,194,209); }
H1.HeaderClassName
{
color: #11C2D1;
}
.AnyTagClassName
{
color: #11C2D1;
}
</style>
background-color css
<style>
a { background-color: #11C2D1; }
a { background-color: rgb(17,194,209); }
div.DivClassName
{
background-color: #11C2D1;
}
.BgClassName
{
background-color: #11C2D1;
}
</style>
border-color css
<style>
span { border-color: #11C2D1; }
span { border-color: rgb(17,194,209); }
td.TdClassName
{
border-color: #11C2D1;
}
.TagClassName
{
border-color: #11C2D1;
}
</style>