Shades of Robin's Egg Blue #0DC7CC
Tints of Robin's Egg Blue #0DC7CC
RGB
CMYK
RGB Variations
Color information
#0DC7CC (or 0x0DC7CC) is known color: Robin's Egg Blue. HEX triplet: 0D, C7 and CC. RGB value is (13,199,204). Sum of RGB (Red+Green+Blue) = 13+199+204=416 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC7CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC7CC is #F23833. Grayscale: #8F8F8F. Windows color (decimal): -15874100 or 13420301. OLE color: 13420301.
HSL color Cylindrical-coordinate representation of color #0DC7CC: hue angle of 181.57º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC7CC is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 199 | 204 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.2 |
| HSL | 181.57º | 0.88% | 0.43% | - |
| HSV(B) | 181.57º | 0.94% | 0.8% | - |
| XYZ | 31.49 | 45.29 | 64.21 | - |
| YUV | 143.96 | 161.88 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 199 | 204 | 0.94 | 0.02 | 0 | 0.2 | 181.57 | 0.88 | 0.43 |
| Hex | D | C7 | CC | 5E | 2 | 0 | 14 | B6 | 58 | 2B |
| Octal | 15 | 307 | 314 | 136 | 2 | 0 | 24 | 266 | 130 | 53 |
| Binary | 1101 | 11000111 | 11001100 | 1011110 | 10 | 0 | 10100 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DC7CC
Complementary color
Monochromatic Colors of #0DC7CC
Black with #0DC7CC
Text Example
Text Example
White with #0DC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC7CC; }
p { color: rgb(13,199,204); }
H1.HeaderClassName
{
color: #0DC7CC;
}
.AnyTagClassName
{
color: #0DC7CC;
}
</style>
background-color css
<style>
a { background-color: #0DC7CC; }
a { background-color: rgb(13,199,204); }
div.DivClassName
{
background-color: #0DC7CC;
}
.BgClassName
{
background-color: #0DC7CC;
}
</style>
border-color css
<style>
span { border-color: #0DC7CC; }
span { border-color: rgb(13,199,204); }
td.TdClassName
{
border-color: #0DC7CC;
}
.TagClassName
{
border-color: #0DC7CC;
}
</style>