Shades of Robin's Egg Blue #0DC7BF
Tints of Robin's Egg Blue #0DC7BF
RGB
CMYK
RGB Variations
Color information
#0DC7BF (or 0x0DC7BF) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and BF. RGB value is (13,199,191). Sum of RGB (Red+Green+Blue) = 13+199+191=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC7BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7BF is #F23840. Grayscale: #8E8E8E. Windows color (decimal): -15874113 or 12568333. OLE color: 12568333.
HSL color Cylindrical-coordinate representation of color #0DC7BF: hue angle of 177.42º 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 #0DC7BF is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 199 | 191 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.22 |
| HSL | 177.42º | 0.88% | 0.42% | - |
| HSV(B) | 177.42º | 0.93% | 0.78% | - |
| XYZ | 29.99 | 44.69 | 56.34 | - |
| YUV | 142.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 191 | 0.93 | 0 | 0.04 | 0.22 | 177.42 | 0.88 | 0.42 |
| Hex | D | C7 | BF | 5D | 0 | 4 | 16 | B1 | 58 | 2A |
| Octal | 15 | 307 | 277 | 135 | 0 | 4 | 26 | 261 | 130 | 52 |
| Binary | 1101 | 11000111 | 10111111 | 1011101 | 0 | 100 | 10110 | 10110001 | 1011000 | 101010 |
Color Harmonies of #0DC7BF
Complementary color
Monochromatic Colors of #0DC7BF
Black with #0DC7BF
Text Example
Text Example
White with #0DC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7BF; }
p { color: rgb(13,199,191); }
H1.HeaderClassName
{
color: #0DC7BF;
}
.AnyTagClassName
{
color: #0DC7BF;
}
</style>
background-color css
<style>
a { background-color: #0DC7BF; }
a { background-color: rgb(13,199,191); }
div.DivClassName
{
background-color: #0DC7BF;
}
.BgClassName
{
background-color: #0DC7BF;
}
</style>
border-color css
<style>
span { border-color: #0DC7BF; }
span { border-color: rgb(13,199,191); }
td.TdClassName
{
border-color: #0DC7BF;
}
.TagClassName
{
border-color: #0DC7BF;
}
</style>