Shades of Aqua #0DFDFD
Tints of Aqua #0DFDFD
RGB
CMYK
RGB Variations
Color information
#0DFDFD (or 0x0DFDFD) is known color: Aqua. HEX triplet: 0D, FD and FD. RGB value is (13,253,253). Sum of RGB (Red+Green+Blue) = 13+253+253=519 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.50% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #0DFDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFDFD is #F20202. Grayscale: #B5B5B5. Windows color (decimal): -15860227 or 16645389. OLE color: 16645389.
HSL color Cylindrical-coordinate representation of color #0DFDFD: hue angle of 180º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDFD is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 253 | 253 | - |
| CMYK | 0.95 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.52% | - |
| HSV(B) | 180º | 0.95% | 0.99% | - |
| XYZ | 53.02 | 77.43 | 105.08 | - |
| YUV | 181.24 | 168.49 | 8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 253 | 0.95 | 0 | 0 | 0.01 | 180 | 0.98 | 0.52 |
| Hex | D | FD | FD | 5F | 0 | 0 | 1 | B4 | 62 | 34 |
| Octal | 15 | 375 | 375 | 137 | 0 | 0 | 1 | 264 | 142 | 64 |
| Binary | 1101 | 11111101 | 11111101 | 1011111 | 0 | 0 | 1 | 10110100 | 1100010 | 110100 |
Color Harmonies of #0DFDFD
Complementary color
Monochromatic Colors of #0DFDFD
Black with #0DFDFD
Text Example
Text Example
White with #0DFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFDFD; }
p { color: rgb(13,253,253); }
H1.HeaderClassName
{
color: #0DFDFD;
}
.AnyTagClassName
{
color: #0DFDFD;
}
</style>
background-color css
<style>
a { background-color: #0DFDFD; }
a { background-color: rgb(13,253,253); }
div.DivClassName
{
background-color: #0DFDFD;
}
.BgClassName
{
background-color: #0DFDFD;
}
</style>
border-color css
<style>
span { border-color: #0DFDFD; }
span { border-color: rgb(13,253,253); }
td.TdClassName
{
border-color: #0DFDFD;
}
.TagClassName
{
border-color: #0DFDFD;
}
</style>