Shades of Robin's Egg Blue #0DC8CC
Tints of Robin's Egg Blue #0DC8CC
RGB
CMYK
RGB Variations
Color information
#0DC8CC (or 0x0DC8CC) is known color: Robin's Egg Blue. HEX triplet: 0D, C8 and CC. RGB value is (13,200,204). Sum of RGB (Red+Green+Blue) = 13+200+204=417 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.12% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DC8CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC8CC is #F23733. Grayscale: #909090. Windows color (decimal): -15873844 or 13420557. OLE color: 13420557.
HSL color Cylindrical-coordinate representation of color #0DC8CC: hue angle of 181.26º 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 #0DC8CC is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 200 | 204 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.2 |
| HSL | 181.26º | 0.88% | 0.43% | - |
| HSV(B) | 181.26º | 0.94% | 0.8% | - |
| XYZ | 31.72 | 45.75 | 64.29 | - |
| YUV | 144.54 | 161.55 | 34.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 204 | 0.94 | 0.02 | 0 | 0.2 | 181.26 | 0.88 | 0.43 |
| Hex | D | C8 | CC | 5E | 2 | 0 | 14 | B5 | 58 | 2B |
| Octal | 15 | 310 | 314 | 136 | 2 | 0 | 24 | 265 | 130 | 53 |
| Binary | 1101 | 11001000 | 11001100 | 1011110 | 10 | 0 | 10100 | 10110101 | 1011000 | 101011 |
Color Harmonies of #0DC8CC
Complementary color
Monochromatic Colors of #0DC8CC
Black with #0DC8CC
Text Example
Text Example
White with #0DC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC8CC; }
p { color: rgb(13,200,204); }
H1.HeaderClassName
{
color: #0DC8CC;
}
.AnyTagClassName
{
color: #0DC8CC;
}
</style>
background-color css
<style>
a { background-color: #0DC8CC; }
a { background-color: rgb(13,200,204); }
div.DivClassName
{
background-color: #0DC8CC;
}
.BgClassName
{
background-color: #0DC8CC;
}
</style>
border-color css
<style>
span { border-color: #0DC8CC; }
span { border-color: rgb(13,200,204); }
td.TdClassName
{
border-color: #0DC8CC;
}
.TagClassName
{
border-color: #0DC8CC;
}
</style>