Shades of Aqua #0DFFEC
Tints of Aqua #0DFFEC
RGB
CMYK
RGB Variations
Color information
#0DFFEC (or 0x0DFFEC) is known color: Aqua. HEX triplet: 0D, FF and EC. RGB value is (13,255,236). Sum of RGB (Red+Green+Blue) = 13+255+236=504 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.58% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFEC is #F20013. Grayscale: #B4B4B4. Windows color (decimal): -15859732 or 15531789. OLE color: 15531789.
HSL color Cylindrical-coordinate representation of color #0DFFEC: hue angle of 175.29º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFEC is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 236 | - |
| CMYK | 0.95 | 0 | 0.07 | 0 |
| HSL | 175.29º | 1% | 0.53% | - |
| HSV(B) | 175.29º | 0.95% | 1% | - |
| XYZ | 51.07 | 77.66 | 91.66 | - |
| YUV | 180.48 | 159.33 | 8.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 236 | 0.95 | 0 | 0.07 | 0 | 175.29 | 1 | 0.53 |
| Hex | D | FF | EC | 5F | 0 | 7 | 0 | AF | 64 | 35 |
| Octal | 15 | 377 | 354 | 137 | 0 | 7 | 0 | 257 | 144 | 65 |
| Binary | 1101 | 11111111 | 11101100 | 1011111 | 0 | 111 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #0DFFEC
Complementary color
Monochromatic Colors of #0DFFEC
Black with #0DFFEC
Text Example
Text Example
White with #0DFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFEC; }
p { color: rgb(13,255,236); }
H1.HeaderClassName
{
color: #0DFFEC;
}
.AnyTagClassName
{
color: #0DFFEC;
}
</style>
background-color css
<style>
a { background-color: #0DFFEC; }
a { background-color: rgb(13,255,236); }
div.DivClassName
{
background-color: #0DFFEC;
}
.BgClassName
{
background-color: #0DFFEC;
}
</style>
border-color css
<style>
span { border-color: #0DFFEC; }
span { border-color: rgb(13,255,236); }
td.TdClassName
{
border-color: #0DFFEC;
}
.TagClassName
{
border-color: #0DFFEC;
}
</style>