Shades of Robin's Egg Blue #0BDAB5
Tints of Robin's Egg Blue #0BDAB5
RGB
CMYK
RGB Variations
Color information
#0BDAB5 (or 0x0BDAB5) is known color: Robin's Egg Blue. HEX triplet: 0B, DA and B5. RGB value is (11,218,181). Sum of RGB (Red+Green+Blue) = 11+218+181=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDAB5 is #F4254A. Grayscale: #979797. Windows color (decimal): -16000331 or 11917835. OLE color: 11917835.
HSL color Cylindrical-coordinate representation of color #0BDAB5: hue angle of 169.28º 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 #0BDAB5 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 181 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.15 |
| HSL | 169.28º | 0.9% | 0.45% | - |
| HSV(B) | 169.28º | 0.95% | 0.85% | - |
| XYZ | 33.55 | 53.55 | 52.28 | - |
| YUV | 151.89 | 144.42 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 181 | 0.95 | 0 | 0.17 | 0.15 | 169.28 | 0.9 | 0.45 |
| Hex | B | DA | B5 | 5F | 0 | 11 | F | A9 | 5A | 2D |
| Octal | 13 | 332 | 265 | 137 | 0 | 21 | 17 | 251 | 132 | 55 |
| Binary | 1011 | 11011010 | 10110101 | 1011111 | 0 | 10001 | 1111 | 10101001 | 1011010 | 101101 |
Color Harmonies of #0BDAB5
Complementary color
Monochromatic Colors of #0BDAB5
Black with #0BDAB5
Text Example
Text Example
White with #0BDAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDAB5; }
p { color: rgb(11,218,181); }
H1.HeaderClassName
{
color: #0BDAB5;
}
.AnyTagClassName
{
color: #0BDAB5;
}
</style>
background-color css
<style>
a { background-color: #0BDAB5; }
a { background-color: rgb(11,218,181); }
div.DivClassName
{
background-color: #0BDAB5;
}
.BgClassName
{
background-color: #0BDAB5;
}
</style>
border-color css
<style>
span { border-color: #0BDAB5; }
span { border-color: rgb(11,218,181); }
td.TdClassName
{
border-color: #0BDAB5;
}
.TagClassName
{
border-color: #0BDAB5;
}
</style>