Shades of Robin's Egg Blue #0BE3BC
Tints of Robin's Egg Blue #0BE3BC
RGB
CMYK
RGB Variations
Color information
#0BE3BC (or 0x0BE3BC) is known color: Robin's Egg Blue. HEX triplet: 0B, E3 and BC. RGB value is (11,227,188). Sum of RGB (Red+Green+Blue) = 11+227+188=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3BC is #F41C43. Grayscale: #9D9D9D. Windows color (decimal): -15998020 or 12378891. OLE color: 12378891.
HSL color Cylindrical-coordinate representation of color #0BE3BC: hue angle of 169.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE3BC is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 188 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.11 |
| HSL | 169.17º | 0.91% | 0.47% | - |
| HSV(B) | 169.17º | 0.95% | 0.89% | - |
| XYZ | 36.68 | 58.64 | 56.96 | - |
| YUV | 157.97 | 144.94 | 23.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 188 | 0.95 | 0 | 0.17 | 0.11 | 169.17 | 0.91 | 0.47 |
| Hex | B | E3 | BC | 5F | 0 | 11 | B | A9 | 5B | 2F |
| Octal | 13 | 343 | 274 | 137 | 0 | 21 | 13 | 251 | 133 | 57 |
| Binary | 1011 | 11100011 | 10111100 | 1011111 | 0 | 10001 | 1011 | 10101001 | 1011011 | 101111 |
Color Harmonies of #0BE3BC
Complementary color
Monochromatic Colors of #0BE3BC
Black with #0BE3BC
Text Example
Text Example
White with #0BE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE3BC; }
p { color: rgb(11,227,188); }
H1.HeaderClassName
{
color: #0BE3BC;
}
.AnyTagClassName
{
color: #0BE3BC;
}
</style>
background-color css
<style>
a { background-color: #0BE3BC; }
a { background-color: rgb(11,227,188); }
div.DivClassName
{
background-color: #0BE3BC;
}
.BgClassName
{
background-color: #0BE3BC;
}
</style>
border-color css
<style>
span { border-color: #0BE3BC; }
span { border-color: rgb(11,227,188); }
td.TdClassName
{
border-color: #0BE3BC;
}
.TagClassName
{
border-color: #0BE3BC;
}
</style>