Shades of Robin's Egg Blue #0DC7CE
Tints of Robin's Egg Blue #0DC7CE
RGB
CMYK
RGB Variations
Color information
#0DC7CE (or 0x0DC7CE) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and CE. RGB value is (13,199,206). Sum of RGB (Red+Green+Blue) = 13+199+206=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #0DC7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7CE is #F23831. Grayscale: #8F8F8F. Windows color (decimal): -15874098 or 13551373. OLE color: 13551373.
HSL color Cylindrical-coordinate representation of color #0DC7CE: hue angle of 182.18º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC7CE is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 199 | 206 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.19 |
| HSL | 182.18º | 0.88% | 0.43% | - |
| HSV(B) | 182.18º | 0.94% | 0.81% | - |
| XYZ | 31.73 | 45.39 | 65.48 | - |
| YUV | 144.18 | 162.88 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 206 | 0.94 | 0.03 | 0 | 0.19 | 182.18 | 0.88 | 0.43 |
| Hex | D | C7 | CE | 5E | 3 | 0 | 13 | B6 | 58 | 2B |
| Octal | 15 | 307 | 316 | 136 | 3 | 0 | 23 | 266 | 130 | 53 |
| Binary | 1101 | 11000111 | 11001110 | 1011110 | 11 | 0 | 10011 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DC7CE
Complementary color
Monochromatic Colors of #0DC7CE
Black with #0DC7CE
Text Example
Text Example
White with #0DC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7CE; }
p { color: rgb(13,199,206); }
H1.HeaderClassName
{
color: #0DC7CE;
}
.AnyTagClassName
{
color: #0DC7CE;
}
</style>
background-color css
<style>
a { background-color: #0DC7CE; }
a { background-color: rgb(13,199,206); }
div.DivClassName
{
background-color: #0DC7CE;
}
.BgClassName
{
background-color: #0DC7CE;
}
</style>
border-color css
<style>
span { border-color: #0DC7CE; }
span { border-color: rgb(13,199,206); }
td.TdClassName
{
border-color: #0DC7CE;
}
.TagClassName
{
border-color: #0DC7CE;
}
</style>