Shades of Aqua #0DF9EF
Tints of Aqua #0DF9EF
RGB
CMYK
RGB Variations
Color information
#0DF9EF (or 0x0DF9EF) is known color: Aqua. HEX triplet: 0D, F9 and EF. RGB value is (13,249,239). Sum of RGB (Red+Green+Blue) = 13+249+239=501 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF9EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF9EF is #F20610. Grayscale: #B1B1B1. Windows color (decimal): -15861265 or 15726861. OLE color: 15726861.
HSL color Cylindrical-coordinate representation of color #0DF9EF: hue angle of 177.46º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF9EF is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 239 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.02 |
| HSL | 177.46º | 0.95% | 0.51% | - |
| HSV(B) | 177.46º | 0.95% | 0.98% | - |
| XYZ | 49.62 | 74.07 | 93.34 | - |
| YUV | 177.3 | 162.81 | 10.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 239 | 0.95 | 0 | 0.04 | 0.02 | 177.46 | 0.95 | 0.51 |
| Hex | D | F9 | EF | 5F | 0 | 4 | 2 | B1 | 5F | 33 |
| Octal | 15 | 371 | 357 | 137 | 0 | 4 | 2 | 261 | 137 | 63 |
| Binary | 1101 | 11111001 | 11101111 | 1011111 | 0 | 100 | 10 | 10110001 | 1011111 | 110011 |
Color Harmonies of #0DF9EF
Complementary color
Monochromatic Colors of #0DF9EF
Black with #0DF9EF
Text Example
Text Example
White with #0DF9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF9EF; }
p { color: rgb(13,249,239); }
H1.HeaderClassName
{
color: #0DF9EF;
}
.AnyTagClassName
{
color: #0DF9EF;
}
</style>
background-color css
<style>
a { background-color: #0DF9EF; }
a { background-color: rgb(13,249,239); }
div.DivClassName
{
background-color: #0DF9EF;
}
.BgClassName
{
background-color: #0DF9EF;
}
</style>
border-color css
<style>
span { border-color: #0DF9EF; }
span { border-color: rgb(13,249,239); }
td.TdClassName
{
border-color: #0DF9EF;
}
.TagClassName
{
border-color: #0DF9EF;
}
</style>