Shades of Aqua #07EEFE
Tints of Aqua #07EEFE
RGB
CMYK
RGB Variations
Color information
#07EEFE (or 0x07EEFE) is known color: Aqua. HEX triplet: 07, EE and FE. RGB value is (7,238,254). Sum of RGB (Red+Green+Blue) = 7+238+254=499 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.40% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #07EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EEFE is #F81101. Grayscale: #AAAAAA. Windows color (decimal): -16257282 or 16707079. OLE color: 16707079.
HSL color Cylindrical-coordinate representation of color #07EEFE: hue angle of 183.89º 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 #07EEFE is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 238 | 254 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.00 |
| HSL | 183.89º | 0.99% | 0.51% | - |
| HSV(B) | 183.89º | 0.97% | 1% | - |
| XYZ | 48.55 | 68.35 | 104.4 | - |
| YUV | 170.76 | 174.97 | 11.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 254 | 0.97 | 0.06 | 0 | 0.00 | 183.89 | 0.99 | 0.51 |
| Hex | 7 | EE | FE | 61 | 6 | 0 | 0 | B8 | 63 | 33 |
| Octal | 7 | 356 | 376 | 141 | 6 | 0 | 0 | 270 | 143 | 63 |
| Binary | 111 | 11101110 | 11111110 | 1100001 | 110 | 0 | 0 | 10111000 | 1100011 | 110011 |
Color Harmonies of #07EEFE
Complementary color
Monochromatic Colors of #07EEFE
Black with #07EEFE
Text Example
Text Example
White with #07EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EEFE; }
p { color: rgb(7,238,254); }
H1.HeaderClassName
{
color: #07EEFE;
}
.AnyTagClassName
{
color: #07EEFE;
}
</style>
background-color css
<style>
a { background-color: #07EEFE; }
a { background-color: rgb(7,238,254); }
div.DivClassName
{
background-color: #07EEFE;
}
.BgClassName
{
background-color: #07EEFE;
}
</style>
border-color css
<style>
span { border-color: #07EEFE; }
span { border-color: rgb(7,238,254); }
td.TdClassName
{
border-color: #07EEFE;
}
.TagClassName
{
border-color: #07EEFE;
}
</style>