Shades of Aqua #07E6FF
Tints of Aqua #07E6FF
RGB
CMYK
RGB Variations
Color information
#07E6FF (or 0x07E6FF) is known color: Aqua. HEX triplet: 07, E6 and FF. RGB value is (7,230,255). Sum of RGB (Red+Green+Blue) = 7+230+255=492 (65% of max value = 765). Red value is 7 (3.12% from 255 or 1.42% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #07E6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E6FF is #F81900. Grayscale: #A5A5A5. Windows color (decimal): -16259329 or 16770567. OLE color: 16770567.
HSL color Cylindrical-coordinate representation of color #07E6FF: hue angle of 186.05º 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 #07E6FF is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 230 | 255 | - |
| CMYK | 0.97 | 0.10 | 0 | 0 |
| HSL | 186.05º | 1% | 0.51% | - |
| HSV(B) | 186.05º | 0.97% | 1% | - |
| XYZ | 46.43 | 63.86 | 104.49 | - |
| YUV | 166.17 | 178.12 | 14.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 255 | 0.97 | 0.10 | 0 | 0 | 186.05 | 1 | 0.51 |
| Hex | 7 | E6 | FF | 61 | A | 0 | 0 | BA | 64 | 33 |
| Octal | 7 | 346 | 377 | 141 | 12 | 0 | 0 | 272 | 144 | 63 |
| Binary | 111 | 11100110 | 11111111 | 1100001 | 1010 | 0 | 0 | 10111010 | 1100100 | 110011 |
Color Harmonies of #07E6FF
Complementary color
Monochromatic Colors of #07E6FF
Black with #07E6FF
Text Example
Text Example
White with #07E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E6FF; }
p { color: rgb(7,230,255); }
H1.HeaderClassName
{
color: #07E6FF;
}
.AnyTagClassName
{
color: #07E6FF;
}
</style>
background-color css
<style>
a { background-color: #07E6FF; }
a { background-color: rgb(7,230,255); }
div.DivClassName
{
background-color: #07E6FF;
}
.BgClassName
{
background-color: #07E6FF;
}
</style>
border-color css
<style>
span { border-color: #07E6FF; }
span { border-color: rgb(7,230,255); }
td.TdClassName
{
border-color: #07E6FF;
}
.TagClassName
{
border-color: #07E6FF;
}
</style>