Shades of Robin's Egg Blue #0BDFB7
Tints of Robin's Egg Blue #0BDFB7
RGB
CMYK
RGB Variations
Color information
#0BDFB7 (or 0x0BDFB7) is known color: Robin's Egg Blue. HEX triplet: 0B, DF and B7. RGB value is (11,223,183). Sum of RGB (Red+Green+Blue) = 11+223+183=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFB7 is #F42048. Grayscale: #9B9B9B. Windows color (decimal): -15999049 or 12050187. OLE color: 12050187.
HSL color Cylindrical-coordinate representation of color #0BDFB7: hue angle of 168.68º 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 #0BDFB7 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 183 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.13 |
| HSL | 168.68º | 0.91% | 0.46% | - |
| HSV(B) | 168.68º | 0.95% | 0.87% | - |
| XYZ | 35.07 | 56.27 | 53.81 | - |
| YUV | 155.05 | 143.76 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 183 | 0.95 | 0 | 0.18 | 0.13 | 168.68 | 0.91 | 0.46 |
| Hex | B | DF | B7 | 5F | 0 | 12 | D | A9 | 5B | 2E |
| Octal | 13 | 337 | 267 | 137 | 0 | 22 | 15 | 251 | 133 | 56 |
| Binary | 1011 | 11011111 | 10110111 | 1011111 | 0 | 10010 | 1101 | 10101001 | 1011011 | 101110 |
Color Harmonies of #0BDFB7
Complementary color
Monochromatic Colors of #0BDFB7
Black with #0BDFB7
Text Example
Text Example
White with #0BDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFB7; }
p { color: rgb(11,223,183); }
H1.HeaderClassName
{
color: #0BDFB7;
}
.AnyTagClassName
{
color: #0BDFB7;
}
</style>
background-color css
<style>
a { background-color: #0BDFB7; }
a { background-color: rgb(11,223,183); }
div.DivClassName
{
background-color: #0BDFB7;
}
.BgClassName
{
background-color: #0BDFB7;
}
</style>
border-color css
<style>
span { border-color: #0BDFB7; }
span { border-color: rgb(11,223,183); }
td.TdClassName
{
border-color: #0BDFB7;
}
.TagClassName
{
border-color: #0BDFB7;
}
</style>