Shades of Robin's Egg Blue #11CBC1
Tints of Robin's Egg Blue #11CBC1
RGB
CMYK
RGB Variations
Color information
#11CBC1 (or 0x11CBC1) is known color: Robin's Egg Blue. HEX triplet: 11, CB and C1. RGB value is (17,203,193). Sum of RGB (Red+Green+Blue) = 17+203+193=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #11CBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CBC1 is #EE343E. Grayscale: #929292. Windows color (decimal): -15610943 or 12700433. OLE color: 12700433.
HSL color Cylindrical-coordinate representation of color #11CBC1: hue angle of 176.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CBC1 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 193 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.20 |
| HSL | 176.77º | 0.85% | 0.43% | - |
| HSV(B) | 176.77º | 0.92% | 0.8% | - |
| XYZ | 31.21 | 46.68 | 57.82 | - |
| YUV | 146.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 193 | 0.92 | 0 | 0.05 | 0.20 | 176.77 | 0.85 | 0.43 |
| Hex | 11 | CB | C1 | 5C | 0 | 5 | 14 | B1 | 55 | 2B |
| Octal | 21 | 313 | 301 | 134 | 0 | 5 | 24 | 261 | 125 | 53 |
| Binary | 10001 | 11001011 | 11000001 | 1011100 | 0 | 101 | 10100 | 10110001 | 1010101 | 101011 |
Color Harmonies of #11CBC1
Complementary color
Monochromatic Colors of #11CBC1
Black with #11CBC1
Text Example
Text Example
White with #11CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBC1; }
p { color: rgb(17,203,193); }
H1.HeaderClassName
{
color: #11CBC1;
}
.AnyTagClassName
{
color: #11CBC1;
}
</style>
background-color css
<style>
a { background-color: #11CBC1; }
a { background-color: rgb(17,203,193); }
div.DivClassName
{
background-color: #11CBC1;
}
.BgClassName
{
background-color: #11CBC1;
}
</style>
border-color css
<style>
span { border-color: #11CBC1; }
span { border-color: rgb(17,203,193); }
td.TdClassName
{
border-color: #11CBC1;
}
.TagClassName
{
border-color: #11CBC1;
}
</style>