Shades of Robin's Egg Blue #0BC4CB
Tints of Robin's Egg Blue #0BC4CB
RGB
CMYK
RGB Variations
Color information
#0BC4CB (or 0x0BC4CB) is known color: Robin's Egg Blue. HEX triplet: 0B, C4 and CB. RGB value is (11,196,203). Sum of RGB (Red+Green+Blue) = 11+196+203=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BC4CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC4CB is #F43B34. Grayscale: #8D8D8D. Windows color (decimal): -16005941 or 13353995. OLE color: 13353995.
HSL color Cylindrical-coordinate representation of color #0BC4CB: hue angle of 182.19º 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 #0BC4CB is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 196 | 203 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.20 |
| HSL | 182.19º | 0.9% | 0.42% | - |
| HSV(B) | 182.19º | 0.95% | 0.8% | - |
| XYZ | 30.66 | 43.86 | 63.35 | - |
| YUV | 141.48 | 162.71 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 196 | 203 | 0.95 | 0.03 | 0 | 0.20 | 182.19 | 0.9 | 0.42 |
| Hex | B | C4 | CB | 5F | 3 | 0 | 14 | B6 | 5A | 2A |
| Octal | 13 | 304 | 313 | 137 | 3 | 0 | 24 | 266 | 132 | 52 |
| Binary | 1011 | 11000100 | 11001011 | 1011111 | 11 | 0 | 10100 | 10110110 | 1011010 | 101010 |
Color Harmonies of #0BC4CB
Complementary color
Monochromatic Colors of #0BC4CB
Black with #0BC4CB
Text Example
Text Example
White with #0BC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC4CB; }
p { color: rgb(11,196,203); }
H1.HeaderClassName
{
color: #0BC4CB;
}
.AnyTagClassName
{
color: #0BC4CB;
}
</style>
background-color css
<style>
a { background-color: #0BC4CB; }
a { background-color: rgb(11,196,203); }
div.DivClassName
{
background-color: #0BC4CB;
}
.BgClassName
{
background-color: #0BC4CB;
}
</style>
border-color css
<style>
span { border-color: #0BC4CB; }
span { border-color: rgb(11,196,203); }
td.TdClassName
{
border-color: #0BC4CB;
}
.TagClassName
{
border-color: #0BC4CB;
}
</style>