Shades of Aqua #0DFEFA
Tints of Aqua #0DFEFA
RGB
CMYK
RGB Variations
Color information
#0DFEFA (or 0x0DFEFA) is known color: Aqua. HEX triplet: 0D, FE and FA. RGB value is (13,254,250). Sum of RGB (Red+Green+Blue) = 13+254+250=517 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.51% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEFA is #F20105. Grayscale: #B5B5B5. Windows color (decimal): -15859974 or 16449037. OLE color: 16449037.
HSL color Cylindrical-coordinate representation of color #0DFEFA: hue angle of 179º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFEFA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 250 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.00 |
| HSL | 179º | 0.99% | 0.52% | - |
| HSV(B) | 179º | 0.95% | 1% | - |
| XYZ | 52.86 | 77.87 | 102.69 | - |
| YUV | 181.49 | 166.66 | 7.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 250 | 0.95 | 0 | 0.02 | 0.00 | 179 | 0.99 | 0.52 |
| Hex | D | FE | FA | 5F | 0 | 2 | 0 | B3 | 63 | 34 |
| Octal | 15 | 376 | 372 | 137 | 0 | 2 | 0 | 263 | 143 | 64 |
| Binary | 1101 | 11111110 | 11111010 | 1011111 | 0 | 10 | 0 | 10110011 | 1100011 | 110100 |
Color Harmonies of #0DFEFA
Complementary color
Monochromatic Colors of #0DFEFA
Black with #0DFEFA
Text Example
Text Example
White with #0DFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEFA; }
p { color: rgb(13,254,250); }
H1.HeaderClassName
{
color: #0DFEFA;
}
.AnyTagClassName
{
color: #0DFEFA;
}
</style>
background-color css
<style>
a { background-color: #0DFEFA; }
a { background-color: rgb(13,254,250); }
div.DivClassName
{
background-color: #0DFEFA;
}
.BgClassName
{
background-color: #0DFEFA;
}
</style>
border-color css
<style>
span { border-color: #0DFEFA; }
span { border-color: rgb(13,254,250); }
td.TdClassName
{
border-color: #0DFEFA;
}
.TagClassName
{
border-color: #0DFEFA;
}
</style>