Shades of Robin's Egg Blue #11C4CA
Tints of Robin's Egg Blue #11C4CA
RGB
CMYK
RGB Variations
Color information
#11C4CA (or 0x11C4CA) is known color: Robin's Egg Blue. HEX triplet: 11, C4 and CA. RGB value is (17,196,202). Sum of RGB (Red+Green+Blue) = 17+196+202=415 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.10% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #11C4CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C4CA is #EE3B35. Grayscale: #8E8E8E. Windows color (decimal): -15612726 or 13288465. OLE color: 13288465.
HSL color Cylindrical-coordinate representation of color #11C4CA: hue angle of 181.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C4CA is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 196 | 202 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.21 |
| HSL | 181.95º | 0.84% | 0.43% | - |
| HSV(B) | 181.95º | 0.92% | 0.79% | - |
| XYZ | 30.63 | 43.86 | 62.73 | - |
| YUV | 143.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 202 | 0.92 | 0.03 | 0 | 0.21 | 181.95 | 0.84 | 0.43 |
| Hex | 11 | C4 | CA | 5C | 3 | 0 | 15 | B6 | 54 | 2B |
| Octal | 21 | 304 | 312 | 134 | 3 | 0 | 25 | 266 | 124 | 53 |
| Binary | 10001 | 11000100 | 11001010 | 1011100 | 11 | 0 | 10101 | 10110110 | 1010100 | 101011 |
Color Harmonies of #11C4CA
Complementary color
Monochromatic Colors of #11C4CA
Black with #11C4CA
Text Example
Text Example
White with #11C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C4CA; }
p { color: rgb(17,196,202); }
H1.HeaderClassName
{
color: #11C4CA;
}
.AnyTagClassName
{
color: #11C4CA;
}
</style>
background-color css
<style>
a { background-color: #11C4CA; }
a { background-color: rgb(17,196,202); }
div.DivClassName
{
background-color: #11C4CA;
}
.BgClassName
{
background-color: #11C4CA;
}
</style>
border-color css
<style>
span { border-color: #11C4CA; }
span { border-color: rgb(17,196,202); }
td.TdClassName
{
border-color: #11C4CA;
}
.TagClassName
{
border-color: #11C4CA;
}
</style>