Shades of Robin's Egg Blue #0BC9BF
Tints of Robin's Egg Blue #0BC9BF
RGB
CMYK
RGB Variations
Color information
#0BC9BF (or 0x0BC9BF) is known color: Robin's Egg Blue. HEX triplet: 0B, C9 and BF. RGB value is (11,201,191). Sum of RGB (Red+Green+Blue) = 11+201+191=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC9BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC9BF is #F43640. Grayscale: #8E8E8E. Windows color (decimal): -16004673 or 12568843. OLE color: 12568843.
HSL color Cylindrical-coordinate representation of color #0BC9BF: hue angle of 176.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BC9BF is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 191 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.21 |
| HSL | 176.84º | 0.9% | 0.42% | - |
| HSV(B) | 176.84º | 0.95% | 0.79% | - |
| XYZ | 30.43 | 45.61 | 56.49 | - |
| YUV | 143.05 | 155.05 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 191 | 0.95 | 0 | 0.05 | 0.21 | 176.84 | 0.9 | 0.42 |
| Hex | B | C9 | BF | 5F | 0 | 5 | 15 | B1 | 5A | 2A |
| Octal | 13 | 311 | 277 | 137 | 0 | 5 | 25 | 261 | 132 | 52 |
| Binary | 1011 | 11001001 | 10111111 | 1011111 | 0 | 101 | 10101 | 10110001 | 1011010 | 101010 |
Color Harmonies of #0BC9BF
Complementary color
Monochromatic Colors of #0BC9BF
Black with #0BC9BF
Text Example
Text Example
White with #0BC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC9BF; }
p { color: rgb(11,201,191); }
H1.HeaderClassName
{
color: #0BC9BF;
}
.AnyTagClassName
{
color: #0BC9BF;
}
</style>
background-color css
<style>
a { background-color: #0BC9BF; }
a { background-color: rgb(11,201,191); }
div.DivClassName
{
background-color: #0BC9BF;
}
.BgClassName
{
background-color: #0BC9BF;
}
</style>
border-color css
<style>
span { border-color: #0BC9BF; }
span { border-color: rgb(11,201,191); }
td.TdClassName
{
border-color: #0BC9BF;
}
.TagClassName
{
border-color: #0BC9BF;
}
</style>