Shades of Robin's Egg Blue #0BCACC
Tints of Robin's Egg Blue #0BCACC
RGB
CMYK
RGB Variations
Color information
#0BCACC (or 0x0BCACC) is known color: Robin's Egg Blue. HEX triplet: 0B, CA and CC. RGB value is (11,202,204). Sum of RGB (Red+Green+Blue) = 11+202+204=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BCACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCACC is #F43533. Grayscale: #909090. Windows color (decimal): -16004404 or 13421067. OLE color: 13421067.
HSL color Cylindrical-coordinate representation of color #0BCACC: 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 #0BCACC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 202 | 204 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.2 |
| HSL | 180.62º | 0.9% | 0.42% | - |
| HSV(B) | 180.62º | 0.95% | 0.8% | - |
| XYZ | 32.16 | 46.67 | 64.44 | - |
| YUV | 145.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 202 | 204 | 0.95 | 0.01 | 0 | 0.2 | 180.62 | 0.9 | 0.42 |
| Hex | B | CA | CC | 5F | 1 | 0 | 14 | B5 | 5A | 2A |
| Octal | 13 | 312 | 314 | 137 | 1 | 0 | 24 | 265 | 132 | 52 |
| Binary | 1011 | 11001010 | 11001100 | 1011111 | 1 | 0 | 10100 | 10110101 | 1011010 | 101010 |
Color Harmonies of #0BCACC
Complementary color
Monochromatic Colors of #0BCACC
Black with #0BCACC
Text Example
Text Example
White with #0BCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCACC; }
p { color: rgb(11,202,204); }
H1.HeaderClassName
{
color: #0BCACC;
}
.AnyTagClassName
{
color: #0BCACC;
}
</style>
background-color css
<style>
a { background-color: #0BCACC; }
a { background-color: rgb(11,202,204); }
div.DivClassName
{
background-color: #0BCACC;
}
.BgClassName
{
background-color: #0BCACC;
}
</style>
border-color css
<style>
span { border-color: #0BCACC; }
span { border-color: rgb(11,202,204); }
td.TdClassName
{
border-color: #0BCACC;
}
.TagClassName
{
border-color: #0BCACC;
}
</style>