Shades of Robin's Egg Blue #0BC3BE
Tints of Robin's Egg Blue #0BC3BE
RGB
CMYK
RGB Variations
Color information
#0BC3BE (or 0x0BC3BE) is known color: Robin's Egg Blue. HEX triplet: 0B, C3 and BE. RGB value is (11,195,190). Sum of RGB (Red+Green+Blue) = 11+195+190=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC3BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC3BE is #F43C41. Grayscale: #8B8B8B. Windows color (decimal): -16006210 or 12501771. OLE color: 12501771.
HSL color Cylindrical-coordinate representation of color #0BC3BE: hue angle of 178.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC3BE is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 190 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.24 |
| HSL | 178.37º | 0.89% | 0.4% | - |
| HSV(B) | 178.37º | 0.94% | 0.76% | - |
| XYZ | 28.95 | 42.82 | 55.45 | - |
| YUV | 139.41 | 156.54 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 190 | 0.94 | 0 | 0.03 | 0.24 | 178.37 | 0.89 | 0.4 |
| Hex | B | C3 | BE | 5E | 0 | 3 | 18 | B2 | 59 | 28 |
| Octal | 13 | 303 | 276 | 136 | 0 | 3 | 30 | 262 | 131 | 50 |
| Binary | 1011 | 11000011 | 10111110 | 1011110 | 0 | 11 | 11000 | 10110010 | 1011001 | 101000 |
Color Harmonies of #0BC3BE
Complementary color
Monochromatic Colors of #0BC3BE
Black with #0BC3BE
Text Example
Text Example
White with #0BC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC3BE; }
p { color: rgb(11,195,190); }
H1.HeaderClassName
{
color: #0BC3BE;
}
.AnyTagClassName
{
color: #0BC3BE;
}
</style>
background-color css
<style>
a { background-color: #0BC3BE; }
a { background-color: rgb(11,195,190); }
div.DivClassName
{
background-color: #0BC3BE;
}
.BgClassName
{
background-color: #0BC3BE;
}
</style>
border-color css
<style>
span { border-color: #0BC3BE; }
span { border-color: rgb(11,195,190); }
td.TdClassName
{
border-color: #0BC3BE;
}
.TagClassName
{
border-color: #0BC3BE;
}
</style>