Shades of Aqua #07F0F9
Tints of Aqua #07F0F9
RGB
CMYK
RGB Variations
Color information
#07F0F9 (or 0x07F0F9) is known color: Aqua. HEX triplet: 07, F0 and F9. RGB value is (7,240,249). Sum of RGB (Red+Green+Blue) = 7+240+249=496 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.41% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #07F0F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F0F9 is #F80F06. Grayscale: #ABABAB. Windows color (decimal): -16256775 or 16379911. OLE color: 16379911.
HSL color Cylindrical-coordinate representation of color #07F0F9: hue angle of 182.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0F9 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 240 | 249 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.02 |
| HSL | 182.23º | 0.95% | 0.5% | - |
| HSV(B) | 182.23º | 0.97% | 0.98% | - |
| XYZ | 48.35 | 69.2 | 100.43 | - |
| YUV | 171.36 | 171.81 | 10.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 249 | 0.97 | 0.04 | 0 | 0.02 | 182.23 | 0.95 | 0.5 |
| Hex | 7 | F0 | F9 | 61 | 4 | 0 | 2 | B6 | 5F | 32 |
| Octal | 7 | 360 | 371 | 141 | 4 | 0 | 2 | 266 | 137 | 62 |
| Binary | 111 | 11110000 | 11111001 | 1100001 | 100 | 0 | 10 | 10110110 | 1011111 | 110010 |
Color Harmonies of #07F0F9
Complementary color
Monochromatic Colors of #07F0F9
Black with #07F0F9
Text Example
Text Example
White with #07F0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0F9; }
p { color: rgb(7,240,249); }
H1.HeaderClassName
{
color: #07F0F9;
}
.AnyTagClassName
{
color: #07F0F9;
}
</style>
background-color css
<style>
a { background-color: #07F0F9; }
a { background-color: rgb(7,240,249); }
div.DivClassName
{
background-color: #07F0F9;
}
.BgClassName
{
background-color: #07F0F9;
}
</style>
border-color css
<style>
span { border-color: #07F0F9; }
span { border-color: rgb(7,240,249); }
td.TdClassName
{
border-color: #07F0F9;
}
.TagClassName
{
border-color: #07F0F9;
}
</style>