Shades of Aqua #00E9F9
Tints of Aqua #00E9F9
RGB
CMYK
RGB Variations
Color information
#00E9F9 (or 0x00E9F9) is known color: Aqua. HEX triplet: 00, E9 and F9. RGB value is (0,233,249). Sum of RGB (Red+Green+Blue) = 0+233+249=482 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #00E9F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E9F9 is #FF1606. Grayscale: #A4A4A4. Windows color (decimal): -16717319 or 16378112. OLE color: 16378112.
HSL color Cylindrical-coordinate representation of color #00E9F9: hue angle of 183.86º 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 #00E9F9 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 233 | 249 | - |
| CMYK | 1 | 0.06 | 0 | 0.02 |
| HSL | 183.86º | 1% | 0.49% | - |
| HSV(B) | 183.86º | 1% | 0.98% | - |
| XYZ | 46.24 | 65.12 | 99.75 | - |
| YUV | 165.16 | 175.31 | 10.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 249 | 1 | 0.06 | 0 | 0.02 | 183.86 | 1 | 0.49 |
| Hex | 0 | E9 | F9 | 64 | 6 | 0 | 2 | B8 | 64 | 31 |
| Octal | 0 | 351 | 371 | 144 | 6 | 0 | 2 | 270 | 144 | 61 |
| Binary | 0 | 11101001 | 11111001 | 1100100 | 110 | 0 | 10 | 10111000 | 1100100 | 110001 |
Color Harmonies of #00E9F9
Complementary color
Monochromatic Colors of #00E9F9
Black with #00E9F9
Text Example
Text Example
White with #00E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E9F9; }
p { color: rgb(0,233,249); }
H1.HeaderClassName
{
color: #00E9F9;
}
.AnyTagClassName
{
color: #00E9F9;
}
</style>
background-color css
<style>
a { background-color: #00E9F9; }
a { background-color: rgb(0,233,249); }
div.DivClassName
{
background-color: #00E9F9;
}
.BgClassName
{
background-color: #00E9F9;
}
</style>
border-color css
<style>
span { border-color: #00E9F9; }
span { border-color: rgb(0,233,249); }
td.TdClassName
{
border-color: #00E9F9;
}
.TagClassName
{
border-color: #00E9F9;
}
</style>