Shades of Robin's Egg Blue #0BDFBC
Tints of Robin's Egg Blue #0BDFBC
RGB
CMYK
RGB Variations
Color information
#0BDFBC (or 0x0BDFBC) is known color: Robin's Egg Blue. HEX triplet: 0B, DF and BC. RGB value is (11,223,188). Sum of RGB (Red+Green+Blue) = 11+223+188=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDFBC is #F42043. Grayscale: #9B9B9B. Windows color (decimal): -15999044 or 12377867. OLE color: 12377867.
HSL color Cylindrical-coordinate representation of color #0BDFBC: hue angle of 170.09º 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 #0BDFBC is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 188 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.13 |
| HSL | 170.09º | 0.91% | 0.46% | - |
| HSV(B) | 170.09º | 0.95% | 0.87% | - |
| XYZ | 35.6 | 56.48 | 56.6 | - |
| YUV | 155.62 | 146.26 | 24.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 188 | 0.95 | 0 | 0.16 | 0.13 | 170.09 | 0.91 | 0.46 |
| Hex | B | DF | BC | 5F | 0 | 10 | D | AA | 5B | 2E |
| Octal | 13 | 337 | 274 | 137 | 0 | 20 | 15 | 252 | 133 | 56 |
| Binary | 1011 | 11011111 | 10111100 | 1011111 | 0 | 10000 | 1101 | 10101010 | 1011011 | 101110 |
Color Harmonies of #0BDFBC
Complementary color
Monochromatic Colors of #0BDFBC
Black with #0BDFBC
Text Example
Text Example
White with #0BDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFBC; }
p { color: rgb(11,223,188); }
H1.HeaderClassName
{
color: #0BDFBC;
}
.AnyTagClassName
{
color: #0BDFBC;
}
</style>
background-color css
<style>
a { background-color: #0BDFBC; }
a { background-color: rgb(11,223,188); }
div.DivClassName
{
background-color: #0BDFBC;
}
.BgClassName
{
background-color: #0BDFBC;
}
</style>
border-color css
<style>
span { border-color: #0BDFBC; }
span { border-color: rgb(11,223,188); }
td.TdClassName
{
border-color: #0BDFBC;
}
.TagClassName
{
border-color: #0BDFBC;
}
</style>