Shades of Robin's Egg Blue #0BCDC6
Tints of Robin's Egg Blue #0BCDC6
RGB
CMYK
RGB Variations
Color information
#0BCDC6 (or 0x0BCDC6) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and C6. RGB value is (11,205,198). Sum of RGB (Red+Green+Blue) = 11+205+198=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDC6 is #F43239. Grayscale: #929292. Windows color (decimal): -16003642 or 13028619. OLE color: 13028619.
HSL color Cylindrical-coordinate representation of color #0BCDC6: hue angle of 177.84º 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 #0BCDC6 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 198 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.20 |
| HSL | 177.84º | 0.9% | 0.42% | - |
| HSV(B) | 177.84º | 0.95% | 0.8% | - |
| XYZ | 32.16 | 47.81 | 60.96 | - |
| YUV | 146.2 | 157.23 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 198 | 0.95 | 0 | 0.03 | 0.20 | 177.84 | 0.9 | 0.42 |
| Hex | B | CD | C6 | 5F | 0 | 3 | 14 | B2 | 5A | 2A |
| Octal | 13 | 315 | 306 | 137 | 0 | 3 | 24 | 262 | 132 | 52 |
| Binary | 1011 | 11001101 | 11000110 | 1011111 | 0 | 11 | 10100 | 10110010 | 1011010 | 101010 |
Color Harmonies of #0BCDC6
Complementary color
Monochromatic Colors of #0BCDC6
Black with #0BCDC6
Text Example
Text Example
White with #0BCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDC6; }
p { color: rgb(11,205,198); }
H1.HeaderClassName
{
color: #0BCDC6;
}
.AnyTagClassName
{
color: #0BCDC6;
}
</style>
background-color css
<style>
a { background-color: #0BCDC6; }
a { background-color: rgb(11,205,198); }
div.DivClassName
{
background-color: #0BCDC6;
}
.BgClassName
{
background-color: #0BCDC6;
}
</style>
border-color css
<style>
span { border-color: #0BCDC6; }
span { border-color: rgb(11,205,198); }
td.TdClassName
{
border-color: #0BCDC6;
}
.TagClassName
{
border-color: #0BCDC6;
}
</style>