Shades of Robin's Egg Blue #0BC2BE
Tints of Robin's Egg Blue #0BC2BE
RGB
CMYK
RGB Variations
Color information
#0BC2BE (or 0x0BC2BE) is known color: Robin's Egg Blue. HEX triplet: 0B, C2 and BE. RGB value is (11,194,190). Sum of RGB (Red+Green+Blue) = 11+194+190=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #0BC2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC2BE is #F43D41. Grayscale: #8A8A8A. Windows color (decimal): -16006466 or 12501515. OLE color: 12501515.
HSL color Cylindrical-coordinate representation of color #0BC2BE: hue angle of 178.69º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC2BE is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 194 | 190 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.24 |
| HSL | 178.69º | 0.89% | 0.4% | - |
| HSV(B) | 178.69º | 0.94% | 0.76% | - |
| XYZ | 28.72 | 42.37 | 55.38 | - |
| YUV | 138.83 | 156.87 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 194 | 190 | 0.94 | 0 | 0.02 | 0.24 | 178.69 | 0.89 | 0.4 |
| Hex | B | C2 | BE | 5E | 0 | 2 | 18 | B3 | 59 | 28 |
| Octal | 13 | 302 | 276 | 136 | 0 | 2 | 30 | 263 | 131 | 50 |
| Binary | 1011 | 11000010 | 10111110 | 1011110 | 0 | 10 | 11000 | 10110011 | 1011001 | 101000 |
Color Harmonies of #0BC2BE
Complementary color
Monochromatic Colors of #0BC2BE
Black with #0BC2BE
Text Example
Text Example
White with #0BC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC2BE; }
p { color: rgb(11,194,190); }
H1.HeaderClassName
{
color: #0BC2BE;
}
.AnyTagClassName
{
color: #0BC2BE;
}
</style>
background-color css
<style>
a { background-color: #0BC2BE; }
a { background-color: rgb(11,194,190); }
div.DivClassName
{
background-color: #0BC2BE;
}
.BgClassName
{
background-color: #0BC2BE;
}
</style>
border-color css
<style>
span { border-color: #0BC2BE; }
span { border-color: rgb(11,194,190); }
td.TdClassName
{
border-color: #0BC2BE;
}
.TagClassName
{
border-color: #0BC2BE;
}
</style>