Shades of Aqua #07E8F7
Tints of Aqua #07E8F7
RGB
CMYK
RGB Variations
Color information
#07E8F7 (or 0x07E8F7) is known color: Aqua. HEX triplet: 07, E8 and F7. RGB value is (7,232,247). Sum of RGB (Red+Green+Blue) = 7+232+247=486 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #07E8F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E8F7 is #F81708. Grayscale: #A6A6A6. Windows color (decimal): -16258825 or 16246791. OLE color: 16246791.
HSL color Cylindrical-coordinate representation of color #07E8F7: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E8F7 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 232 | 247 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.03 |
| HSL | 183.75º | 0.94% | 0.5% | - |
| HSV(B) | 183.75º | 0.97% | 0.97% | - |
| XYZ | 45.73 | 64.47 | 98.03 | - |
| YUV | 166.44 | 173.46 | 14.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 232 | 247 | 0.97 | 0.06 | 0 | 0.03 | 183.75 | 0.94 | 0.5 |
| Hex | 7 | E8 | F7 | 61 | 6 | 0 | 3 | B8 | 5E | 32 |
| Octal | 7 | 350 | 367 | 141 | 6 | 0 | 3 | 270 | 136 | 62 |
| Binary | 111 | 11101000 | 11110111 | 1100001 | 110 | 0 | 11 | 10111000 | 1011110 | 110010 |
Color Harmonies of #07E8F7
Complementary color
Monochromatic Colors of #07E8F7
Black with #07E8F7
Text Example
Text Example
White with #07E8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E8F7; }
p { color: rgb(7,232,247); }
H1.HeaderClassName
{
color: #07E8F7;
}
.AnyTagClassName
{
color: #07E8F7;
}
</style>
background-color css
<style>
a { background-color: #07E8F7; }
a { background-color: rgb(7,232,247); }
div.DivClassName
{
background-color: #07E8F7;
}
.BgClassName
{
background-color: #07E8F7;
}
</style>
border-color css
<style>
span { border-color: #07E8F7; }
span { border-color: rgb(7,232,247); }
td.TdClassName
{
border-color: #07E8F7;
}
.TagClassName
{
border-color: #07E8F7;
}
</style>