Shades of Robin's Egg Blue #0BCEBB
Tints of Robin's Egg Blue #0BCEBB
RGB
CMYK
RGB Variations
Color information
#0BCEBB (or 0x0BCEBB) is known color: Robin's Egg Blue. HEX triplet: 0B, CE and BB. RGB value is (11,206,187). Sum of RGB (Red+Green+Blue) = 11+206+187=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEBB is #F43144. Grayscale: #919191. Windows color (decimal): -16003397 or 12307979. OLE color: 12307979.
HSL color Cylindrical-coordinate representation of color #0BCEBB: hue angle of 174.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEBB is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 187 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.19 |
| HSL | 174.15º | 0.9% | 0.43% | - |
| HSV(B) | 174.15º | 0.95% | 0.81% | - |
| XYZ | 31.18 | 47.8 | 54.6 | - |
| YUV | 145.53 | 151.4 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 187 | 0.95 | 0 | 0.09 | 0.19 | 174.15 | 0.9 | 0.43 |
| Hex | B | CE | BB | 5F | 0 | 9 | 13 | AE | 5A | 2B |
| Octal | 13 | 316 | 273 | 137 | 0 | 11 | 23 | 256 | 132 | 53 |
| Binary | 1011 | 11001110 | 10111011 | 1011111 | 0 | 1001 | 10011 | 10101110 | 1011010 | 101011 |
Color Harmonies of #0BCEBB
Complementary color
Monochromatic Colors of #0BCEBB
Black with #0BCEBB
Text Example
Text Example
White with #0BCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEBB; }
p { color: rgb(11,206,187); }
H1.HeaderClassName
{
color: #0BCEBB;
}
.AnyTagClassName
{
color: #0BCEBB;
}
</style>
background-color css
<style>
a { background-color: #0BCEBB; }
a { background-color: rgb(11,206,187); }
div.DivClassName
{
background-color: #0BCEBB;
}
.BgClassName
{
background-color: #0BCEBB;
}
</style>
border-color css
<style>
span { border-color: #0BCEBB; }
span { border-color: rgb(11,206,187); }
td.TdClassName
{
border-color: #0BCEBB;
}
.TagClassName
{
border-color: #0BCEBB;
}
</style>