Shades of Robin's Egg Blue #0BCBBD
Tints of Robin's Egg Blue #0BCBBD
RGB
CMYK
RGB Variations
Color information
#0BCBBD (or 0x0BCBBD) is known color: Robin's Egg Blue. HEX triplet: 0B, CB and BD. RGB value is (11,203,189). Sum of RGB (Red+Green+Blue) = 11+203+189=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBBD is #F43442. Grayscale: #8F8F8F. Windows color (decimal): -16004163 or 12438283. OLE color: 12438283.
HSL color Cylindrical-coordinate representation of color #0BCBBD: hue angle of 175.62º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCBBD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 189 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.20 |
| HSL | 175.63º | 0.9% | 0.42% | - |
| HSV(B) | 175.63º | 0.95% | 0.8% | - |
| XYZ | 30.68 | 46.46 | 55.49 | - |
| YUV | 144 | 153.39 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 189 | 0.95 | 0 | 0.07 | 0.20 | 175.63 | 0.9 | 0.42 |
| Hex | B | CB | BD | 5F | 0 | 7 | 14 | B0 | 5A | 2A |
| Octal | 13 | 313 | 275 | 137 | 0 | 7 | 24 | 260 | 132 | 52 |
| Binary | 1011 | 11001011 | 10111101 | 1011111 | 0 | 111 | 10100 | 10110000 | 1011010 | 101010 |
Color Harmonies of #0BCBBD
Complementary color
Monochromatic Colors of #0BCBBD
Black with #0BCBBD
Text Example
Text Example
White with #0BCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBBD; }
p { color: rgb(11,203,189); }
H1.HeaderClassName
{
color: #0BCBBD;
}
.AnyTagClassName
{
color: #0BCBBD;
}
</style>
background-color css
<style>
a { background-color: #0BCBBD; }
a { background-color: rgb(11,203,189); }
div.DivClassName
{
background-color: #0BCBBD;
}
.BgClassName
{
background-color: #0BCBBD;
}
</style>
border-color css
<style>
span { border-color: #0BCBBD; }
span { border-color: rgb(11,203,189); }
td.TdClassName
{
border-color: #0BCBBD;
}
.TagClassName
{
border-color: #0BCBBD;
}
</style>