Shades of Aqua #00E7FA
Tints of Aqua #00E7FA
RGB
CMYK
RGB Variations
Color information
#00E7FA (or 0x00E7FA) is known color: Aqua. HEX triplet: 00, E7 and FA. RGB value is (0,231,250). Sum of RGB (Red+Green+Blue) = 0+231+250=481 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #00E7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E7FA is #FF1805. Grayscale: #A3A3A3. Windows color (decimal): -16717830 or 16443136. OLE color: 16443136.
HSL color Cylindrical-coordinate representation of color #00E7FA: hue angle of 184.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7FA is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 231 | 250 | - |
| CMYK | 1 | 0.08 | 0 | 0.02 |
| HSL | 184.56º | 1% | 0.49% | - |
| HSV(B) | 184.56º | 1% | 0.98% | - |
| XYZ | 45.83 | 64.05 | 100.39 | - |
| YUV | 164.1 | 176.47 | 10.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 250 | 1 | 0.08 | 0 | 0.02 | 184.56 | 1 | 0.49 |
| Hex | 0 | E7 | FA | 64 | 8 | 0 | 2 | B9 | 64 | 31 |
| Octal | 0 | 347 | 372 | 144 | 10 | 0 | 2 | 271 | 144 | 61 |
| Binary | 0 | 11100111 | 11111010 | 1100100 | 1000 | 0 | 10 | 10111001 | 1100100 | 110001 |
Color Harmonies of #00E7FA
Complementary color
Monochromatic Colors of #00E7FA
Black with #00E7FA
Text Example
Text Example
White with #00E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E7FA; }
p { color: rgb(0,231,250); }
H1.HeaderClassName
{
color: #00E7FA;
}
.AnyTagClassName
{
color: #00E7FA;
}
</style>
background-color css
<style>
a { background-color: #00E7FA; }
a { background-color: rgb(0,231,250); }
div.DivClassName
{
background-color: #00E7FA;
}
.BgClassName
{
background-color: #00E7FA;
}
</style>
border-color css
<style>
span { border-color: #00E7FA; }
span { border-color: rgb(0,231,250); }
td.TdClassName
{
border-color: #00E7FA;
}
.TagClassName
{
border-color: #00E7FA;
}
</style>