Shades of Robin's Egg Blue #0BDABA
Tints of Robin's Egg Blue #0BDABA
RGB
CMYK
RGB Variations
Color information
#0BDABA (or 0x0BDABA) is known color: Robin's Egg Blue. HEX triplet: 0B, DA and BA. RGB value is (11,218,186). Sum of RGB (Red+Green+Blue) = 11+218+186=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDABA is #F42545. Grayscale: #989898. Windows color (decimal): -16000326 or 12245515. OLE color: 12245515.
HSL color Cylindrical-coordinate representation of color #0BDABA: hue angle of 170.72º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDABA is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 186 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.15 |
| HSL | 170.72º | 0.9% | 0.45% | - |
| HSV(B) | 170.72º | 0.95% | 0.85% | - |
| XYZ | 34.07 | 53.76 | 55.04 | - |
| YUV | 152.46 | 146.92 | 27.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 186 | 0.95 | 0 | 0.15 | 0.15 | 170.72 | 0.9 | 0.45 |
| Hex | B | DA | BA | 5F | 0 | F | F | AB | 5A | 2D |
| Octal | 13 | 332 | 272 | 137 | 0 | 17 | 17 | 253 | 132 | 55 |
| Binary | 1011 | 11011010 | 10111010 | 1011111 | 0 | 1111 | 1111 | 10101011 | 1011010 | 101101 |
Color Harmonies of #0BDABA
Complementary color
Monochromatic Colors of #0BDABA
Black with #0BDABA
Text Example
Text Example
White with #0BDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDABA; }
p { color: rgb(11,218,186); }
H1.HeaderClassName
{
color: #0BDABA;
}
.AnyTagClassName
{
color: #0BDABA;
}
</style>
background-color css
<style>
a { background-color: #0BDABA; }
a { background-color: rgb(11,218,186); }
div.DivClassName
{
background-color: #0BDABA;
}
.BgClassName
{
background-color: #0BDABA;
}
</style>
border-color css
<style>
span { border-color: #0BDABA; }
span { border-color: rgb(11,218,186); }
td.TdClassName
{
border-color: #0BDABA;
}
.TagClassName
{
border-color: #0BDABA;
}
</style>