Shades of Aqua #0DFDFF
Tints of Aqua #0DFDFF
RGB
CMYK
RGB Variations
Color information
#0DFDFF (or 0x0DFDFF) is known color: Aqua. HEX triplet: 0D, FD and FF. RGB value is (13,253,255). Sum of RGB (Red+Green+Blue) = 13+253+255=521 (69% of max value = 765). Red value is 13 (5.47% from 255 or 2.50% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DFDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFDFF is #F20200. Grayscale: #B5B5B5. Windows color (decimal): -15860225 or 16776461. OLE color: 16776461.
HSL color Cylindrical-coordinate representation of color #0DFDFF: hue angle of 180.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDFF is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 253 | 255 | - |
| CMYK | 0.95 | 0.01 | 0 | 0 |
| HSL | 180.5º | 1% | 0.53% | - |
| HSV(B) | 180.5º | 0.95% | 1% | - |
| XYZ | 53.34 | 77.56 | 106.77 | - |
| YUV | 181.47 | 169.49 | 7.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 255 | 0.95 | 0.01 | 0 | 0 | 180.5 | 1 | 0.53 |
| Hex | D | FD | FF | 5F | 1 | 0 | 0 | B4 | 64 | 35 |
| Octal | 15 | 375 | 377 | 137 | 1 | 0 | 0 | 264 | 144 | 65 |
| Binary | 1101 | 11111101 | 11111111 | 1011111 | 1 | 0 | 0 | 10110100 | 1100100 | 110101 |
Color Harmonies of #0DFDFF
Complementary color
Monochromatic Colors of #0DFDFF
Black with #0DFDFF
Text Example
Text Example
White with #0DFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFDFF; }
p { color: rgb(13,253,255); }
H1.HeaderClassName
{
color: #0DFDFF;
}
.AnyTagClassName
{
color: #0DFDFF;
}
</style>
background-color css
<style>
a { background-color: #0DFDFF; }
a { background-color: rgb(13,253,255); }
div.DivClassName
{
background-color: #0DFDFF;
}
.BgClassName
{
background-color: #0DFDFF;
}
</style>
border-color css
<style>
span { border-color: #0DFDFF; }
span { border-color: rgb(13,253,255); }
td.TdClassName
{
border-color: #0DFDFF;
}
.TagClassName
{
border-color: #0DFDFF;
}
</style>