Shades of Robin's Egg Blue #11CFBB
Tints of Robin's Egg Blue #11CFBB
RGB
CMYK
RGB Variations
Color information
#11CFBB (or 0x11CFBB) is known color: Robin's Egg Blue. HEX triplet: 11, CF and BB. RGB value is (17,207,187). Sum of RGB (Red+Green+Blue) = 17+207+187=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFBB is #EE3044. Grayscale: #939393. Windows color (decimal): -15609925 or 12308241. OLE color: 12308241.
HSL color Cylindrical-coordinate representation of color #11CFBB: hue angle of 173.68º 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 #11CFBB is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 187 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.19 |
| HSL | 173.68º | 0.85% | 0.44% | - |
| HSV(B) | 173.68º | 0.92% | 0.81% | - |
| XYZ | 31.51 | 48.33 | 54.68 | - |
| YUV | 147.91 | 150.05 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 187 | 0.92 | 0 | 0.10 | 0.19 | 173.68 | 0.85 | 0.44 |
| Hex | 11 | CF | BB | 5C | 0 | A | 13 | AE | 55 | 2C |
| Octal | 21 | 317 | 273 | 134 | 0 | 12 | 23 | 256 | 125 | 54 |
| Binary | 10001 | 11001111 | 10111011 | 1011100 | 0 | 1010 | 10011 | 10101110 | 1010101 | 101100 |
Color Harmonies of #11CFBB
Complementary color
Monochromatic Colors of #11CFBB
Black with #11CFBB
Text Example
Text Example
White with #11CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFBB; }
p { color: rgb(17,207,187); }
H1.HeaderClassName
{
color: #11CFBB;
}
.AnyTagClassName
{
color: #11CFBB;
}
</style>
background-color css
<style>
a { background-color: #11CFBB; }
a { background-color: rgb(17,207,187); }
div.DivClassName
{
background-color: #11CFBB;
}
.BgClassName
{
background-color: #11CFBB;
}
</style>
border-color css
<style>
span { border-color: #11CFBB; }
span { border-color: rgb(17,207,187); }
td.TdClassName
{
border-color: #11CFBB;
}
.TagClassName
{
border-color: #11CFBB;
}
</style>