Shades of Robin's Egg Blue #0BCDCC
Tints of Robin's Egg Blue #0BCDCC
RGB
CMYK
RGB Variations
Color information
#0BCDCC (or 0x0BCDCC) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and CC. RGB value is (11,205,204). Sum of RGB (Red+Green+Blue) = 11+205+204=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDCC is #F43233. Grayscale: #929292. Windows color (decimal): -16003636 or 13421835. OLE color: 13421835.
HSL color Cylindrical-coordinate representation of color #0BCDCC: hue angle of 179.69º 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 #0BCDCC is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 204 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.20 |
| HSL | 179.69º | 0.9% | 0.42% | - |
| HSV(B) | 179.69º | 0.95% | 0.8% | - |
| XYZ | 32.87 | 48.09 | 64.68 | - |
| YUV | 146.88 | 160.23 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 204 | 0.95 | 0 | 0.00 | 0.20 | 179.69 | 0.9 | 0.42 |
| Hex | B | CD | CC | 5F | 0 | 0 | 14 | B4 | 5A | 2A |
| Octal | 13 | 315 | 314 | 137 | 0 | 0 | 24 | 264 | 132 | 52 |
| Binary | 1011 | 11001101 | 11001100 | 1011111 | 0 | 0 | 10100 | 10110100 | 1011010 | 101010 |
Color Harmonies of #0BCDCC
Complementary color
Monochromatic Colors of #0BCDCC
Black with #0BCDCC
Text Example
Text Example
White with #0BCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDCC; }
p { color: rgb(11,205,204); }
H1.HeaderClassName
{
color: #0BCDCC;
}
.AnyTagClassName
{
color: #0BCDCC;
}
</style>
background-color css
<style>
a { background-color: #0BCDCC; }
a { background-color: rgb(11,205,204); }
div.DivClassName
{
background-color: #0BCDCC;
}
.BgClassName
{
background-color: #0BCDCC;
}
</style>
border-color css
<style>
span { border-color: #0BCDCC; }
span { border-color: rgb(11,205,204); }
td.TdClassName
{
border-color: #0BCDCC;
}
.TagClassName
{
border-color: #0BCDCC;
}
</style>