Shades of Robin's Egg Blue #0BDDC6
Tints of Robin's Egg Blue #0BDDC6
RGB
CMYK
RGB Variations
Color information
#0BDDC6 (or 0x0BDDC6) is known color: Robin's Egg Blue. HEX triplet: 0B, DD and C6. RGB value is (11,221,198). Sum of RGB (Red+Green+Blue) = 11+221+198=430 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDDC6 is #F42239. Grayscale: #9B9B9B. Windows color (decimal): -15999546 or 13032715. OLE color: 13032715.
HSL color Cylindrical-coordinate representation of color #0BDDC6: hue angle of 173.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDDC6 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 198 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.13 |
| HSL | 173.43º | 0.91% | 0.45% | - |
| HSV(B) | 173.43º | 0.95% | 0.87% | - |
| XYZ | 36.19 | 55.86 | 62.3 | - |
| YUV | 155.59 | 151.93 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 198 | 0.95 | 0 | 0.10 | 0.13 | 173.43 | 0.91 | 0.45 |
| Hex | B | DD | C6 | 5F | 0 | A | D | AD | 5B | 2D |
| Octal | 13 | 335 | 306 | 137 | 0 | 12 | 15 | 255 | 133 | 55 |
| Binary | 1011 | 11011101 | 11000110 | 1011111 | 0 | 1010 | 1101 | 10101101 | 1011011 | 101101 |
Color Harmonies of #0BDDC6
Complementary color
Monochromatic Colors of #0BDDC6
Black with #0BDDC6
Text Example
Text Example
White with #0BDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDDC6; }
p { color: rgb(11,221,198); }
H1.HeaderClassName
{
color: #0BDDC6;
}
.AnyTagClassName
{
color: #0BDDC6;
}
</style>
background-color css
<style>
a { background-color: #0BDDC6; }
a { background-color: rgb(11,221,198); }
div.DivClassName
{
background-color: #0BDDC6;
}
.BgClassName
{
background-color: #0BDDC6;
}
</style>
border-color css
<style>
span { border-color: #0BDDC6; }
span { border-color: rgb(11,221,198); }
td.TdClassName
{
border-color: #0BDDC6;
}
.TagClassName
{
border-color: #0BDDC6;
}
</style>