Shades of Aqua #00E7FF
Tints of Aqua #00E7FF
RGB
CMYK
RGB Variations
Color information
#00E7FF (or 0x00E7FF) is known color: Aqua. HEX triplet: 00, E7 and FF. RGB value is (0,231,255). Sum of RGB (Red+Green+Blue) = 0+231+255=486 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E7FF is #FF1800. Grayscale: #A4A4A4. Windows color (decimal): -16717825 or 16770816. OLE color: 16770816.
HSL color Cylindrical-coordinate representation of color #00E7FF: hue angle of 185.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7FF is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 231 | 255 | - |
| CMYK | 1 | 0.09 | 0 | 0 |
| HSL | 185.65º | 1% | 0.5% | - |
| HSV(B) | 185.65º | 1% | 1% | - |
| XYZ | 46.63 | 64.37 | 104.58 | - |
| YUV | 164.67 | 178.97 | 10.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 255 | 1 | 0.09 | 0 | 0 | 185.65 | 1 | 0.5 |
| Hex | 0 | E7 | FF | 64 | 9 | 0 | 0 | BA | 64 | 32 |
| Octal | 0 | 347 | 377 | 144 | 11 | 0 | 0 | 272 | 144 | 62 |
| Binary | 0 | 11100111 | 11111111 | 1100100 | 1001 | 0 | 0 | 10111010 | 1100100 | 110010 |
Color Harmonies of #00E7FF
Complementary color
Monochromatic Colors of #00E7FF
Black with #00E7FF
Text Example
Text Example
White with #00E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E7FF; }
p { color: rgb(0,231,255); }
H1.HeaderClassName
{
color: #00E7FF;
}
.AnyTagClassName
{
color: #00E7FF;
}
</style>
background-color css
<style>
a { background-color: #00E7FF; }
a { background-color: rgb(0,231,255); }
div.DivClassName
{
background-color: #00E7FF;
}
.BgClassName
{
background-color: #00E7FF;
}
</style>
border-color css
<style>
span { border-color: #00E7FF; }
span { border-color: rgb(0,231,255); }
td.TdClassName
{
border-color: #00E7FF;
}
.TagClassName
{
border-color: #00E7FF;
}
</style>