Shades of Aqua #07E7FF
Tints of Aqua #07E7FF
RGB
CMYK
RGB Variations
Color information
#07E7FF (or 0x07E7FF) is known color: Aqua. HEX triplet: 07, E7 and FF. RGB value is (7,231,255). Sum of RGB (Red+Green+Blue) = 7+231+255=493 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #07E7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E7FF is #F81800. Grayscale: #A6A6A6. Windows color (decimal): -16259073 or 16770823. OLE color: 16770823.
HSL color Cylindrical-coordinate representation of color #07E7FF: hue angle of 185.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E7FF is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 231 | 255 | - |
| CMYK | 0.97 | 0.09 | 0 | 0 |
| HSL | 185.81º | 1% | 0.51% | - |
| HSV(B) | 185.81º | 0.97% | 1% | - |
| XYZ | 46.71 | 64.42 | 104.58 | - |
| YUV | 166.76 | 177.79 | 14.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 255 | 0.97 | 0.09 | 0 | 0 | 185.81 | 1 | 0.51 |
| Hex | 7 | E7 | FF | 61 | 9 | 0 | 0 | BA | 64 | 33 |
| Octal | 7 | 347 | 377 | 141 | 11 | 0 | 0 | 272 | 144 | 63 |
| Binary | 111 | 11100111 | 11111111 | 1100001 | 1001 | 0 | 0 | 10111010 | 1100100 | 110011 |
Color Harmonies of #07E7FF
Complementary color
Monochromatic Colors of #07E7FF
Black with #07E7FF
Text Example
Text Example
White with #07E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E7FF; }
p { color: rgb(7,231,255); }
H1.HeaderClassName
{
color: #07E7FF;
}
.AnyTagClassName
{
color: #07E7FF;
}
</style>
background-color css
<style>
a { background-color: #07E7FF; }
a { background-color: rgb(7,231,255); }
div.DivClassName
{
background-color: #07E7FF;
}
.BgClassName
{
background-color: #07E7FF;
}
</style>
border-color css
<style>
span { border-color: #07E7FF; }
span { border-color: rgb(7,231,255); }
td.TdClassName
{
border-color: #07E7FF;
}
.TagClassName
{
border-color: #07E7FF;
}
</style>