Shades of Robin's Egg Blue #0DCDC9
Tints of Robin's Egg Blue #0DCDC9
RGB
CMYK
RGB Variations
Color information
#0DCDC9 (or 0x0DCDC9) is known color: Robin's Egg Blue. HEX triplet: 0D, CD and C9. RGB value is (13,205,201). Sum of RGB (Red+Green+Blue) = 13+205+201=419 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.10% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCDC9 is #F23236. Grayscale: #929292. Windows color (decimal): -15872567 or 13225229. OLE color: 13225229.
HSL color Cylindrical-coordinate representation of color #0DCDC9: hue angle of 178.75º 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 #0DCDC9 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 201 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.20 |
| HSL | 178.75º | 0.88% | 0.43% | - |
| HSV(B) | 178.75º | 0.94% | 0.8% | - |
| XYZ | 32.54 | 47.97 | 62.8 | - |
| YUV | 147.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 201 | 0.94 | 0 | 0.02 | 0.20 | 178.75 | 0.88 | 0.43 |
| Hex | D | CD | C9 | 5E | 0 | 2 | 14 | B3 | 58 | 2B |
| Octal | 15 | 315 | 311 | 136 | 0 | 2 | 24 | 263 | 130 | 53 |
| Binary | 1101 | 11001101 | 11001001 | 1011110 | 0 | 10 | 10100 | 10110011 | 1011000 | 101011 |
Color Harmonies of #0DCDC9
Complementary color
Monochromatic Colors of #0DCDC9
Black with #0DCDC9
Text Example
Text Example
White with #0DCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCDC9; }
p { color: rgb(13,205,201); }
H1.HeaderClassName
{
color: #0DCDC9;
}
.AnyTagClassName
{
color: #0DCDC9;
}
</style>
background-color css
<style>
a { background-color: #0DCDC9; }
a { background-color: rgb(13,205,201); }
div.DivClassName
{
background-color: #0DCDC9;
}
.BgClassName
{
background-color: #0DCDC9;
}
</style>
border-color css
<style>
span { border-color: #0DCDC9; }
span { border-color: rgb(13,205,201); }
td.TdClassName
{
border-color: #0DCDC9;
}
.TagClassName
{
border-color: #0DCDC9;
}
</style>