Shades of Robin's Egg Blue #0BC3BD
Tints of Robin's Egg Blue #0BC3BD
RGB
CMYK
RGB Variations
Color information
#0BC3BD (or 0x0BC3BD) is known color: Robin's Egg Blue. HEX triplet: 0B, C3 and BD. RGB value is (11,195,189). Sum of RGB (Red+Green+Blue) = 11+195+189=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC3BD is #F43C42. Grayscale: #8B8B8B. Windows color (decimal): -16006211 or 12436235. OLE color: 12436235.
HSL color Cylindrical-coordinate representation of color #0BC3BD: hue angle of 178.04º 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 #0BC3BD is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 195 | 189 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.24 |
| HSL | 178.04º | 0.89% | 0.4% | - |
| HSV(B) | 178.04º | 0.94% | 0.76% | - |
| XYZ | 28.84 | 42.78 | 54.88 | - |
| YUV | 139.3 | 156.04 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 195 | 189 | 0.94 | 0 | 0.03 | 0.24 | 178.04 | 0.89 | 0.4 |
| Hex | B | C3 | BD | 5E | 0 | 3 | 18 | B2 | 59 | 28 |
| Octal | 13 | 303 | 275 | 136 | 0 | 3 | 30 | 262 | 131 | 50 |
| Binary | 1011 | 11000011 | 10111101 | 1011110 | 0 | 11 | 11000 | 10110010 | 1011001 | 101000 |
Color Harmonies of #0BC3BD
Complementary color
Monochromatic Colors of #0BC3BD
Black with #0BC3BD
Text Example
Text Example
White with #0BC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC3BD; }
p { color: rgb(11,195,189); }
H1.HeaderClassName
{
color: #0BC3BD;
}
.AnyTagClassName
{
color: #0BC3BD;
}
</style>
background-color css
<style>
a { background-color: #0BC3BD; }
a { background-color: rgb(11,195,189); }
div.DivClassName
{
background-color: #0BC3BD;
}
.BgClassName
{
background-color: #0BC3BD;
}
</style>
border-color css
<style>
span { border-color: #0BC3BD; }
span { border-color: rgb(11,195,189); }
td.TdClassName
{
border-color: #0BC3BD;
}
.TagClassName
{
border-color: #0BC3BD;
}
</style>