Shades of Robin's Egg Blue #0DDAC3
Tints of Robin's Egg Blue #0DDAC3
RGB
CMYK
RGB Variations
Color information
#0DDAC3 (or 0x0DDAC3) is known color: Robin's Egg Blue. HEX triplet: 0D, DA and C3. RGB value is (13,218,195). Sum of RGB (Red+Green+Blue) = 13+218+195=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDAC3 is #F2253C. Grayscale: #999999. Windows color (decimal): -15869245 or 12835341. OLE color: 12835341.
HSL color Cylindrical-coordinate representation of color #0DDAC3: hue angle of 173.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDAC3 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 195 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.15 |
| HSL | 173.27º | 0.89% | 0.45% | - |
| HSV(B) | 173.27º | 0.94% | 0.85% | - |
| XYZ | 35.09 | 54.17 | 60.24 | - |
| YUV | 154.08 | 151.08 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 195 | 0.94 | 0 | 0.11 | 0.15 | 173.27 | 0.89 | 0.45 |
| Hex | D | DA | C3 | 5E | 0 | B | F | AD | 59 | 2D |
| Octal | 15 | 332 | 303 | 136 | 0 | 13 | 17 | 255 | 131 | 55 |
| Binary | 1101 | 11011010 | 11000011 | 1011110 | 0 | 1011 | 1111 | 10101101 | 1011001 | 101101 |
Color Harmonies of #0DDAC3
Complementary color
Monochromatic Colors of #0DDAC3
Black with #0DDAC3
Text Example
Text Example
White with #0DDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDAC3; }
p { color: rgb(13,218,195); }
H1.HeaderClassName
{
color: #0DDAC3;
}
.AnyTagClassName
{
color: #0DDAC3;
}
</style>
background-color css
<style>
a { background-color: #0DDAC3; }
a { background-color: rgb(13,218,195); }
div.DivClassName
{
background-color: #0DDAC3;
}
.BgClassName
{
background-color: #0DDAC3;
}
</style>
border-color css
<style>
span { border-color: #0DDAC3; }
span { border-color: rgb(13,218,195); }
td.TdClassName
{
border-color: #0DDAC3;
}
.TagClassName
{
border-color: #0DDAC3;
}
</style>