Shades of Robin's Egg Blue #0BCDC2
Tints of Robin's Egg Blue #0BCDC2
RGB
CMYK
RGB Variations
Color information
#0BCDC2 (or 0x0BCDC2) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and C2. RGB value is (11,205,194). Sum of RGB (Red+Green+Blue) = 11+205+194=410 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDC2 is #F4323D. Grayscale: #919191. Windows color (decimal): -16003646 or 12766475. OLE color: 12766475.
HSL color Cylindrical-coordinate representation of color #0BCDC2: hue angle of 176.6º 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 #0BCDC2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 194 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.20 |
| HSL | 176.6º | 0.9% | 0.42% | - |
| HSV(B) | 176.6º | 0.95% | 0.8% | - |
| XYZ | 31.71 | 47.63 | 58.56 | - |
| YUV | 145.74 | 155.23 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 194 | 0.95 | 0 | 0.05 | 0.20 | 176.6 | 0.9 | 0.42 |
| Hex | B | CD | C2 | 5F | 0 | 5 | 14 | B1 | 5A | 2A |
| Octal | 13 | 315 | 302 | 137 | 0 | 5 | 24 | 261 | 132 | 52 |
| Binary | 1011 | 11001101 | 11000010 | 1011111 | 0 | 101 | 10100 | 10110001 | 1011010 | 101010 |
Color Harmonies of #0BCDC2
Complementary color
Monochromatic Colors of #0BCDC2
Black with #0BCDC2
Text Example
Text Example
White with #0BCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDC2; }
p { color: rgb(11,205,194); }
H1.HeaderClassName
{
color: #0BCDC2;
}
.AnyTagClassName
{
color: #0BCDC2;
}
</style>
background-color css
<style>
a { background-color: #0BCDC2; }
a { background-color: rgb(11,205,194); }
div.DivClassName
{
background-color: #0BCDC2;
}
.BgClassName
{
background-color: #0BCDC2;
}
</style>
border-color css
<style>
span { border-color: #0BCDC2; }
span { border-color: rgb(11,205,194); }
td.TdClassName
{
border-color: #0BCDC2;
}
.TagClassName
{
border-color: #0BCDC2;
}
</style>