Shades of Robin's Egg Blue #0BE0BE
Tints of Robin's Egg Blue #0BE0BE
RGB
CMYK
RGB Variations
Color information
#0BE0BE (or 0x0BE0BE) is known color: Robin's Egg Blue. HEX triplet: 0B, E0 and BE. RGB value is (11,224,190). Sum of RGB (Red+Green+Blue) = 11+224+190=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE0BE is #F41F41. Grayscale: #9C9C9C. Windows color (decimal): -15998786 or 12509195. OLE color: 12509195.
HSL color Cylindrical-coordinate representation of color #0BE0BE: hue angle of 170.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE0BE is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 224 | 190 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.12 |
| HSL | 170.42º | 0.91% | 0.46% | - |
| HSV(B) | 170.42º | 0.95% | 0.88% | - |
| XYZ | 36.09 | 57.1 | 57.83 | - |
| YUV | 156.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 190 | 0.95 | 0 | 0.15 | 0.12 | 170.42 | 0.91 | 0.46 |
| Hex | B | E0 | BE | 5F | 0 | F | C | AA | 5B | 2E |
| Octal | 13 | 340 | 276 | 137 | 0 | 17 | 14 | 252 | 133 | 56 |
| Binary | 1011 | 11100000 | 10111110 | 1011111 | 0 | 1111 | 1100 | 10101010 | 1011011 | 101110 |
Color Harmonies of #0BE0BE
Complementary color
Monochromatic Colors of #0BE0BE
Black with #0BE0BE
Text Example
Text Example
White with #0BE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0BE; }
p { color: rgb(11,224,190); }
H1.HeaderClassName
{
color: #0BE0BE;
}
.AnyTagClassName
{
color: #0BE0BE;
}
</style>
background-color css
<style>
a { background-color: #0BE0BE; }
a { background-color: rgb(11,224,190); }
div.DivClassName
{
background-color: #0BE0BE;
}
.BgClassName
{
background-color: #0BE0BE;
}
</style>
border-color css
<style>
span { border-color: #0BE0BE; }
span { border-color: rgb(11,224,190); }
td.TdClassName
{
border-color: #0BE0BE;
}
.TagClassName
{
border-color: #0BE0BE;
}
</style>