Shades of Robin's Egg Blue #0BD7C2
Tints of Robin's Egg Blue #0BD7C2
RGB
CMYK
RGB Variations
Color information
#0BD7C2 (or 0x0BD7C2) is known color: Robin's Egg Blue. HEX triplet: 0B, D7 and C2. RGB value is (11,215,194). Sum of RGB (Red+Green+Blue) = 11+215+194=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD7C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BD7C2 is #F4283D. Grayscale: #979797. Windows color (decimal): -16001086 or 12769035. OLE color: 12769035.
HSL color Cylindrical-coordinate representation of color #0BD7C2: hue angle of 173.82º 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 #0BD7C2 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 194 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.16 |
| HSL | 173.82º | 0.9% | 0.44% | - |
| HSV(B) | 173.82º | 0.95% | 0.84% | - |
| XYZ | 34.18 | 52.57 | 59.38 | - |
| YUV | 151.61 | 151.91 | 27.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 194 | 0.95 | 0 | 0.10 | 0.16 | 173.82 | 0.9 | 0.44 |
| Hex | B | D7 | C2 | 5F | 0 | A | 10 | AE | 5A | 2C |
| Octal | 13 | 327 | 302 | 137 | 0 | 12 | 20 | 256 | 132 | 54 |
| Binary | 1011 | 11010111 | 11000010 | 1011111 | 0 | 1010 | 10000 | 10101110 | 1011010 | 101100 |
Color Harmonies of #0BD7C2
Complementary color
Monochromatic Colors of #0BD7C2
Black with #0BD7C2
Text Example
Text Example
White with #0BD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD7C2; }
p { color: rgb(11,215,194); }
H1.HeaderClassName
{
color: #0BD7C2;
}
.AnyTagClassName
{
color: #0BD7C2;
}
</style>
background-color css
<style>
a { background-color: #0BD7C2; }
a { background-color: rgb(11,215,194); }
div.DivClassName
{
background-color: #0BD7C2;
}
.BgClassName
{
background-color: #0BD7C2;
}
</style>
border-color css
<style>
span { border-color: #0BD7C2; }
span { border-color: rgb(11,215,194); }
td.TdClassName
{
border-color: #0BD7C2;
}
.TagClassName
{
border-color: #0BD7C2;
}
</style>