Shades of Robin's Egg Blue #0BD7BD
Tints of Robin's Egg Blue #0BD7BD
RGB
CMYK
RGB Variations
Color information
#0BD7BD (or 0x0BD7BD) is known color: Robin's Egg Blue. HEX triplet: 0B, D7 and BD. RGB value is (11,215,189). Sum of RGB (Red+Green+Blue) = 11+215+189=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7BD is #F42842. Grayscale: #969696. Windows color (decimal): -16001091 or 12441355. OLE color: 12441355.
HSL color Cylindrical-coordinate representation of color #0BD7BD: hue angle of 172.35º 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 #0BD7BD is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 189 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.16 |
| HSL | 172.35º | 0.9% | 0.44% | - |
| HSV(B) | 172.35º | 0.95% | 0.84% | - |
| XYZ | 33.62 | 52.35 | 56.48 | - |
| YUV | 151.04 | 149.41 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 189 | 0.95 | 0 | 0.12 | 0.16 | 172.35 | 0.9 | 0.44 |
| Hex | B | D7 | BD | 5F | 0 | C | 10 | AC | 5A | 2C |
| Octal | 13 | 327 | 275 | 137 | 0 | 14 | 20 | 254 | 132 | 54 |
| Binary | 1011 | 11010111 | 10111101 | 1011111 | 0 | 1100 | 10000 | 10101100 | 1011010 | 101100 |
Color Harmonies of #0BD7BD
Complementary color
Monochromatic Colors of #0BD7BD
Black with #0BD7BD
Text Example
Text Example
White with #0BD7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD7BD; }
p { color: rgb(11,215,189); }
H1.HeaderClassName
{
color: #0BD7BD;
}
.AnyTagClassName
{
color: #0BD7BD;
}
</style>
background-color css
<style>
a { background-color: #0BD7BD; }
a { background-color: rgb(11,215,189); }
div.DivClassName
{
background-color: #0BD7BD;
}
.BgClassName
{
background-color: #0BD7BD;
}
</style>
border-color css
<style>
span { border-color: #0BD7BD; }
span { border-color: rgb(11,215,189); }
td.TdClassName
{
border-color: #0BD7BD;
}
.TagClassName
{
border-color: #0BD7BD;
}
</style>