Shades of Robin's Egg Blue #0DCDC8
Tints of Robin's Egg Blue #0DCDC8
RGB
CMYK
RGB Variations
Color information
#0DCDC8 (or 0x0DCDC8) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and C8. RGB value is (13,205,200). Sum of RGB (Red+Green+Blue) = 13+205+200=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDC8 is #F23237. Grayscale: #929292. Windows color (decimal): -15872568 or 13159693. OLE color: 13159693.
HSL color Cylindrical-coordinate representation of color #0DCDC8: hue angle of 178.44º 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 #0DCDC8 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 200 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.20 |
| HSL | 178.44º | 0.88% | 0.43% | - |
| HSV(B) | 178.44º | 0.94% | 0.8% | - |
| XYZ | 32.42 | 47.92 | 62.18 | - |
| YUV | 147.02 | 157.89 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 200 | 0.94 | 0 | 0.02 | 0.20 | 178.44 | 0.88 | 0.43 |
| Hex | D | CD | C8 | 5E | 0 | 2 | 14 | B2 | 58 | 2B |
| Octal | 15 | 315 | 310 | 136 | 0 | 2 | 24 | 262 | 130 | 53 |
| Binary | 1101 | 11001101 | 11001000 | 1011110 | 0 | 10 | 10100 | 10110010 | 1011000 | 101011 |
Color Harmonies of #0DCDC8
Complementary color
Monochromatic Colors of #0DCDC8
Black with #0DCDC8
Text Example
Text Example
White with #0DCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDC8; }
p { color: rgb(13,205,200); }
H1.HeaderClassName
{
color: #0DCDC8;
}
.AnyTagClassName
{
color: #0DCDC8;
}
</style>
background-color css
<style>
a { background-color: #0DCDC8; }
a { background-color: rgb(13,205,200); }
div.DivClassName
{
background-color: #0DCDC8;
}
.BgClassName
{
background-color: #0DCDC8;
}
</style>
border-color css
<style>
span { border-color: #0DCDC8; }
span { border-color: rgb(13,205,200); }
td.TdClassName
{
border-color: #0DCDC8;
}
.TagClassName
{
border-color: #0DCDC8;
}
</style>