Shades of Robin's Egg Blue #0BDFBD
Tints of Robin's Egg Blue #0BDFBD
RGB
CMYK
RGB Variations
Color information
#0BDFBD (or 0x0BDFBD) is known color: Robin's Egg Blue. HEX triplet: 0B, DF and BD. RGB value is (11,223,189). Sum of RGB (Red+Green+Blue) = 11+223+189=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFBD is #F42042. Grayscale: #9B9B9B. Windows color (decimal): -15999043 or 12443403. OLE color: 12443403.
HSL color Cylindrical-coordinate representation of color #0BDFBD: hue angle of 170.38º 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 #0BDFBD is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 189 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.13 |
| HSL | 170.38º | 0.91% | 0.46% | - |
| HSV(B) | 170.38º | 0.95% | 0.87% | - |
| XYZ | 35.71 | 56.52 | 57.17 | - |
| YUV | 155.74 | 146.76 | 24.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 189 | 0.95 | 0 | 0.15 | 0.13 | 170.38 | 0.91 | 0.46 |
| Hex | B | DF | BD | 5F | 0 | F | D | AA | 5B | 2E |
| Octal | 13 | 337 | 275 | 137 | 0 | 17 | 15 | 252 | 133 | 56 |
| Binary | 1011 | 11011111 | 10111101 | 1011111 | 0 | 1111 | 1101 | 10101010 | 1011011 | 101110 |
Color Harmonies of #0BDFBD
Complementary color
Monochromatic Colors of #0BDFBD
Black with #0BDFBD
Text Example
Text Example
White with #0BDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFBD; }
p { color: rgb(11,223,189); }
H1.HeaderClassName
{
color: #0BDFBD;
}
.AnyTagClassName
{
color: #0BDFBD;
}
</style>
background-color css
<style>
a { background-color: #0BDFBD; }
a { background-color: rgb(11,223,189); }
div.DivClassName
{
background-color: #0BDFBD;
}
.BgClassName
{
background-color: #0BDFBD;
}
</style>
border-color css
<style>
span { border-color: #0BDFBD; }
span { border-color: rgb(11,223,189); }
td.TdClassName
{
border-color: #0BDFBD;
}
.TagClassName
{
border-color: #0BDFBD;
}
</style>