Shades of Aqua #07E7FA
Tints of Aqua #07E7FA
RGB
CMYK
RGB Variations
Color information
#07E7FA (or 0x07E7FA) is known color: Aqua. HEX triplet: 07, E7 and FA. RGB value is (7,231,250). Sum of RGB (Red+Green+Blue) = 7+231+250=488 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.43% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #07E7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E7FA is #F81805. Grayscale: #A5A5A5. Windows color (decimal): -16259078 or 16443143. OLE color: 16443143.
HSL color Cylindrical-coordinate representation of color #07E7FA: hue angle of 184.69º degrees, saturation: 0.96, 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 #07E7FA is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 231 | 250 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.02 |
| HSL | 184.69º | 0.96% | 0.5% | - |
| HSV(B) | 184.69º | 0.97% | 0.98% | - |
| XYZ | 45.92 | 64.1 | 100.39 | - |
| YUV | 166.19 | 175.29 | 14.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 250 | 0.97 | 0.08 | 0 | 0.02 | 184.69 | 0.96 | 0.5 |
| Hex | 7 | E7 | FA | 61 | 8 | 0 | 2 | B9 | 60 | 32 |
| Octal | 7 | 347 | 372 | 141 | 10 | 0 | 2 | 271 | 140 | 62 |
| Binary | 111 | 11100111 | 11111010 | 1100001 | 1000 | 0 | 10 | 10111001 | 1100000 | 110010 |
Color Harmonies of #07E7FA
Complementary color
Monochromatic Colors of #07E7FA
Black with #07E7FA
Text Example
Text Example
White with #07E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E7FA; }
p { color: rgb(7,231,250); }
H1.HeaderClassName
{
color: #07E7FA;
}
.AnyTagClassName
{
color: #07E7FA;
}
</style>
background-color css
<style>
a { background-color: #07E7FA; }
a { background-color: rgb(7,231,250); }
div.DivClassName
{
background-color: #07E7FA;
}
.BgClassName
{
background-color: #07E7FA;
}
</style>
border-color css
<style>
span { border-color: #07E7FA; }
span { border-color: rgb(7,231,250); }
td.TdClassName
{
border-color: #07E7FA;
}
.TagClassName
{
border-color: #07E7FA;
}
</style>