Shades of Aqua #0FFDF9
Tints of Aqua #0FFDF9
RGB
CMYK
RGB Variations
Color information
#0FFDF9 (or 0x0FFDF9) is known color: Aqua. HEX triplet: 0F, FD and F9. RGB value is (15,253,249). Sum of RGB (Red+Green+Blue) = 15+253+249=517 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDF9 is #F00206. Grayscale: #B5B5B5. Windows color (decimal): -15729159 or 16383247. OLE color: 16383247.
HSL color Cylindrical-coordinate representation of color #0FFDF9: hue angle of 178.99º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDF9 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 249 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.01 |
| HSL | 178.99º | 0.98% | 0.53% | - |
| HSV(B) | 178.99º | 0.94% | 0.99% | - |
| XYZ | 52.42 | 77.19 | 101.76 | - |
| YUV | 181.38 | 166.15 | 9.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 249 | 0.94 | 0 | 0.02 | 0.01 | 178.99 | 0.98 | 0.53 |
| Hex | F | FD | F9 | 5E | 0 | 2 | 1 | B3 | 62 | 35 |
| Octal | 17 | 375 | 371 | 136 | 0 | 2 | 1 | 263 | 142 | 65 |
| Binary | 1111 | 11111101 | 11111001 | 1011110 | 0 | 10 | 1 | 10110011 | 1100010 | 110101 |
Color Harmonies of #0FFDF9
Complementary color
Monochromatic Colors of #0FFDF9
Black with #0FFDF9
Text Example
Text Example
White with #0FFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDF9; }
p { color: rgb(15,253,249); }
H1.HeaderClassName
{
color: #0FFDF9;
}
.AnyTagClassName
{
color: #0FFDF9;
}
</style>
background-color css
<style>
a { background-color: #0FFDF9; }
a { background-color: rgb(15,253,249); }
div.DivClassName
{
background-color: #0FFDF9;
}
.BgClassName
{
background-color: #0FFDF9;
}
</style>
border-color css
<style>
span { border-color: #0FFDF9; }
span { border-color: rgb(15,253,249); }
td.TdClassName
{
border-color: #0FFDF9;
}
.TagClassName
{
border-color: #0FFDF9;
}
</style>