Shades of Robin's Egg Blue #11CBCC
Tints of Robin's Egg Blue #11CBCC
RGB
CMYK
RGB Variations
Color information
#11CBCC (or 0x11CBCC) is known color: Robin's Egg Blue. HEX triplet: 11, CB and CC. RGB value is (17,203,204). Sum of RGB (Red+Green+Blue) = 17+203+204=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #11CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CBCC is #EE3433. Grayscale: #939393. Windows color (decimal): -15610932 or 13421329. OLE color: 13421329.
HSL color Cylindrical-coordinate representation of color #11CBCC: hue angle of 180.32º 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 #11CBCC is Cyan = 0.92, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 203 | 204 | - |
| CMYK | 0.92 | 0.00 | 0 | 0.2 |
| HSL | 180.32º | 0.85% | 0.43% | - |
| HSV(B) | 180.32º | 0.92% | 0.8% | - |
| XYZ | 32.49 | 47.19 | 64.52 | - |
| YUV | 147.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 204 | 0.92 | 0.00 | 0 | 0.2 | 180.32 | 0.85 | 0.43 |
| Hex | 11 | CB | CC | 5C | 0 | 0 | 14 | B4 | 55 | 2B |
| Octal | 21 | 313 | 314 | 134 | 0 | 0 | 24 | 264 | 125 | 53 |
| Binary | 10001 | 11001011 | 11001100 | 1011100 | 0 | 0 | 10100 | 10110100 | 1010101 | 101011 |
Color Harmonies of #11CBCC
Complementary color
Monochromatic Colors of #11CBCC
Black with #11CBCC
Text Example
Text Example
White with #11CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBCC; }
p { color: rgb(17,203,204); }
H1.HeaderClassName
{
color: #11CBCC;
}
.AnyTagClassName
{
color: #11CBCC;
}
</style>
background-color css
<style>
a { background-color: #11CBCC; }
a { background-color: rgb(17,203,204); }
div.DivClassName
{
background-color: #11CBCC;
}
.BgClassName
{
background-color: #11CBCC;
}
</style>
border-color css
<style>
span { border-color: #11CBCC; }
span { border-color: rgb(17,203,204); }
td.TdClassName
{
border-color: #11CBCC;
}
.TagClassName
{
border-color: #11CBCC;
}
</style>