Shades of Robin's Egg Blue #0BE1BE
Tints of Robin's Egg Blue #0BE1BE
RGB
CMYK
RGB Variations
Color information
#0BE1BE (or 0x0BE1BE) is known color: Robin's Egg Blue. HEX triplet: 0B, E1 and BE. RGB value is (11,225,190). Sum of RGB (Red+Green+Blue) = 11+225+190=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE1BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE1BE is #F41E41. Grayscale: #9C9C9C. Windows color (decimal): -15998530 or 12509451. OLE color: 12509451.
HSL color Cylindrical-coordinate representation of color #0BE1BE: hue angle of 170.19º 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 #0BE1BE is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 190 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.12 |
| HSL | 170.19º | 0.91% | 0.46% | - |
| HSV(B) | 170.19º | 0.95% | 0.88% | - |
| XYZ | 36.36 | 57.64 | 57.92 | - |
| YUV | 157.02 | 146.6 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 190 | 0.95 | 0 | 0.16 | 0.12 | 170.19 | 0.91 | 0.46 |
| Hex | B | E1 | BE | 5F | 0 | 10 | C | AA | 5B | 2E |
| Octal | 13 | 341 | 276 | 137 | 0 | 20 | 14 | 252 | 133 | 56 |
| Binary | 1011 | 11100001 | 10111110 | 1011111 | 0 | 10000 | 1100 | 10101010 | 1011011 | 101110 |
Color Harmonies of #0BE1BE
Complementary color
Monochromatic Colors of #0BE1BE
Black with #0BE1BE
Text Example
Text Example
White with #0BE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE1BE; }
p { color: rgb(11,225,190); }
H1.HeaderClassName
{
color: #0BE1BE;
}
.AnyTagClassName
{
color: #0BE1BE;
}
</style>
background-color css
<style>
a { background-color: #0BE1BE; }
a { background-color: rgb(11,225,190); }
div.DivClassName
{
background-color: #0BE1BE;
}
.BgClassName
{
background-color: #0BE1BE;
}
</style>
border-color css
<style>
span { border-color: #0BE1BE; }
span { border-color: rgb(11,225,190); }
td.TdClassName
{
border-color: #0BE1BE;
}
.TagClassName
{
border-color: #0BE1BE;
}
</style>