Shades of Robin's Egg Blue #0BDFB9
Tints of Robin's Egg Blue #0BDFB9
RGB
CMYK
RGB Variations
Color information
#0BDFB9 (or 0x0BDFB9) is known color: Robin's Egg Blue. HEX triplet: 0B, DF and B9. RGB value is (11,223,185). Sum of RGB (Red+Green+Blue) = 11+223+185=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFB9 is #F42046. Grayscale: #9B9B9B. Windows color (decimal): -15999047 or 12181259. OLE color: 12181259.
HSL color Cylindrical-coordinate representation of color #0BDFB9: hue angle of 169.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFB9 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 185 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.13 |
| HSL | 169.25º | 0.91% | 0.46% | - |
| HSV(B) | 169.25º | 0.95% | 0.87% | - |
| XYZ | 35.28 | 56.35 | 54.92 | - |
| YUV | 155.28 | 144.76 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 185 | 0.95 | 0 | 0.17 | 0.13 | 169.25 | 0.91 | 0.46 |
| Hex | B | DF | B9 | 5F | 0 | 11 | D | A9 | 5B | 2E |
| Octal | 13 | 337 | 271 | 137 | 0 | 21 | 15 | 251 | 133 | 56 |
| Binary | 1011 | 11011111 | 10111001 | 1011111 | 0 | 10001 | 1101 | 10101001 | 1011011 | 101110 |
Color Harmonies of #0BDFB9
Complementary color
Monochromatic Colors of #0BDFB9
Black with #0BDFB9
Text Example
Text Example
White with #0BDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFB9; }
p { color: rgb(11,223,185); }
H1.HeaderClassName
{
color: #0BDFB9;
}
.AnyTagClassName
{
color: #0BDFB9;
}
</style>
background-color css
<style>
a { background-color: #0BDFB9; }
a { background-color: rgb(11,223,185); }
div.DivClassName
{
background-color: #0BDFB9;
}
.BgClassName
{
background-color: #0BDFB9;
}
</style>
border-color css
<style>
span { border-color: #0BDFB9; }
span { border-color: rgb(11,223,185); }
td.TdClassName
{
border-color: #0BDFB9;
}
.TagClassName
{
border-color: #0BDFB9;
}
</style>