Shades of Robin's Egg Blue #0BE5BC
Tints of Robin's Egg Blue #0BE5BC
RGB
CMYK
RGB Variations
Color information
#0BE5BC (or 0x0BE5BC) is known color: Robin's Egg Blue. HEX triplet: 0B, E5 and BC. RGB value is (11,229,188). Sum of RGB (Red+Green+Blue) = 11+229+188=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 229 (89.84% from 255 or 53.50% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE5BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE5BC is #F41A43. Grayscale: #9F9F9F. Windows color (decimal): -15997508 or 12379403. OLE color: 12379403.
HSL color Cylindrical-coordinate representation of color #0BE5BC: hue angle of 168.72º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE5BC is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 188 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.10 |
| HSL | 168.72º | 0.91% | 0.47% | - |
| HSV(B) | 168.72º | 0.95% | 0.9% | - |
| XYZ | 37.23 | 59.74 | 57.15 | - |
| YUV | 159.14 | 144.28 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 188 | 0.95 | 0 | 0.18 | 0.10 | 168.72 | 0.91 | 0.47 |
| Hex | B | E5 | BC | 5F | 0 | 12 | A | A9 | 5B | 2F |
| Octal | 13 | 345 | 274 | 137 | 0 | 22 | 12 | 251 | 133 | 57 |
| Binary | 1011 | 11100101 | 10111100 | 1011111 | 0 | 10010 | 1010 | 10101001 | 1011011 | 101111 |
Color Harmonies of #0BE5BC
Complementary color
Monochromatic Colors of #0BE5BC
Black with #0BE5BC
Text Example
Text Example
White with #0BE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5BC; }
p { color: rgb(11,229,188); }
H1.HeaderClassName
{
color: #0BE5BC;
}
.AnyTagClassName
{
color: #0BE5BC;
}
</style>
background-color css
<style>
a { background-color: #0BE5BC; }
a { background-color: rgb(11,229,188); }
div.DivClassName
{
background-color: #0BE5BC;
}
.BgClassName
{
background-color: #0BE5BC;
}
</style>
border-color css
<style>
span { border-color: #0BE5BC; }
span { border-color: rgb(11,229,188); }
td.TdClassName
{
border-color: #0BE5BC;
}
.TagClassName
{
border-color: #0BE5BC;
}
</style>