Shades of Robin's Egg Blue #0DC7BE
Tints of Robin's Egg Blue #0DC7BE
RGB
CMYK
RGB Variations
Color information
#0DC7BE (or 0x0DC7BE) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and BE. RGB value is (13,199,190). Sum of RGB (Red+Green+Blue) = 13+199+190=402 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7BE is #F23841. Grayscale: #8E8E8E. Windows color (decimal): -15874114 or 12502797. OLE color: 12502797.
HSL color Cylindrical-coordinate representation of color #0DC7BE: hue angle of 177.1º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC7BE is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 190 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.22 |
| HSL | 177.1º | 0.88% | 0.42% | - |
| HSV(B) | 177.1º | 0.93% | 0.78% | - |
| XYZ | 29.88 | 44.65 | 55.76 | - |
| YUV | 142.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 190 | 0.93 | 0 | 0.05 | 0.22 | 177.1 | 0.88 | 0.42 |
| Hex | D | C7 | BE | 5D | 0 | 5 | 16 | B1 | 58 | 2A |
| Octal | 15 | 307 | 276 | 135 | 0 | 5 | 26 | 261 | 130 | 52 |
| Binary | 1101 | 11000111 | 10111110 | 1011101 | 0 | 101 | 10110 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DC7BE
Complementary color
Monochromatic Colors of #0DC7BE
Black with #0DC7BE
Text Example
Text Example
White with #0DC7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7BE; }
p { color: rgb(13,199,190); }
H1.HeaderClassName
{
color: #0DC7BE;
}
.AnyTagClassName
{
color: #0DC7BE;
}
</style>
background-color css
<style>
a { background-color: #0DC7BE; }
a { background-color: rgb(13,199,190); }
div.DivClassName
{
background-color: #0DC7BE;
}
.BgClassName
{
background-color: #0DC7BE;
}
</style>
border-color css
<style>
span { border-color: #0DC7BE; }
span { border-color: rgb(13,199,190); }
td.TdClassName
{
border-color: #0DC7BE;
}
.TagClassName
{
border-color: #0DC7BE;
}
</style>