Shades of Robin's Egg Blue #0DDBBB
Tints of Robin's Egg Blue #0DDBBB
RGB
CMYK
RGB Variations
Color information
#0DDBBB (or 0x0DDBBB) is known color: Robin's Egg Blue. HEX triplet: 0D, DB and BB. RGB value is (13,219,187). Sum of RGB (Red+Green+Blue) = 13+219+187=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDBBB is #F22444. Grayscale: #999999. Windows color (decimal): -15868997 or 12311309. OLE color: 12311309.
HSL color Cylindrical-coordinate representation of color #0DDBBB: hue angle of 170.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBBB is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 187 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.14 |
| HSL | 170.68º | 0.89% | 0.45% | - |
| HSV(B) | 170.68º | 0.94% | 0.86% | - |
| XYZ | 34.47 | 54.34 | 55.69 | - |
| YUV | 153.76 | 146.75 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 187 | 0.94 | 0 | 0.15 | 0.14 | 170.68 | 0.89 | 0.45 |
| Hex | D | DB | BB | 5E | 0 | F | E | AB | 59 | 2D |
| Octal | 15 | 333 | 273 | 136 | 0 | 17 | 16 | 253 | 131 | 55 |
| Binary | 1101 | 11011011 | 10111011 | 1011110 | 0 | 1111 | 1110 | 10101011 | 1011001 | 101101 |
Color Harmonies of #0DDBBB
Complementary color
Monochromatic Colors of #0DDBBB
Black with #0DDBBB
Text Example
Text Example
White with #0DDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBBB; }
p { color: rgb(13,219,187); }
H1.HeaderClassName
{
color: #0DDBBB;
}
.AnyTagClassName
{
color: #0DDBBB;
}
</style>
background-color css
<style>
a { background-color: #0DDBBB; }
a { background-color: rgb(13,219,187); }
div.DivClassName
{
background-color: #0DDBBB;
}
.BgClassName
{
background-color: #0DDBBB;
}
</style>
border-color css
<style>
span { border-color: #0DDBBB; }
span { border-color: rgb(13,219,187); }
td.TdClassName
{
border-color: #0DDBBB;
}
.TagClassName
{
border-color: #0DDBBB;
}
</style>