Shades of Robin's Egg Blue #11DCCA
Tints of Robin's Egg Blue #11DCCA
RGB
CMYK
RGB Variations
Color information
#11DCCA (or 0x11DCCA) is known color: Robin's Egg Blue. HEX triplet: 11, DC and CA. RGB value is (17,220,202). Sum of RGB (Red+Green+Blue) = 17+220+202=439 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.87% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #11DCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DCCA is #EE2335. Grayscale: #9D9D9D. Windows color (decimal): -15606582 or 13294609. OLE color: 13294609.
HSL color Cylindrical-coordinate representation of color #11DCCA: hue angle of 174.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DCCA is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 202 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.14 |
| HSL | 174.68º | 0.86% | 0.46% | - |
| HSV(B) | 174.68º | 0.92% | 0.86% | - |
| XYZ | 36.49 | 55.57 | 64.68 | - |
| YUV | 157.25 | 153.25 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 202 | 0.92 | 0 | 0.08 | 0.14 | 174.68 | 0.86 | 0.46 |
| Hex | 11 | DC | CA | 5C | 0 | 8 | E | AF | 56 | 2E |
| Octal | 21 | 334 | 312 | 134 | 0 | 10 | 16 | 257 | 126 | 56 |
| Binary | 10001 | 11011100 | 11001010 | 1011100 | 0 | 1000 | 1110 | 10101111 | 1010110 | 101110 |
Color Harmonies of #11DCCA
Complementary color
Monochromatic Colors of #11DCCA
Black with #11DCCA
Text Example
Text Example
White with #11DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DCCA; }
p { color: rgb(17,220,202); }
H1.HeaderClassName
{
color: #11DCCA;
}
.AnyTagClassName
{
color: #11DCCA;
}
</style>
background-color css
<style>
a { background-color: #11DCCA; }
a { background-color: rgb(17,220,202); }
div.DivClassName
{
background-color: #11DCCA;
}
.BgClassName
{
background-color: #11DCCA;
}
</style>
border-color css
<style>
span { border-color: #11DCCA; }
span { border-color: rgb(17,220,202); }
td.TdClassName
{
border-color: #11DCCA;
}
.TagClassName
{
border-color: #11DCCA;
}
</style>