Shades of Robin's Egg Blue #0BCAB9
Tints of Robin's Egg Blue #0BCAB9
RGB
CMYK
RGB Variations
Color information
#0BCAB9 (or 0x0BCAB9) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and B9. RGB value is (11,202,185). Sum of RGB (Red+Green+Blue) = 11+202+185=398 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCAB9 is #F43546. Grayscale: #8E8E8E. Windows color (decimal): -16004423 or 12175883. OLE color: 12175883.
HSL color Cylindrical-coordinate representation of color #0BCAB9: hue angle of 174.66º 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 #0BCAB9 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 185 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.21 |
| HSL | 174.66º | 0.9% | 0.42% | - |
| HSV(B) | 174.66º | 0.95% | 0.79% | - |
| XYZ | 30.02 | 45.81 | 53.16 | - |
| YUV | 142.95 | 151.72 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 185 | 0.95 | 0 | 0.08 | 0.21 | 174.66 | 0.9 | 0.42 |
| Hex | B | CA | B9 | 5F | 0 | 8 | 15 | AF | 5A | 2A |
| Octal | 13 | 312 | 271 | 137 | 0 | 10 | 25 | 257 | 132 | 52 |
| Binary | 1011 | 11001010 | 10111001 | 1011111 | 0 | 1000 | 10101 | 10101111 | 1011010 | 101010 |
Color Harmonies of #0BCAB9
Complementary color
Monochromatic Colors of #0BCAB9
Black with #0BCAB9
Text Example
Text Example
White with #0BCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAB9; }
p { color: rgb(11,202,185); }
H1.HeaderClassName
{
color: #0BCAB9;
}
.AnyTagClassName
{
color: #0BCAB9;
}
</style>
background-color css
<style>
a { background-color: #0BCAB9; }
a { background-color: rgb(11,202,185); }
div.DivClassName
{
background-color: #0BCAB9;
}
.BgClassName
{
background-color: #0BCAB9;
}
</style>
border-color css
<style>
span { border-color: #0BCAB9; }
span { border-color: rgb(11,202,185); }
td.TdClassName
{
border-color: #0BCAB9;
}
.TagClassName
{
border-color: #0BCAB9;
}
</style>