Shades of Robin's Egg Blue #0BE6BB
Tints of Robin's Egg Blue #0BE6BB
RGB
CMYK
RGB Variations
Color information
#0BE6BB (or 0x0BE6BB) is known color: Robin's Egg Blue. HEX triplet: 0B, E6 and BB. RGB value is (11,230,187). Sum of RGB (Red+Green+Blue) = 11+230+187=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE6BB is #F41944. Grayscale: #9F9F9F. Windows color (decimal): -15997253 or 12314123. OLE color: 12314123.
HSL color Cylindrical-coordinate representation of color #0BE6BB: hue angle of 168.22º 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 #0BE6BB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 230 | 187 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.10 |
| HSL | 168.22º | 0.91% | 0.47% | - |
| HSV(B) | 168.22º | 0.95% | 0.9% | - |
| XYZ | 37.4 | 60.25 | 56.67 | - |
| YUV | 159.62 | 143.45 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 187 | 0.95 | 0 | 0.19 | 0.10 | 168.22 | 0.91 | 0.47 |
| Hex | B | E6 | BB | 5F | 0 | 13 | A | A8 | 5B | 2F |
| Octal | 13 | 346 | 273 | 137 | 0 | 23 | 12 | 250 | 133 | 57 |
| Binary | 1011 | 11100110 | 10111011 | 1011111 | 0 | 10011 | 1010 | 10101000 | 1011011 | 101111 |
Color Harmonies of #0BE6BB
Complementary color
Monochromatic Colors of #0BE6BB
Black with #0BE6BB
Text Example
Text Example
White with #0BE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE6BB; }
p { color: rgb(11,230,187); }
H1.HeaderClassName
{
color: #0BE6BB;
}
.AnyTagClassName
{
color: #0BE6BB;
}
</style>
background-color css
<style>
a { background-color: #0BE6BB; }
a { background-color: rgb(11,230,187); }
div.DivClassName
{
background-color: #0BE6BB;
}
.BgClassName
{
background-color: #0BE6BB;
}
</style>
border-color css
<style>
span { border-color: #0BE6BB; }
span { border-color: rgb(11,230,187); }
td.TdClassName
{
border-color: #0BE6BB;
}
.TagClassName
{
border-color: #0BE6BB;
}
</style>