Shades of Robin's Egg Blue #0BC9CB
Tints of Robin's Egg Blue #0BC9CB
RGB
CMYK
RGB Variations
Color information
#0BC9CB (or 0x0BC9CB) is known color: Robin's Egg Blue. HEX triplet: 0B, C9 and CB. RGB value is (11,201,203). Sum of RGB (Red+Green+Blue) = 11+201+203=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BC9CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9CB is #F43634. Grayscale: #909090. Windows color (decimal): -16004661 or 13355275. OLE color: 13355275.
HSL color Cylindrical-coordinate representation of color #0BC9CB: hue angle of 180.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 #0BC9CB is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 201 | 203 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.20 |
| HSL | 180.63º | 0.9% | 0.42% | - |
| HSV(B) | 180.63º | 0.95% | 0.8% | - |
| XYZ | 31.8 | 46.16 | 63.73 | - |
| YUV | 144.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 203 | 0.95 | 0.01 | 0 | 0.20 | 180.63 | 0.9 | 0.42 |
| Hex | B | C9 | CB | 5F | 1 | 0 | 14 | B5 | 5A | 2A |
| Octal | 13 | 311 | 313 | 137 | 1 | 0 | 24 | 265 | 132 | 52 |
| Binary | 1011 | 11001001 | 11001011 | 1011111 | 1 | 0 | 10100 | 10110101 | 1011010 | 101010 |
Color Harmonies of #0BC9CB
Complementary color
Monochromatic Colors of #0BC9CB
Black with #0BC9CB
Text Example
Text Example
White with #0BC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9CB; }
p { color: rgb(11,201,203); }
H1.HeaderClassName
{
color: #0BC9CB;
}
.AnyTagClassName
{
color: #0BC9CB;
}
</style>
background-color css
<style>
a { background-color: #0BC9CB; }
a { background-color: rgb(11,201,203); }
div.DivClassName
{
background-color: #0BC9CB;
}
.BgClassName
{
background-color: #0BC9CB;
}
</style>
border-color css
<style>
span { border-color: #0BC9CB; }
span { border-color: rgb(11,201,203); }
td.TdClassName
{
border-color: #0BC9CB;
}
.TagClassName
{
border-color: #0BC9CB;
}
</style>