Shades of Aqua #0DFEFD
Tints of Aqua #0DFEFD
RGB
CMYK
RGB Variations
Color information
#0DFEFD (or 0x0DFEFD) is known color: Aqua. HEX triplet: 0D, FE and FD. RGB value is (13,254,253). Sum of RGB (Red+Green+Blue) = 13+254+253=520 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.5% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEFD is #F20102. Grayscale: #B5B5B5. Windows color (decimal): -15859971 or 16645645. OLE color: 16645645.
HSL color Cylindrical-coordinate representation of color #0DFEFD: hue angle of 179.75º 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 #0DFEFD is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 253 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.00 |
| HSL | 179.75º | 0.99% | 0.52% | - |
| HSV(B) | 179.75º | 0.95% | 1% | - |
| XYZ | 53.34 | 78.06 | 105.18 | - |
| YUV | 181.83 | 168.16 | 7.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 253 | 0.95 | 0 | 0.00 | 0.00 | 179.75 | 0.99 | 0.52 |
| Hex | D | FE | FD | 5F | 0 | 0 | 0 | B4 | 63 | 34 |
| Octal | 15 | 376 | 375 | 137 | 0 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1101 | 11111110 | 11111101 | 1011111 | 0 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #0DFEFD
Complementary color
Monochromatic Colors of #0DFEFD
Black with #0DFEFD
Text Example
Text Example
White with #0DFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEFD; }
p { color: rgb(13,254,253); }
H1.HeaderClassName
{
color: #0DFEFD;
}
.AnyTagClassName
{
color: #0DFEFD;
}
</style>
background-color css
<style>
a { background-color: #0DFEFD; }
a { background-color: rgb(13,254,253); }
div.DivClassName
{
background-color: #0DFEFD;
}
.BgClassName
{
background-color: #0DFEFD;
}
</style>
border-color css
<style>
span { border-color: #0DFEFD; }
span { border-color: rgb(13,254,253); }
td.TdClassName
{
border-color: #0DFEFD;
}
.TagClassName
{
border-color: #0DFEFD;
}
</style>