Shades of Robin's Egg Blue #0DDFC0
Tints of Robin's Egg Blue #0DDFC0
RGB
CMYK
RGB Variations
Color information
#0DDFC0 (or 0x0DDFC0) is known color: Robin's Egg Blue. HEX triplet: 0D, DF and C0. RGB value is (13,223,192). Sum of RGB (Red+Green+Blue) = 13+223+192=428 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.04% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC0 is #F2203F. Grayscale: #9C9C9C. Windows color (decimal): -15867968 or 12640013. OLE color: 12640013.
HSL color Cylindrical-coordinate representation of color #0DDFC0: hue angle of 171.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFC0 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 192 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.13 |
| HSL | 171.14º | 0.89% | 0.46% | - |
| HSV(B) | 171.14º | 0.94% | 0.87% | - |
| XYZ | 36.07 | 56.67 | 58.91 | - |
| YUV | 156.68 | 147.93 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 192 | 0.94 | 0 | 0.14 | 0.13 | 171.14 | 0.89 | 0.46 |
| Hex | D | DF | C0 | 5E | 0 | E | D | AB | 59 | 2E |
| Octal | 15 | 337 | 300 | 136 | 0 | 16 | 15 | 253 | 131 | 56 |
| Binary | 1101 | 11011111 | 11000000 | 1011110 | 0 | 1110 | 1101 | 10101011 | 1011001 | 101110 |
Color Harmonies of #0DDFC0
Complementary color
Monochromatic Colors of #0DDFC0
Black with #0DDFC0
Text Example
Text Example
White with #0DDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFC0; }
p { color: rgb(13,223,192); }
H1.HeaderClassName
{
color: #0DDFC0;
}
.AnyTagClassName
{
color: #0DDFC0;
}
</style>
background-color css
<style>
a { background-color: #0DDFC0; }
a { background-color: rgb(13,223,192); }
div.DivClassName
{
background-color: #0DDFC0;
}
.BgClassName
{
background-color: #0DDFC0;
}
</style>
border-color css
<style>
span { border-color: #0DDFC0; }
span { border-color: rgb(13,223,192); }
td.TdClassName
{
border-color: #0DDFC0;
}
.TagClassName
{
border-color: #0DDFC0;
}
</style>