Shades of Aqua #0DFFF6
Tints of Aqua #0DFFF6
RGB
CMYK
RGB Variations
Color information
#0DFFF6 (or 0x0DFFF6) is known color: Aqua. HEX triplet: 0D, FF and F6. RGB value is (13,255,246). Sum of RGB (Red+Green+Blue) = 13+255+246=514 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.53% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFF6 is #F20009. Grayscale: #B5B5B5. Windows color (decimal): -15859722 or 16187149. OLE color: 16187149.
HSL color Cylindrical-coordinate representation of color #0DFFF6: hue angle of 177.77º 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 #0DFFF6 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 246 | - |
| CMYK | 0.95 | 0 | 0.04 | 0 |
| HSL | 177.77º | 1% | 0.53% | - |
| HSV(B) | 177.77º | 0.95% | 1% | - |
| XYZ | 52.56 | 78.26 | 99.52 | - |
| YUV | 181.62 | 164.33 | 7.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 246 | 0.95 | 0 | 0.04 | 0 | 177.77 | 1 | 0.53 |
| Hex | D | FF | F6 | 5F | 0 | 4 | 0 | B2 | 64 | 35 |
| Octal | 15 | 377 | 366 | 137 | 0 | 4 | 0 | 262 | 144 | 65 |
| Binary | 1101 | 11111111 | 11110110 | 1011111 | 0 | 100 | 0 | 10110010 | 1100100 | 110101 |
Color Harmonies of #0DFFF6
Complementary color
Monochromatic Colors of #0DFFF6
Black with #0DFFF6
Text Example
Text Example
White with #0DFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFF6; }
p { color: rgb(13,255,246); }
H1.HeaderClassName
{
color: #0DFFF6;
}
.AnyTagClassName
{
color: #0DFFF6;
}
</style>
background-color css
<style>
a { background-color: #0DFFF6; }
a { background-color: rgb(13,255,246); }
div.DivClassName
{
background-color: #0DFFF6;
}
.BgClassName
{
background-color: #0DFFF6;
}
</style>
border-color css
<style>
span { border-color: #0DFFF6; }
span { border-color: rgb(13,255,246); }
td.TdClassName
{
border-color: #0DFFF6;
}
.TagClassName
{
border-color: #0DFFF6;
}
</style>