Shades of Robin's Egg Blue #0DC6D0
Tints of Robin's Egg Blue #0DC6D0
RGB
CMYK
RGB Variations
Color information
#0DC6D0 (or 0x0DC6D0) is known color: Robin's Egg Blue. HEX triplet: 0D, C6 and D0. RGB value is (13,198,208). Sum of RGB (Red+Green+Blue) = 13+198+208=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #0DC6D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC6D0 is #F2392F. Grayscale: #8F8F8F. Windows color (decimal): -15874352 or 13682189. OLE color: 13682189.
HSL color Cylindrical-coordinate representation of color #0DC6D0: hue angle of 183.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC6D0 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 198 | 208 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.18 |
| HSL | 183.08º | 0.88% | 0.43% | - |
| HSV(B) | 183.08º | 0.94% | 0.82% | - |
| XYZ | 31.75 | 45.03 | 66.69 | - |
| YUV | 143.83 | 164.21 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 208 | 0.94 | 0.05 | 0 | 0.18 | 183.08 | 0.88 | 0.43 |
| Hex | D | C6 | D0 | 5E | 5 | 0 | 12 | B7 | 58 | 2B |
| Octal | 15 | 306 | 320 | 136 | 5 | 0 | 22 | 267 | 130 | 53 |
| Binary | 1101 | 11000110 | 11010000 | 1011110 | 101 | 0 | 10010 | 10110111 | 1011000 | 101011 |
Color Harmonies of #0DC6D0
Complementary color
Monochromatic Colors of #0DC6D0
Black with #0DC6D0
Text Example
Text Example
White with #0DC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6D0; }
p { color: rgb(13,198,208); }
H1.HeaderClassName
{
color: #0DC6D0;
}
.AnyTagClassName
{
color: #0DC6D0;
}
</style>
background-color css
<style>
a { background-color: #0DC6D0; }
a { background-color: rgb(13,198,208); }
div.DivClassName
{
background-color: #0DC6D0;
}
.BgClassName
{
background-color: #0DC6D0;
}
</style>
border-color css
<style>
span { border-color: #0DC6D0; }
span { border-color: rgb(13,198,208); }
td.TdClassName
{
border-color: #0DC6D0;
}
.TagClassName
{
border-color: #0DC6D0;
}
</style>