Shades of Aqua #0FFFF7
Tints of Aqua #0FFFF7
RGB
CMYK
RGB Variations
Color information
#0FFFF7 (or 0x0FFFF7) is known color: Aqua. HEX triplet: 0F, FF and F7. RGB value is (15,255,247). Sum of RGB (Red+Green+Blue) = 15+255+247=517 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFF7 is #F00008. Grayscale: #B6B6B6. Windows color (decimal): -15728649 or 16252687. OLE color: 16252687.
HSL color Cylindrical-coordinate representation of color #0FFFF7: hue angle of 178º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFF7 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 247 | - |
| CMYK | 0.94 | 0 | 0.03 | 0 |
| HSL | 178º | 1% | 0.53% | - |
| HSV(B) | 178º | 0.94% | 1% | - |
| XYZ | 52.75 | 78.34 | 100.34 | - |
| YUV | 182.33 | 164.49 | 8.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 247 | 0.94 | 0 | 0.03 | 0 | 178 | 1 | 0.53 |
| Hex | F | FF | F7 | 5E | 0 | 3 | 0 | B2 | 64 | 35 |
| Octal | 17 | 377 | 367 | 136 | 0 | 3 | 0 | 262 | 144 | 65 |
| Binary | 1111 | 11111111 | 11110111 | 1011110 | 0 | 11 | 0 | 10110010 | 1100100 | 110101 |
Color Harmonies of #0FFFF7
Complementary color
Monochromatic Colors of #0FFFF7
Black with #0FFFF7
Text Example
Text Example
White with #0FFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFF7; }
p { color: rgb(15,255,247); }
H1.HeaderClassName
{
color: #0FFFF7;
}
.AnyTagClassName
{
color: #0FFFF7;
}
</style>
background-color css
<style>
a { background-color: #0FFFF7; }
a { background-color: rgb(15,255,247); }
div.DivClassName
{
background-color: #0FFFF7;
}
.BgClassName
{
background-color: #0FFFF7;
}
</style>
border-color css
<style>
span { border-color: #0FFFF7; }
span { border-color: rgb(15,255,247); }
td.TdClassName
{
border-color: #0FFFF7;
}
.TagClassName
{
border-color: #0FFFF7;
}
</style>