Shades of Aqua #07F1FE
Tints of Aqua #07F1FE
RGB
CMYK
RGB Variations
Color information
#07F1FE (or 0x07F1FE) is known color: Aqua. HEX triplet: 07, F1 and FE. RGB value is (7,241,254). Sum of RGB (Red+Green+Blue) = 7+241+254=502 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.39% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #07F1FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F1FE is #F80E01. Grayscale: #ACACAC. Windows color (decimal): -16256514 or 16707847. OLE color: 16707847.
HSL color Cylindrical-coordinate representation of color #07F1FE: hue angle of 183.16º 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 #07F1FE is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 241 | 254 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.00 |
| HSL | 183.16º | 0.99% | 0.51% | - |
| HSV(B) | 183.16º | 0.97% | 1% | - |
| XYZ | 49.43 | 70.11 | 104.69 | - |
| YUV | 172.52 | 173.98 | 9.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 254 | 0.97 | 0.05 | 0 | 0.00 | 183.16 | 0.99 | 0.51 |
| Hex | 7 | F1 | FE | 61 | 5 | 0 | 0 | B7 | 63 | 33 |
| Octal | 7 | 361 | 376 | 141 | 5 | 0 | 0 | 267 | 143 | 63 |
| Binary | 111 | 11110001 | 11111110 | 1100001 | 101 | 0 | 0 | 10110111 | 1100011 | 110011 |
Color Harmonies of #07F1FE
Complementary color
Monochromatic Colors of #07F1FE
Black with #07F1FE
Text Example
Text Example
White with #07F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F1FE; }
p { color: rgb(7,241,254); }
H1.HeaderClassName
{
color: #07F1FE;
}
.AnyTagClassName
{
color: #07F1FE;
}
</style>
background-color css
<style>
a { background-color: #07F1FE; }
a { background-color: rgb(7,241,254); }
div.DivClassName
{
background-color: #07F1FE;
}
.BgClassName
{
background-color: #07F1FE;
}
</style>
border-color css
<style>
span { border-color: #07F1FE; }
span { border-color: rgb(7,241,254); }
td.TdClassName
{
border-color: #07F1FE;
}
.TagClassName
{
border-color: #07F1FE;
}
</style>