Shades of Robin's Egg Blue #0BCBBC
Tints of Robin's Egg Blue #0BCBBC
RGB
CMYK
RGB Variations
Color information
#0BCBBC (or 0x0BCBBC) is known color: Robin's Egg Blue. HEX triplet: 0B, CB and BC. RGB value is (11,203,188). Sum of RGB (Red+Green+Blue) = 11+203+188=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #0BCBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCBBC is #F43443. Grayscale: #8F8F8F. Windows color (decimal): -16004164 or 12372747. OLE color: 12372747.
HSL color Cylindrical-coordinate representation of color #0BCBBC: hue angle of 175.31º 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 #0BCBBC is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 203 | 188 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.20 |
| HSL | 175.31º | 0.9% | 0.42% | - |
| HSV(B) | 175.31º | 0.95% | 0.8% | - |
| XYZ | 30.57 | 46.41 | 54.92 | - |
| YUV | 143.88 | 152.89 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 188 | 0.95 | 0 | 0.07 | 0.20 | 175.31 | 0.9 | 0.42 |
| Hex | B | CB | BC | 5F | 0 | 7 | 14 | AF | 5A | 2A |
| Octal | 13 | 313 | 274 | 137 | 0 | 7 | 24 | 257 | 132 | 52 |
| Binary | 1011 | 11001011 | 10111100 | 1011111 | 0 | 111 | 10100 | 10101111 | 1011010 | 101010 |
Color Harmonies of #0BCBBC
Complementary color
Monochromatic Colors of #0BCBBC
Black with #0BCBBC
Text Example
Text Example
White with #0BCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBBC; }
p { color: rgb(11,203,188); }
H1.HeaderClassName
{
color: #0BCBBC;
}
.AnyTagClassName
{
color: #0BCBBC;
}
</style>
background-color css
<style>
a { background-color: #0BCBBC; }
a { background-color: rgb(11,203,188); }
div.DivClassName
{
background-color: #0BCBBC;
}
.BgClassName
{
background-color: #0BCBBC;
}
</style>
border-color css
<style>
span { border-color: #0BCBBC; }
span { border-color: rgb(11,203,188); }
td.TdClassName
{
border-color: #0BCBBC;
}
.TagClassName
{
border-color: #0BCBBC;
}
</style>