Shades of Robin's Egg Blue #0BCAB4
Tints of Robin's Egg Blue #0BCAB4
RGB
CMYK
RGB Variations
Color information
#0BCAB4 (or 0x0BCAB4) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and B4. RGB value is (11,202,180). Sum of RGB (Red+Green+Blue) = 11+202+180=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #0BCAB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCAB4 is #F4354B. Grayscale: #8E8E8E. Windows color (decimal): -16004428 or 11848203. OLE color: 11848203.
HSL color Cylindrical-coordinate representation of color #0BCAB4: hue angle of 173.09º 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 #0BCAB4 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 202 | 180 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.21 |
| HSL | 173.09º | 0.9% | 0.42% | - |
| HSV(B) | 173.09º | 0.95% | 0.79% | - |
| XYZ | 29.5 | 45.61 | 50.43 | - |
| YUV | 142.38 | 149.22 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 180 | 0.95 | 0 | 0.11 | 0.21 | 173.09 | 0.9 | 0.42 |
| Hex | B | CA | B4 | 5F | 0 | B | 15 | AD | 5A | 2A |
| Octal | 13 | 312 | 264 | 137 | 0 | 13 | 25 | 255 | 132 | 52 |
| Binary | 1011 | 11001010 | 10110100 | 1011111 | 0 | 1011 | 10101 | 10101101 | 1011010 | 101010 |
Color Harmonies of #0BCAB4
Complementary color
Monochromatic Colors of #0BCAB4
Black with #0BCAB4
Text Example
Text Example
White with #0BCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCAB4; }
p { color: rgb(11,202,180); }
H1.HeaderClassName
{
color: #0BCAB4;
}
.AnyTagClassName
{
color: #0BCAB4;
}
</style>
background-color css
<style>
a { background-color: #0BCAB4; }
a { background-color: rgb(11,202,180); }
div.DivClassName
{
background-color: #0BCAB4;
}
.BgClassName
{
background-color: #0BCAB4;
}
</style>
border-color css
<style>
span { border-color: #0BCAB4; }
span { border-color: rgb(11,202,180); }
td.TdClassName
{
border-color: #0BCAB4;
}
.TagClassName
{
border-color: #0BCAB4;
}
</style>