Shades of Robin's Egg Blue #0BC6B9
Tints of Robin's Egg Blue #0BC6B9
RGB
CMYK
RGB Variations
Color information
#0BC6B9 (or 0x0BC6B9) is known color: Robin's Egg Blue. HEX triplet: 0B, C6 and B9. RGB value is (11,198,185). Sum of RGB (Red+Green+Blue) = 11+198+185=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #0BC6B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC6B9 is #F43946. Grayscale: #8C8C8C. Windows color (decimal): -16005447 or 12174859. OLE color: 12174859.
HSL color Cylindrical-coordinate representation of color #0BC6B9: hue angle of 175.83º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC6B9 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 198 | 185 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.22 |
| HSL | 175.83º | 0.89% | 0.41% | - |
| HSV(B) | 175.83º | 0.94% | 0.78% | - |
| XYZ | 29.09 | 43.96 | 52.85 | - |
| YUV | 140.61 | 153.05 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 198 | 185 | 0.94 | 0 | 0.07 | 0.22 | 175.83 | 0.89 | 0.41 |
| Hex | B | C6 | B9 | 5E | 0 | 7 | 16 | B0 | 59 | 29 |
| Octal | 13 | 306 | 271 | 136 | 0 | 7 | 26 | 260 | 131 | 51 |
| Binary | 1011 | 11000110 | 10111001 | 1011110 | 0 | 111 | 10110 | 10110000 | 1011001 | 101001 |
Color Harmonies of #0BC6B9
Complementary color
Monochromatic Colors of #0BC6B9
Black with #0BC6B9
Text Example
Text Example
White with #0BC6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC6B9; }
p { color: rgb(11,198,185); }
H1.HeaderClassName
{
color: #0BC6B9;
}
.AnyTagClassName
{
color: #0BC6B9;
}
</style>
background-color css
<style>
a { background-color: #0BC6B9; }
a { background-color: rgb(11,198,185); }
div.DivClassName
{
background-color: #0BC6B9;
}
.BgClassName
{
background-color: #0BC6B9;
}
</style>
border-color css
<style>
span { border-color: #0BC6B9; }
span { border-color: rgb(11,198,185); }
td.TdClassName
{
border-color: #0BC6B9;
}
.TagClassName
{
border-color: #0BC6B9;
}
</style>