Shades of Robin's Egg Blue #0DC7C2
Tints of Robin's Egg Blue #0DC7C2
RGB
CMYK
RGB Variations
Color information
#0DC7C2 (or 0x0DC7C2) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and C2. RGB value is (13,199,194). Sum of RGB (Red+Green+Blue) = 13+199+194=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7C2 is #F2383D. Grayscale: #8E8E8E. Windows color (decimal): -15874110 or 12764941. OLE color: 12764941.
HSL color Cylindrical-coordinate representation of color #0DC7C2: hue angle of 178.39º 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 #0DC7C2 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 194 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.22 |
| HSL | 178.39º | 0.88% | 0.42% | - |
| HSV(B) | 178.39º | 0.93% | 0.78% | - |
| XYZ | 30.33 | 44.83 | 58.09 | - |
| YUV | 142.82 | 156.88 | 35.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 194 | 0.93 | 0 | 0.03 | 0.22 | 178.39 | 0.88 | 0.42 |
| Hex | D | C7 | C2 | 5D | 0 | 3 | 16 | B2 | 58 | 2A |
| Octal | 15 | 307 | 302 | 135 | 0 | 3 | 26 | 262 | 130 | 52 |
| Binary | 1101 | 11000111 | 11000010 | 1011101 | 0 | 11 | 10110 | 10110010 | 1011000 | 101010 |
Color Harmonies of #0DC7C2
Complementary color
Monochromatic Colors of #0DC7C2
Black with #0DC7C2
Text Example
Text Example
White with #0DC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7C2; }
p { color: rgb(13,199,194); }
H1.HeaderClassName
{
color: #0DC7C2;
}
.AnyTagClassName
{
color: #0DC7C2;
}
</style>
background-color css
<style>
a { background-color: #0DC7C2; }
a { background-color: rgb(13,199,194); }
div.DivClassName
{
background-color: #0DC7C2;
}
.BgClassName
{
background-color: #0DC7C2;
}
</style>
border-color css
<style>
span { border-color: #0DC7C2; }
span { border-color: rgb(13,199,194); }
td.TdClassName
{
border-color: #0DC7C2;
}
.TagClassName
{
border-color: #0DC7C2;
}
</style>