Shades of Robin's Egg Blue #11CBCA
Tints of Robin's Egg Blue #11CBCA
RGB
CMYK
RGB Variations
Color information
#11CBCA (or 0x11CBCA) is known color: Robin's Egg Blue. HEX triplet: 11, CB and CA. RGB value is (17,203,202). Sum of RGB (Red+Green+Blue) = 17+203+202=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #11CBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CBCA is #EE3435. Grayscale: #939393. Windows color (decimal): -15610934 or 13290257. OLE color: 13290257.
HSL color Cylindrical-coordinate representation of color #11CBCA: hue angle of 179.68º 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 #11CBCA is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 203 | 202 | - |
| CMYK | 0.92 | 0 | 0.00 | 0.20 |
| HSL | 179.68º | 0.85% | 0.43% | - |
| HSV(B) | 179.68º | 0.92% | 0.8% | - |
| XYZ | 32.25 | 47.1 | 63.27 | - |
| YUV | 147.27 | 158.88 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 203 | 202 | 0.92 | 0 | 0.00 | 0.20 | 179.68 | 0.85 | 0.43 |
| Hex | 11 | CB | CA | 5C | 0 | 0 | 14 | B4 | 55 | 2B |
| Octal | 21 | 313 | 312 | 134 | 0 | 0 | 24 | 264 | 125 | 53 |
| Binary | 10001 | 11001011 | 11001010 | 1011100 | 0 | 0 | 10100 | 10110100 | 1010101 | 101011 |
Color Harmonies of #11CBCA
Complementary color
Monochromatic Colors of #11CBCA
Black with #11CBCA
Text Example
Text Example
White with #11CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CBCA; }
p { color: rgb(17,203,202); }
H1.HeaderClassName
{
color: #11CBCA;
}
.AnyTagClassName
{
color: #11CBCA;
}
</style>
background-color css
<style>
a { background-color: #11CBCA; }
a { background-color: rgb(17,203,202); }
div.DivClassName
{
background-color: #11CBCA;
}
.BgClassName
{
background-color: #11CBCA;
}
</style>
border-color css
<style>
span { border-color: #11CBCA; }
span { border-color: rgb(17,203,202); }
td.TdClassName
{
border-color: #11CBCA;
}
.TagClassName
{
border-color: #11CBCA;
}
</style>