Shades of Robin's Egg Blue #0BCDBE
Tints of Robin's Egg Blue #0BCDBE
RGB
CMYK
RGB Variations
Color information
#0BCDBE (or 0x0BCDBE) is known color: Robin's Egg Blue. HEX triplet: 0B, CD and BE. RGB value is (11,205,190). Sum of RGB (Red+Green+Blue) = 11+205+190=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #0BCDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDBE is #F43241. Grayscale: #919191. Windows color (decimal): -16003650 or 12504331. OLE color: 12504331.
HSL color Cylindrical-coordinate representation of color #0BCDBE: hue angle of 175.36º 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 #0BCDBE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 205 | 190 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.20 |
| HSL | 175.36º | 0.9% | 0.42% | - |
| HSV(B) | 175.36º | 0.95% | 0.8% | - |
| XYZ | 31.26 | 47.45 | 56.23 | - |
| YUV | 145.28 | 153.23 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 190 | 0.95 | 0 | 0.07 | 0.20 | 175.36 | 0.9 | 0.42 |
| Hex | B | CD | BE | 5F | 0 | 7 | 14 | AF | 5A | 2A |
| Octal | 13 | 315 | 276 | 137 | 0 | 7 | 24 | 257 | 132 | 52 |
| Binary | 1011 | 11001101 | 10111110 | 1011111 | 0 | 111 | 10100 | 10101111 | 1011010 | 101010 |
Color Harmonies of #0BCDBE
Complementary color
Monochromatic Colors of #0BCDBE
Black with #0BCDBE
Text Example
Text Example
White with #0BCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDBE; }
p { color: rgb(11,205,190); }
H1.HeaderClassName
{
color: #0BCDBE;
}
.AnyTagClassName
{
color: #0BCDBE;
}
</style>
background-color css
<style>
a { background-color: #0BCDBE; }
a { background-color: rgb(11,205,190); }
div.DivClassName
{
background-color: #0BCDBE;
}
.BgClassName
{
background-color: #0BCDBE;
}
</style>
border-color css
<style>
span { border-color: #0BCDBE; }
span { border-color: rgb(11,205,190); }
td.TdClassName
{
border-color: #0BCDBE;
}
.TagClassName
{
border-color: #0BCDBE;
}
</style>