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