Shades of Aqua #07E7FE
Tints of Aqua #07E7FE
RGB
CMYK
RGB Variations
Color information
#07E7FE (or 0x07E7FE) is known color: Aqua. HEX triplet: 07, E7 and FE. RGB value is (7,231,254). Sum of RGB (Red+Green+Blue) = 7+231+254=492 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #07E7FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E7FE is #F81801. Grayscale: #A6A6A6. Windows color (decimal): -16259074 or 16705287. OLE color: 16705287.
HSL color Cylindrical-coordinate representation of color #07E7FE: hue angle of 185.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E7FE is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 231 | 254 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.00 |
| HSL | 185.59º | 0.99% | 0.51% | - |
| HSV(B) | 185.59º | 0.97% | 1% | - |
| XYZ | 46.55 | 64.35 | 103.73 | - |
| YUV | 166.65 | 177.29 | 14.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 254 | 0.97 | 0.09 | 0 | 0.00 | 185.59 | 0.99 | 0.51 |
| Hex | 7 | E7 | FE | 61 | 9 | 0 | 0 | BA | 63 | 33 |
| Octal | 7 | 347 | 376 | 141 | 11 | 0 | 0 | 272 | 143 | 63 |
| Binary | 111 | 11100111 | 11111110 | 1100001 | 1001 | 0 | 0 | 10111010 | 1100011 | 110011 |
Color Harmonies of #07E7FE
Complementary color
Monochromatic Colors of #07E7FE
Black with #07E7FE
Text Example
Text Example
White with #07E7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E7FE; }
p { color: rgb(7,231,254); }
H1.HeaderClassName
{
color: #07E7FE;
}
.AnyTagClassName
{
color: #07E7FE;
}
</style>
background-color css
<style>
a { background-color: #07E7FE; }
a { background-color: rgb(7,231,254); }
div.DivClassName
{
background-color: #07E7FE;
}
.BgClassName
{
background-color: #07E7FE;
}
</style>
border-color css
<style>
span { border-color: #07E7FE; }
span { border-color: rgb(7,231,254); }
td.TdClassName
{
border-color: #07E7FE;
}
.TagClassName
{
border-color: #07E7FE;
}
</style>