Shades of Robin's Egg Blue #0BDEBB
Tints of Robin's Egg Blue #0BDEBB
RGB
CMYK
RGB Variations
Color information
#0BDEBB (or 0x0BDEBB) is known color: Robin's Egg Blue. HEX triplet: 0B, DE and BB. RGB value is (11,222,187). Sum of RGB (Red+Green+Blue) = 11+222+187=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 222 (87.11% from 255 or 52.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 222 - color contains mainly: green. Hex color #0BDEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDEBB is #F42144. Grayscale: #9A9A9A. Windows color (decimal): -15999301 or 12312075. OLE color: 12312075.
HSL color Cylindrical-coordinate representation of color #0BDEBB: hue angle of 170.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDEBB is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 222 | 187 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.13 |
| HSL | 170.05º | 0.91% | 0.46% | - |
| HSV(B) | 170.05º | 0.95% | 0.87% | - |
| XYZ | 35.23 | 55.9 | 55.95 | - |
| YUV | 154.92 | 146.1 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 222 | 187 | 0.95 | 0 | 0.16 | 0.13 | 170.05 | 0.91 | 0.46 |
| Hex | B | DE | BB | 5F | 0 | 10 | D | AA | 5B | 2E |
| Octal | 13 | 336 | 273 | 137 | 0 | 20 | 15 | 252 | 133 | 56 |
| Binary | 1011 | 11011110 | 10111011 | 1011111 | 0 | 10000 | 1101 | 10101010 | 1011011 | 101110 |
Color Harmonies of #0BDEBB
Complementary color
Monochromatic Colors of #0BDEBB
Black with #0BDEBB
Text Example
Text Example
White with #0BDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDEBB; }
p { color: rgb(11,222,187); }
H1.HeaderClassName
{
color: #0BDEBB;
}
.AnyTagClassName
{
color: #0BDEBB;
}
</style>
background-color css
<style>
a { background-color: #0BDEBB; }
a { background-color: rgb(11,222,187); }
div.DivClassName
{
background-color: #0BDEBB;
}
.BgClassName
{
background-color: #0BDEBB;
}
</style>
border-color css
<style>
span { border-color: #0BDEBB; }
span { border-color: rgb(11,222,187); }
td.TdClassName
{
border-color: #0BDEBB;
}
.TagClassName
{
border-color: #0BDEBB;
}
</style>