Shades of Robin's Egg Blue #0BDDBC
Tints of Robin's Egg Blue #0BDDBC
RGB
CMYK
RGB Variations
Color information
#0BDDBC (or 0x0BDDBC) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and BC. RGB value is (11,221,188). Sum of RGB (Red+Green+Blue) = 11+221+188=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDBC is #F42243. Grayscale: #9A9A9A. Windows color (decimal): -15999556 or 12377355. OLE color: 12377355.
HSL color Cylindrical-coordinate representation of color #0BDDBC: hue angle of 170.57º 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 #0BDDBC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 188 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.57º | 0.91% | 0.45% | - |
| HSV(B) | 170.57º | 0.95% | 0.87% | - |
| XYZ | 35.07 | 55.41 | 56.42 | - |
| YUV | 154.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 188 | 0.95 | 0 | 0.15 | 0.13 | 170.57 | 0.91 | 0.45 |
| Hex | B | DD | BC | 5F | 0 | F | D | AB | 5B | 2D |
| Octal | 13 | 335 | 274 | 137 | 0 | 17 | 15 | 253 | 133 | 55 |
| Binary | 1011 | 11011101 | 10111100 | 1011111 | 0 | 1111 | 1101 | 10101011 | 1011011 | 101101 |
Color Harmonies of #0BDDBC
Complementary color
Monochromatic Colors of #0BDDBC
Black with #0BDDBC
Text Example
Text Example
White with #0BDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDBC; }
p { color: rgb(11,221,188); }
H1.HeaderClassName
{
color: #0BDDBC;
}
.AnyTagClassName
{
color: #0BDDBC;
}
</style>
background-color css
<style>
a { background-color: #0BDDBC; }
a { background-color: rgb(11,221,188); }
div.DivClassName
{
background-color: #0BDDBC;
}
.BgClassName
{
background-color: #0BDDBC;
}
</style>
border-color css
<style>
span { border-color: #0BDDBC; }
span { border-color: rgb(11,221,188); }
td.TdClassName
{
border-color: #0BDDBC;
}
.TagClassName
{
border-color: #0BDDBC;
}
</style>