Shades of Aqua #07EFF7
Tints of Aqua #07EFF7
RGB
CMYK
RGB Variations
Color information
#07EFF7 (or 0x07EFF7) is known color: Aqua. HEX triplet: 07, EF and F7. RGB value is (7,239,247). Sum of RGB (Red+Green+Blue) = 7+239+247=493 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #07EFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EFF7 is #F81008. Grayscale: #AAAAAA. Windows color (decimal): -16257033 or 16248583. OLE color: 16248583.
HSL color Cylindrical-coordinate representation of color #07EFF7: hue angle of 182º 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 #07EFF7 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 239 | 247 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.03 |
| HSL | 182º | 0.94% | 0.5% | - |
| HSV(B) | 182º | 0.97% | 0.97% | - |
| XYZ | 47.74 | 68.49 | 98.7 | - |
| YUV | 170.54 | 171.14 | 11.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 239 | 247 | 0.97 | 0.03 | 0 | 0.03 | 182 | 0.94 | 0.5 |
| Hex | 7 | EF | F7 | 61 | 3 | 0 | 3 | B6 | 5E | 32 |
| Octal | 7 | 357 | 367 | 141 | 3 | 0 | 3 | 266 | 136 | 62 |
| Binary | 111 | 11101111 | 11110111 | 1100001 | 11 | 0 | 11 | 10110110 | 1011110 | 110010 |
Color Harmonies of #07EFF7
Complementary color
Monochromatic Colors of #07EFF7
Black with #07EFF7
Text Example
Text Example
White with #07EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EFF7; }
p { color: rgb(7,239,247); }
H1.HeaderClassName
{
color: #07EFF7;
}
.AnyTagClassName
{
color: #07EFF7;
}
</style>
background-color css
<style>
a { background-color: #07EFF7; }
a { background-color: rgb(7,239,247); }
div.DivClassName
{
background-color: #07EFF7;
}
.BgClassName
{
background-color: #07EFF7;
}
</style>
border-color css
<style>
span { border-color: #07EFF7; }
span { border-color: rgb(7,239,247); }
td.TdClassName
{
border-color: #07EFF7;
}
.TagClassName
{
border-color: #07EFF7;
}
</style>