Shades of Robin's Egg Blue #0BDDBD
Tints of Robin's Egg Blue #0BDDBD
RGB
CMYK
RGB Variations
Color information
#0BDDBD (or 0x0BDDBD) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and BD. RGB value is (11,221,189). Sum of RGB (Red+Green+Blue) = 11+221+189=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDBD is #F42242. Grayscale: #9A9A9A. Windows color (decimal): -15999555 or 12442891. OLE color: 12442891.
HSL color Cylindrical-coordinate representation of color #0BDDBD: hue angle of 170.86º 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 #0BDDBD is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 189 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.13 |
| HSL | 170.86º | 0.91% | 0.45% | - |
| HSV(B) | 170.86º | 0.95% | 0.87% | - |
| XYZ | 35.18 | 55.46 | 56.99 | - |
| YUV | 154.56 | 147.43 | 25.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 189 | 0.95 | 0 | 0.14 | 0.13 | 170.86 | 0.91 | 0.45 |
| Hex | B | DD | BD | 5F | 0 | E | D | AB | 5B | 2D |
| Octal | 13 | 335 | 275 | 137 | 0 | 16 | 15 | 253 | 133 | 55 |
| Binary | 1011 | 11011101 | 10111101 | 1011111 | 0 | 1110 | 1101 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0BDDBD
Complementary color
Monochromatic Colors of #0BDDBD
Black with #0BDDBD
Text Example
Text Example
White with #0BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDBD; }
p { color: rgb(11,221,189); }
H1.HeaderClassName
{
color: #0BDDBD;
}
.AnyTagClassName
{
color: #0BDDBD;
}
</style>
background-color css
<style>
a { background-color: #0BDDBD; }
a { background-color: rgb(11,221,189); }
div.DivClassName
{
background-color: #0BDDBD;
}
.BgClassName
{
background-color: #0BDDBD;
}
</style>
border-color css
<style>
span { border-color: #0BDDBD; }
span { border-color: rgb(11,221,189); }
td.TdClassName
{
border-color: #0BDDBD;
}
.TagClassName
{
border-color: #0BDDBD;
}
</style>