Shades of Aqua #0DF8EF
Tints of Aqua #0DF8EF
RGB
CMYK
RGB Variations
Color information
#0DF8EF (or 0x0DF8EF) is known color: Aqua. HEX triplet: 0D, F8 and EF. RGB value is (13,248,239). Sum of RGB (Red+Green+Blue) = 13+248+239=500 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.6% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF8EF is #F20710. Grayscale: #B0B0B0. Windows color (decimal): -15861521 or 15726605. OLE color: 15726605.
HSL color Cylindrical-coordinate representation of color #0DF8EF: hue angle of 177.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8EF is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 248 | 239 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.03 |
| HSL | 177.7º | 0.94% | 0.51% | - |
| HSV(B) | 177.7º | 0.95% | 0.97% | - |
| XYZ | 49.31 | 73.45 | 93.24 | - |
| YUV | 176.71 | 163.14 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 239 | 0.95 | 0 | 0.04 | 0.03 | 177.7 | 0.94 | 0.51 |
| Hex | D | F8 | EF | 5F | 0 | 4 | 3 | B2 | 5E | 33 |
| Octal | 15 | 370 | 357 | 137 | 0 | 4 | 3 | 262 | 136 | 63 |
| Binary | 1101 | 11111000 | 11101111 | 1011111 | 0 | 100 | 11 | 10110010 | 1011110 | 110011 |
Color Harmonies of #0DF8EF
Complementary color
Monochromatic Colors of #0DF8EF
Black with #0DF8EF
Text Example
Text Example
White with #0DF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8EF; }
p { color: rgb(13,248,239); }
H1.HeaderClassName
{
color: #0DF8EF;
}
.AnyTagClassName
{
color: #0DF8EF;
}
</style>
background-color css
<style>
a { background-color: #0DF8EF; }
a { background-color: rgb(13,248,239); }
div.DivClassName
{
background-color: #0DF8EF;
}
.BgClassName
{
background-color: #0DF8EF;
}
</style>
border-color css
<style>
span { border-color: #0DF8EF; }
span { border-color: rgb(13,248,239); }
td.TdClassName
{
border-color: #0DF8EF;
}
.TagClassName
{
border-color: #0DF8EF;
}
</style>