Shades of Robin's Egg Blue #0DD7BF
Tints of Robin's Egg Blue #0DD7BF
RGB
CMYK
RGB Variations
Color information
#0DD7BF (or 0x0DD7BF) is known color: Robin's Egg Blue. HEX triplet: 0D, D7 and BF. RGB value is (13,215,191). Sum of RGB (Red+Green+Blue) = 13+215+191=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD7BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD7BF is #F22840. Grayscale: #979797. Windows color (decimal): -15870017 or 12572429. OLE color: 12572429.
HSL color Cylindrical-coordinate representation of color #0DD7BF: hue angle of 172.87º 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 #0DD7BF is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 191 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.16 |
| HSL | 172.87º | 0.89% | 0.45% | - |
| HSV(B) | 172.87º | 0.94% | 0.84% | - |
| XYZ | 33.87 | 52.45 | 57.63 | - |
| YUV | 151.87 | 150.08 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 191 | 0.94 | 0 | 0.11 | 0.16 | 172.87 | 0.89 | 0.45 |
| Hex | D | D7 | BF | 5E | 0 | B | 10 | AD | 59 | 2D |
| Octal | 15 | 327 | 277 | 136 | 0 | 13 | 20 | 255 | 131 | 55 |
| Binary | 1101 | 11010111 | 10111111 | 1011110 | 0 | 1011 | 10000 | 10101101 | 1011001 | 101101 |
Color Harmonies of #0DD7BF
Complementary color
Monochromatic Colors of #0DD7BF
Black with #0DD7BF
Text Example
Text Example
White with #0DD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD7BF; }
p { color: rgb(13,215,191); }
H1.HeaderClassName
{
color: #0DD7BF;
}
.AnyTagClassName
{
color: #0DD7BF;
}
</style>
background-color css
<style>
a { background-color: #0DD7BF; }
a { background-color: rgb(13,215,191); }
div.DivClassName
{
background-color: #0DD7BF;
}
.BgClassName
{
background-color: #0DD7BF;
}
</style>
border-color css
<style>
span { border-color: #0DD7BF; }
span { border-color: rgb(13,215,191); }
td.TdClassName
{
border-color: #0DD7BF;
}
.TagClassName
{
border-color: #0DD7BF;
}
</style>