Shades of Robin's Egg Blue #0BC9CC
Tints of Robin's Egg Blue #0BC9CC
RGB
CMYK
RGB Variations
Color information
#0BC9CC (or 0x0BC9CC) is known color: Robin's Egg Blue. HEX triplet: 0B, C9 and CC. RGB value is (11,201,204). Sum of RGB (Red+Green+Blue) = 11+201+204=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BC9CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9CC is #F43633. Grayscale: #909090. Windows color (decimal): -16004660 or 13420811. OLE color: 13420811.
HSL color Cylindrical-coordinate representation of color #0BC9CC: hue angle of 180.93º 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 #0BC9CC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 201 | 204 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.2 |
| HSL | 180.93º | 0.9% | 0.42% | - |
| HSV(B) | 180.93º | 0.95% | 0.8% | - |
| XYZ | 31.92 | 46.2 | 64.36 | - |
| YUV | 144.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 204 | 0.95 | 0.01 | 0 | 0.2 | 180.93 | 0.9 | 0.42 |
| Hex | B | C9 | CC | 5F | 1 | 0 | 14 | B5 | 5A | 2A |
| Octal | 13 | 311 | 314 | 137 | 1 | 0 | 24 | 265 | 132 | 52 |
| Binary | 1011 | 11001001 | 11001100 | 1011111 | 1 | 0 | 10100 | 10110101 | 1011010 | 101010 |
Color Harmonies of #0BC9CC
Complementary color
Monochromatic Colors of #0BC9CC
Black with #0BC9CC
Text Example
Text Example
White with #0BC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9CC; }
p { color: rgb(11,201,204); }
H1.HeaderClassName
{
color: #0BC9CC;
}
.AnyTagClassName
{
color: #0BC9CC;
}
</style>
background-color css
<style>
a { background-color: #0BC9CC; }
a { background-color: rgb(11,201,204); }
div.DivClassName
{
background-color: #0BC9CC;
}
.BgClassName
{
background-color: #0BC9CC;
}
</style>
border-color css
<style>
span { border-color: #0BC9CC; }
span { border-color: rgb(11,201,204); }
td.TdClassName
{
border-color: #0BC9CC;
}
.TagClassName
{
border-color: #0BC9CC;
}
</style>