Shades of Robin's Egg Blue #11CFBC
Tints of Robin's Egg Blue #11CFBC
RGB
CMYK
RGB Variations
Color information
#11CFBC (or 0x11CFBC) is known color: Robin's Egg Blue. HEX triplet: 11, CF and BC. RGB value is (17,207,188). Sum of RGB (Red+Green+Blue) = 17+207+188=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFBC is #EE3043. Grayscale: #939393. Windows color (decimal): -15609924 or 12373777. OLE color: 12373777.
HSL color Cylindrical-coordinate representation of color #11CFBC: hue angle of 174º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFBC is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 188 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.19 |
| HSL | 174º | 0.85% | 0.44% | - |
| HSV(B) | 174º | 0.92% | 0.81% | - |
| XYZ | 31.62 | 48.38 | 55.25 | - |
| YUV | 148.02 | 150.55 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 188 | 0.92 | 0 | 0.09 | 0.19 | 174 | 0.85 | 0.44 |
| Hex | 11 | CF | BC | 5C | 0 | 9 | 13 | AE | 55 | 2C |
| Octal | 21 | 317 | 274 | 134 | 0 | 11 | 23 | 256 | 125 | 54 |
| Binary | 10001 | 11001111 | 10111100 | 1011100 | 0 | 1001 | 10011 | 10101110 | 1010101 | 101100 |
Color Harmonies of #11CFBC
Complementary color
Monochromatic Colors of #11CFBC
Black with #11CFBC
Text Example
Text Example
White with #11CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFBC; }
p { color: rgb(17,207,188); }
H1.HeaderClassName
{
color: #11CFBC;
}
.AnyTagClassName
{
color: #11CFBC;
}
</style>
background-color css
<style>
a { background-color: #11CFBC; }
a { background-color: rgb(17,207,188); }
div.DivClassName
{
background-color: #11CFBC;
}
.BgClassName
{
background-color: #11CFBC;
}
</style>
border-color css
<style>
span { border-color: #11CFBC; }
span { border-color: rgb(17,207,188); }
td.TdClassName
{
border-color: #11CFBC;
}
.TagClassName
{
border-color: #11CFBC;
}
</style>