Shades of Aqua #00F9F4
Tints of Aqua #00F9F4
RGB
CMYK
RGB Variations
Color information
#00F9F4 (or 0x00F9F4) is known color: Aqua. HEX triplet: 00, F9 and F4. RGB value is (0,249,244). Sum of RGB (Red+Green+Blue) = 0+249+244=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 244 (95.70% from 255 or 49.49% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #00F9F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F9F4 is #FF060B. Grayscale: #ADADAD. Windows color (decimal): -16713228 or 16054528. OLE color: 16054528.
HSL color Cylindrical-coordinate representation of color #00F9F4: hue angle of 178.8º 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 #00F9F4 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 244 | - |
| CMYK | 1 | 0 | 0.02 | 0.02 |
| HSL | 178.8º | 1% | 0.49% | - |
| HSV(B) | 178.8º | 1% | 0.98% | - |
| XYZ | 50.2 | 74.28 | 97.28 | - |
| YUV | 173.98 | 167.51 | 3.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 244 | 1 | 0 | 0.02 | 0.02 | 178.8 | 1 | 0.49 |
| Hex | 0 | F9 | F4 | 64 | 0 | 2 | 2 | B3 | 64 | 31 |
| Octal | 0 | 371 | 364 | 144 | 0 | 2 | 2 | 263 | 144 | 61 |
| Binary | 0 | 11111001 | 11110100 | 1100100 | 0 | 10 | 10 | 10110011 | 1100100 | 110001 |
Color Harmonies of #00F9F4
Complementary color
Monochromatic Colors of #00F9F4
Black with #00F9F4
Text Example
Text Example
White with #00F9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9F4; }
p { color: rgb(0,249,244); }
H1.HeaderClassName
{
color: #00F9F4;
}
.AnyTagClassName
{
color: #00F9F4;
}
</style>
background-color css
<style>
a { background-color: #00F9F4; }
a { background-color: rgb(0,249,244); }
div.DivClassName
{
background-color: #00F9F4;
}
.BgClassName
{
background-color: #00F9F4;
}
</style>
border-color css
<style>
span { border-color: #00F9F4; }
span { border-color: rgb(0,249,244); }
td.TdClassName
{
border-color: #00F9F4;
}
.TagClassName
{
border-color: #00F9F4;
}
</style>