Shades of Aqua #07EEFF
Tints of Aqua #07EEFF
RGB
CMYK
RGB Variations
Color information
#07EEFF (or 0x07EEFF) is known color: Aqua. HEX triplet: 07, EE and FF. RGB value is (7,238,255). Sum of RGB (Red+Green+Blue) = 7+238+255=500 (66% of max value = 765). Red value is 7 (3.12% from 255 or 1.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #07EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EEFF is #F81100. Grayscale: #AAAAAA. Windows color (decimal): -16257281 or 16772615. OLE color: 16772615.
HSL color Cylindrical-coordinate representation of color #07EEFF: hue angle of 184.11º 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 #07EEFF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 238 | 255 | - |
| CMYK | 0.97 | 0.07 | 0 | 0 |
| HSL | 184.11º | 1% | 0.51% | - |
| HSV(B) | 184.11º | 0.97% | 1% | - |
| XYZ | 48.71 | 68.41 | 105.25 | - |
| YUV | 170.87 | 175.47 | 11.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 255 | 0.97 | 0.07 | 0 | 0 | 184.11 | 1 | 0.51 |
| Hex | 7 | EE | FF | 61 | 7 | 0 | 0 | B8 | 64 | 33 |
| Octal | 7 | 356 | 377 | 141 | 7 | 0 | 0 | 270 | 144 | 63 |
| Binary | 111 | 11101110 | 11111111 | 1100001 | 111 | 0 | 0 | 10111000 | 1100100 | 110011 |
Color Harmonies of #07EEFF
Complementary color
Monochromatic Colors of #07EEFF
Black with #07EEFF
Text Example
Text Example
White with #07EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EEFF; }
p { color: rgb(7,238,255); }
H1.HeaderClassName
{
color: #07EEFF;
}
.AnyTagClassName
{
color: #07EEFF;
}
</style>
background-color css
<style>
a { background-color: #07EEFF; }
a { background-color: rgb(7,238,255); }
div.DivClassName
{
background-color: #07EEFF;
}
.BgClassName
{
background-color: #07EEFF;
}
</style>
border-color css
<style>
span { border-color: #07EEFF; }
span { border-color: rgb(7,238,255); }
td.TdClassName
{
border-color: #07EEFF;
}
.TagClassName
{
border-color: #07EEFF;
}
</style>