Shades of Robin's Egg Blue #0DD7BE
Tints of Robin's Egg Blue #0DD7BE
RGB
CMYK
RGB Variations
Color information
#0DD7BE (or 0x0DD7BE) is known color: Robin's Egg Blue. HEX triplet: 0D, D7 and BE. RGB value is (13,215,190). Sum of RGB (Red+Green+Blue) = 13+215+190=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD7BE is #F22841. Grayscale: #979797. Windows color (decimal): -15870018 or 12506893. OLE color: 12506893.
HSL color Cylindrical-coordinate representation of color #0DD7BE: hue angle of 172.57º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD7BE is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 190 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.16 |
| HSL | 172.57º | 0.89% | 0.45% | - |
| HSV(B) | 172.57º | 0.94% | 0.84% | - |
| XYZ | 33.76 | 52.4 | 57.05 | - |
| YUV | 151.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 190 | 0.94 | 0 | 0.12 | 0.16 | 172.57 | 0.89 | 0.45 |
| Hex | D | D7 | BE | 5E | 0 | C | 10 | AD | 59 | 2D |
| Octal | 15 | 327 | 276 | 136 | 0 | 14 | 20 | 255 | 131 | 55 |
| Binary | 1101 | 11010111 | 10111110 | 1011110 | 0 | 1100 | 10000 | 10101101 | 1011001 | 101101 |
Color Harmonies of #0DD7BE
Complementary color
Monochromatic Colors of #0DD7BE
Black with #0DD7BE
Text Example
Text Example
White with #0DD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD7BE; }
p { color: rgb(13,215,190); }
H1.HeaderClassName
{
color: #0DD7BE;
}
.AnyTagClassName
{
color: #0DD7BE;
}
</style>
background-color css
<style>
a { background-color: #0DD7BE; }
a { background-color: rgb(13,215,190); }
div.DivClassName
{
background-color: #0DD7BE;
}
.BgClassName
{
background-color: #0DD7BE;
}
</style>
border-color css
<style>
span { border-color: #0DD7BE; }
span { border-color: rgb(13,215,190); }
td.TdClassName
{
border-color: #0DD7BE;
}
.TagClassName
{
border-color: #0DD7BE;
}
</style>