Shades of Robin's Egg Blue #0DC6CC
Tints of Robin's Egg Blue #0DC6CC
RGB
CMYK
RGB Variations
Color information
#0DC6CC (or 0x0DC6CC) is known color: Robin's Egg Blue. HEX triplet: 0D, C6 and CC. RGB value is (13,198,204). Sum of RGB (Red+Green+Blue) = 13+198+204=415 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.13% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC6CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC6CC is #F23933. Grayscale: #8F8F8F. Windows color (decimal): -15874356 or 13420045. OLE color: 13420045.
HSL color Cylindrical-coordinate representation of color #0DC6CC: hue angle of 181.88º 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 #0DC6CC is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 198 | 204 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.2 |
| HSL | 181.88º | 0.88% | 0.43% | - |
| HSV(B) | 181.88º | 0.94% | 0.8% | - |
| XYZ | 31.26 | 44.83 | 64.13 | - |
| YUV | 143.37 | 162.21 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 204 | 0.94 | 0.03 | 0 | 0.2 | 181.88 | 0.88 | 0.43 |
| Hex | D | C6 | CC | 5E | 3 | 0 | 14 | B6 | 58 | 2B |
| Octal | 15 | 306 | 314 | 136 | 3 | 0 | 24 | 266 | 130 | 53 |
| Binary | 1101 | 11000110 | 11001100 | 1011110 | 11 | 0 | 10100 | 10110110 | 1011000 | 101011 |
Color Harmonies of #0DC6CC
Complementary color
Monochromatic Colors of #0DC6CC
Black with #0DC6CC
Text Example
Text Example
White with #0DC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC6CC; }
p { color: rgb(13,198,204); }
H1.HeaderClassName
{
color: #0DC6CC;
}
.AnyTagClassName
{
color: #0DC6CC;
}
</style>
background-color css
<style>
a { background-color: #0DC6CC; }
a { background-color: rgb(13,198,204); }
div.DivClassName
{
background-color: #0DC6CC;
}
.BgClassName
{
background-color: #0DC6CC;
}
</style>
border-color css
<style>
span { border-color: #0DC6CC; }
span { border-color: rgb(13,198,204); }
td.TdClassName
{
border-color: #0DC6CC;
}
.TagClassName
{
border-color: #0DC6CC;
}
</style>