Shades of Aqua #00EEF9
Tints of Aqua #00EEF9
RGB
CMYK
RGB Variations
Color information
#00EEF9 (or 0x00EEF9) is known color: Aqua. HEX triplet: 00, EE and F9. RGB value is (0,238,249). Sum of RGB (Red+Green+Blue) = 0+238+249=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #00EEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEF9 is #FF1106. Grayscale: #A7A7A7. Windows color (decimal): -16716039 or 16379392. OLE color: 16379392.
HSL color Cylindrical-coordinate representation of color #00EEF9: hue angle of 182.65º 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 #00EEF9 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 238 | 249 | - |
| CMYK | 1 | 0.04 | 0 | 0.02 |
| HSL | 182.65º | 1% | 0.49% | - |
| HSV(B) | 182.65º | 1% | 0.98% | - |
| XYZ | 47.67 | 67.99 | 100.23 | - |
| YUV | 168.09 | 173.65 | 8.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 249 | 1 | 0.04 | 0 | 0.02 | 182.65 | 1 | 0.49 |
| Hex | 0 | EE | F9 | 64 | 4 | 0 | 2 | B7 | 64 | 31 |
| Octal | 0 | 356 | 371 | 144 | 4 | 0 | 2 | 267 | 144 | 61 |
| Binary | 0 | 11101110 | 11111001 | 1100100 | 100 | 0 | 10 | 10110111 | 1100100 | 110001 |
Color Harmonies of #00EEF9
Complementary color
Monochromatic Colors of #00EEF9
Black with #00EEF9
Text Example
Text Example
White with #00EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEF9; }
p { color: rgb(0,238,249); }
H1.HeaderClassName
{
color: #00EEF9;
}
.AnyTagClassName
{
color: #00EEF9;
}
</style>
background-color css
<style>
a { background-color: #00EEF9; }
a { background-color: rgb(0,238,249); }
div.DivClassName
{
background-color: #00EEF9;
}
.BgClassName
{
background-color: #00EEF9;
}
</style>
border-color css
<style>
span { border-color: #00EEF9; }
span { border-color: rgb(0,238,249); }
td.TdClassName
{
border-color: #00EEF9;
}
.TagClassName
{
border-color: #00EEF9;
}
</style>