Shades of Robin's Egg Blue #0BD6BC
Tints of Robin's Egg Blue #0BD6BC
RGB
CMYK
RGB Variations
Color information
#0BD6BC (or 0x0BD6BC) is known color: Robin's Egg Blue. HEX triplet: 0B, D6 and BC. RGB value is (11,214,188). Sum of RGB (Red+Green+Blue) = 11+214+188=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD6BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD6BC is #F42943. Grayscale: #969696. Windows color (decimal): -16001348 or 12375563. OLE color: 12375563.
HSL color Cylindrical-coordinate representation of color #0BD6BC: hue angle of 172.32º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD6BC is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 188 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.16 |
| HSL | 172.32º | 0.9% | 0.44% | - |
| HSV(B) | 172.32º | 0.95% | 0.84% | - |
| XYZ | 33.26 | 51.8 | 55.82 | - |
| YUV | 150.34 | 149.25 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 188 | 0.95 | 0 | 0.12 | 0.16 | 172.32 | 0.9 | 0.44 |
| Hex | B | D6 | BC | 5F | 0 | C | 10 | AC | 5A | 2C |
| Octal | 13 | 326 | 274 | 137 | 0 | 14 | 20 | 254 | 132 | 54 |
| Binary | 1011 | 11010110 | 10111100 | 1011111 | 0 | 1100 | 10000 | 10101100 | 1011010 | 101100 |
Color Harmonies of #0BD6BC
Complementary color
Monochromatic Colors of #0BD6BC
Black with #0BD6BC
Text Example
Text Example
White with #0BD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD6BC; }
p { color: rgb(11,214,188); }
H1.HeaderClassName
{
color: #0BD6BC;
}
.AnyTagClassName
{
color: #0BD6BC;
}
</style>
background-color css
<style>
a { background-color: #0BD6BC; }
a { background-color: rgb(11,214,188); }
div.DivClassName
{
background-color: #0BD6BC;
}
.BgClassName
{
background-color: #0BD6BC;
}
</style>
border-color css
<style>
span { border-color: #0BD6BC; }
span { border-color: rgb(11,214,188); }
td.TdClassName
{
border-color: #0BD6BC;
}
.TagClassName
{
border-color: #0BD6BC;
}
</style>