Shades of Aqua #00E2F9
Tints of Aqua #00E2F9
RGB
CMYK
RGB Variations
Color information
#00E2F9 (or 0x00E2F9) is known color: Aqua. HEX triplet: 00, E2 and F9. RGB value is (0,226,249). Sum of RGB (Red+Green+Blue) = 0+226+249=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #00E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E2F9 is #FF1D06. Grayscale: #A0A0A0. Windows color (decimal): -16719111 or 16376320. OLE color: 16376320.
HSL color Cylindrical-coordinate representation of color #00E2F9: hue angle of 185.54º 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 #00E2F9 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 226 | 249 | - |
| CMYK | 1 | 0.09 | 0 | 0.02 |
| HSL | 185.54º | 1% | 0.49% | - |
| HSV(B) | 185.54º | 1% | 0.98% | - |
| XYZ | 44.3 | 61.23 | 99.11 | - |
| YUV | 161.05 | 177.63 | 13.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 249 | 1 | 0.09 | 0 | 0.02 | 185.54 | 1 | 0.49 |
| Hex | 0 | E2 | F9 | 64 | 9 | 0 | 2 | BA | 64 | 31 |
| Octal | 0 | 342 | 371 | 144 | 11 | 0 | 2 | 272 | 144 | 61 |
| Binary | 0 | 11100010 | 11111001 | 1100100 | 1001 | 0 | 10 | 10111010 | 1100100 | 110001 |
Color Harmonies of #00E2F9
Complementary color
Monochromatic Colors of #00E2F9
Black with #00E2F9
Text Example
Text Example
White with #00E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E2F9; }
p { color: rgb(0,226,249); }
H1.HeaderClassName
{
color: #00E2F9;
}
.AnyTagClassName
{
color: #00E2F9;
}
</style>
background-color css
<style>
a { background-color: #00E2F9; }
a { background-color: rgb(0,226,249); }
div.DivClassName
{
background-color: #00E2F9;
}
.BgClassName
{
background-color: #00E2F9;
}
</style>
border-color css
<style>
span { border-color: #00E2F9; }
span { border-color: rgb(0,226,249); }
td.TdClassName
{
border-color: #00E2F9;
}
.TagClassName
{
border-color: #00E2F9;
}
</style>