Shades of Robin's Egg Blue #0BDDBB
Tints of Robin's Egg Blue #0BDDBB
RGB
CMYK
RGB Variations
Color information
#0BDDBB (or 0x0BDDBB) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and BB. RGB value is (11,221,187). Sum of RGB (Red+Green+Blue) = 11+221+187=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDBB is #F42244. Grayscale: #9A9A9A. Windows color (decimal): -15999557 or 12311819. OLE color: 12311819.
HSL color Cylindrical-coordinate representation of color #0BDDBB: hue angle of 170.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDBB is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 187 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.29º | 0.91% | 0.45% | - |
| HSV(B) | 170.29º | 0.95% | 0.87% | - |
| XYZ | 34.96 | 55.37 | 55.86 | - |
| YUV | 154.33 | 146.43 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 187 | 0.95 | 0 | 0.15 | 0.13 | 170.29 | 0.91 | 0.45 |
| Hex | B | DD | BB | 5F | 0 | F | D | AA | 5B | 2D |
| Octal | 13 | 335 | 273 | 137 | 0 | 17 | 15 | 252 | 133 | 55 |
| Binary | 1011 | 11011101 | 10111011 | 1011111 | 0 | 1111 | 1101 | 10101010 | 1011011 | 101101 |
Color Harmonies of #0BDDBB
Complementary color
Monochromatic Colors of #0BDDBB
Black with #0BDDBB
Text Example
Text Example
White with #0BDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDBB; }
p { color: rgb(11,221,187); }
H1.HeaderClassName
{
color: #0BDDBB;
}
.AnyTagClassName
{
color: #0BDDBB;
}
</style>
background-color css
<style>
a { background-color: #0BDDBB; }
a { background-color: rgb(11,221,187); }
div.DivClassName
{
background-color: #0BDDBB;
}
.BgClassName
{
background-color: #0BDDBB;
}
</style>
border-color css
<style>
span { border-color: #0BDDBB; }
span { border-color: rgb(11,221,187); }
td.TdClassName
{
border-color: #0BDDBB;
}
.TagClassName
{
border-color: #0BDDBB;
}
</style>