Shades of Aqua #07F0FF
Tints of Aqua #07F0FF
RGB
CMYK
RGB Variations
Color information
#07F0FF (or 0x07F0FF) is known color: Aqua. HEX triplet: 07, F0 and FF. RGB value is (7,240,255). Sum of RGB (Red+Green+Blue) = 7+240+255=502 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.39% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #07F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F0FF is #F80F00. Grayscale: #ABABAB. Windows color (decimal): -16256769 or 16773127. OLE color: 16773127.
HSL color Cylindrical-coordinate representation of color #07F0FF: hue angle of 183.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0FF is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 240 | 255 | - |
| CMYK | 0.97 | 0.06 | 0 | 0 |
| HSL | 183.63º | 1% | 0.51% | - |
| HSV(B) | 183.63º | 0.97% | 1% | - |
| XYZ | 49.3 | 69.59 | 105.44 | - |
| YUV | 172.04 | 174.81 | 10.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 255 | 0.97 | 0.06 | 0 | 0 | 183.63 | 1 | 0.51 |
| Hex | 7 | F0 | FF | 61 | 6 | 0 | 0 | B8 | 64 | 33 |
| Octal | 7 | 360 | 377 | 141 | 6 | 0 | 0 | 270 | 144 | 63 |
| Binary | 111 | 11110000 | 11111111 | 1100001 | 110 | 0 | 0 | 10111000 | 1100100 | 110011 |
Color Harmonies of #07F0FF
Complementary color
Monochromatic Colors of #07F0FF
Black with #07F0FF
Text Example
Text Example
White with #07F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0FF; }
p { color: rgb(7,240,255); }
H1.HeaderClassName
{
color: #07F0FF;
}
.AnyTagClassName
{
color: #07F0FF;
}
</style>
background-color css
<style>
a { background-color: #07F0FF; }
a { background-color: rgb(7,240,255); }
div.DivClassName
{
background-color: #07F0FF;
}
.BgClassName
{
background-color: #07F0FF;
}
</style>
border-color css
<style>
span { border-color: #07F0FF; }
span { border-color: rgb(7,240,255); }
td.TdClassName
{
border-color: #07F0FF;
}
.TagClassName
{
border-color: #07F0FF;
}
</style>