Shades of Robin's Egg Blue #0DC7BD
Tints of Robin's Egg Blue #0DC7BD
RGB
CMYK
RGB Variations
Color information
#0DC7BD (or 0x0DC7BD) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and BD. RGB value is (13,199,189). Sum of RGB (Red+Green+Blue) = 13+199+189=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7BD is #F23842. Grayscale: #8E8E8E. Windows color (decimal): -15874115 or 12437261. OLE color: 12437261.
HSL color Cylindrical-coordinate representation of color #0DC7BD: hue angle of 176.77º 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 #0DC7BD is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 189 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.22 |
| HSL | 176.77º | 0.88% | 0.42% | - |
| HSV(B) | 176.77º | 0.93% | 0.78% | - |
| XYZ | 29.77 | 44.61 | 55.18 | - |
| YUV | 142.25 | 154.38 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 189 | 0.93 | 0 | 0.05 | 0.22 | 176.77 | 0.88 | 0.42 |
| Hex | D | C7 | BD | 5D | 0 | 5 | 16 | B1 | 58 | 2A |
| Octal | 15 | 307 | 275 | 135 | 0 | 5 | 26 | 261 | 130 | 52 |
| Binary | 1101 | 11000111 | 10111101 | 1011101 | 0 | 101 | 10110 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DC7BD
Complementary color
Monochromatic Colors of #0DC7BD
Black with #0DC7BD
Text Example
Text Example
White with #0DC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7BD; }
p { color: rgb(13,199,189); }
H1.HeaderClassName
{
color: #0DC7BD;
}
.AnyTagClassName
{
color: #0DC7BD;
}
</style>
background-color css
<style>
a { background-color: #0DC7BD; }
a { background-color: rgb(13,199,189); }
div.DivClassName
{
background-color: #0DC7BD;
}
.BgClassName
{
background-color: #0DC7BD;
}
</style>
border-color css
<style>
span { border-color: #0DC7BD; }
span { border-color: rgb(13,199,189); }
td.TdClassName
{
border-color: #0DC7BD;
}
.TagClassName
{
border-color: #0DC7BD;
}
</style>