Shades of Aqua #00FFF9
Tints of Aqua #00FFF9
RGB
CMYK
RGB Variations
Color information
#00FFF9 (or 0x00FFF9) is known color: Aqua. HEX triplet: 00, FF and F9. RGB value is (0,255,249). Sum of RGB (Red+Green+Blue) = 0+255+249=504 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FFF9 is #FF0006. Grayscale: #B1B1B1. Windows color (decimal): -16711687 or 16383744. OLE color: 16383744.
HSL color Cylindrical-coordinate representation of color #00FFF9: hue angle of 178.59º 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 #00FFF9 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 255 | 249 | - |
| CMYK | 1 | 0 | 0.02 | 0 |
| HSL | 178.59º | 1% | 0.5% | - |
| HSV(B) | 178.59º | 1% | 1% | - |
| XYZ | 52.86 | 78.36 | 101.96 | - |
| YUV | 178.07 | 168.02 | 0.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 255 | 249 | 1 | 0 | 0.02 | 0 | 178.59 | 1 | 0.5 |
| Hex | 0 | FF | F9 | 64 | 0 | 2 | 0 | B3 | 64 | 32 |
| Octal | 0 | 377 | 371 | 144 | 0 | 2 | 0 | 263 | 144 | 62 |
| Binary | 0 | 11111111 | 11111001 | 1100100 | 0 | 10 | 0 | 10110011 | 1100100 | 110010 |
Color Harmonies of #00FFF9
Complementary color
Monochromatic Colors of #00FFF9
Black with #00FFF9
Text Example
Text Example
White with #00FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FFF9; }
p { color: rgb(0,255,249); }
H1.HeaderClassName
{
color: #00FFF9;
}
.AnyTagClassName
{
color: #00FFF9;
}
</style>
background-color css
<style>
a { background-color: #00FFF9; }
a { background-color: rgb(0,255,249); }
div.DivClassName
{
background-color: #00FFF9;
}
.BgClassName
{
background-color: #00FFF9;
}
</style>
border-color css
<style>
span { border-color: #00FFF9; }
span { border-color: rgb(0,255,249); }
td.TdClassName
{
border-color: #00FFF9;
}
.TagClassName
{
border-color: #00FFF9;
}
</style>