Shades of Robin's Egg Blue #11CDC5
Tints of Robin's Egg Blue #11CDC5
RGB
CMYK
RGB Variations
Color information
#11CDC5 (or 0x11CDC5) is known color: Robin's Egg Blue. HEX triplet: 11, CD and C5. RGB value is (17,205,197). Sum of RGB (Red+Green+Blue) = 17+205+197=419 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.06% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #11CDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CDC5 is #EE323A. Grayscale: #939393. Windows color (decimal): -15610427 or 12963089. OLE color: 12963089.
HSL color Cylindrical-coordinate representation of color #11CDC5: hue angle of 177.45º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CDC5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 197 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.20 |
| HSL | 177.45º | 0.85% | 0.44% | - |
| HSV(B) | 177.45º | 0.92% | 0.8% | - |
| XYZ | 32.14 | 47.81 | 60.36 | - |
| YUV | 147.88 | 155.72 | 34.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 197 | 0.92 | 0 | 0.04 | 0.20 | 177.45 | 0.85 | 0.44 |
| Hex | 11 | CD | C5 | 5C | 0 | 4 | 14 | B1 | 55 | 2C |
| Octal | 21 | 315 | 305 | 134 | 0 | 4 | 24 | 261 | 125 | 54 |
| Binary | 10001 | 11001101 | 11000101 | 1011100 | 0 | 100 | 10100 | 10110001 | 1010101 | 101100 |
Color Harmonies of #11CDC5
Complementary color
Monochromatic Colors of #11CDC5
Black with #11CDC5
Text Example
Text Example
White with #11CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDC5; }
p { color: rgb(17,205,197); }
H1.HeaderClassName
{
color: #11CDC5;
}
.AnyTagClassName
{
color: #11CDC5;
}
</style>
background-color css
<style>
a { background-color: #11CDC5; }
a { background-color: rgb(17,205,197); }
div.DivClassName
{
background-color: #11CDC5;
}
.BgClassName
{
background-color: #11CDC5;
}
</style>
border-color css
<style>
span { border-color: #11CDC5; }
span { border-color: rgb(17,205,197); }
td.TdClassName
{
border-color: #11CDC5;
}
.TagClassName
{
border-color: #11CDC5;
}
</style>