Shades of Aqua #0DF0F7
Tints of Aqua #0DF0F7
RGB
CMYK
RGB Variations
Color information
#0DF0F7 (or 0x0DF0F7) is known color: Aqua. HEX triplet: 0D, F0 and F7. RGB value is (13,240,247). Sum of RGB (Red+Green+Blue) = 13+240+247=500 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #0DF0F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF0F7 is #F20F08. Grayscale: #ACACAC. Windows color (decimal): -15863561 or 16248845. OLE color: 16248845.
HSL color Cylindrical-coordinate representation of color #0DF0F7: hue angle of 181.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF0F7 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 13 | 240 | 247 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.03 |
| HSL | 181.79º | 0.94% | 0.51% | - |
| HSV(B) | 181.79º | 0.95% | 0.97% | - |
| XYZ | 48.11 | 69.12 | 98.8 | - |
| YUV | 172.93 | 169.79 | 13.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 247 | 0.95 | 0.03 | 0 | 0.03 | 181.79 | 0.94 | 0.51 |
| Hex | D | F0 | F7 | 5F | 3 | 0 | 3 | B6 | 5E | 33 |
| Octal | 15 | 360 | 367 | 137 | 3 | 0 | 3 | 266 | 136 | 63 |
| Binary | 1101 | 11110000 | 11110111 | 1011111 | 11 | 0 | 11 | 10110110 | 1011110 | 110011 |
Color Harmonies of #0DF0F7
Complementary color
Monochromatic Colors of #0DF0F7
Black with #0DF0F7
Text Example
Text Example
White with #0DF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0F7; }
p { color: rgb(13,240,247); }
H1.HeaderClassName
{
color: #0DF0F7;
}
.AnyTagClassName
{
color: #0DF0F7;
}
</style>
background-color css
<style>
a { background-color: #0DF0F7; }
a { background-color: rgb(13,240,247); }
div.DivClassName
{
background-color: #0DF0F7;
}
.BgClassName
{
background-color: #0DF0F7;
}
</style>
border-color css
<style>
span { border-color: #0DF0F7; }
span { border-color: rgb(13,240,247); }
td.TdClassName
{
border-color: #0DF0F7;
}
.TagClassName
{
border-color: #0DF0F7;
}
</style>