Shades of Aqua #00F9FE
Tints of Aqua #00F9FE
RGB
CMYK
RGB Variations
Color information
#00F9FE (or 0x00F9FE) is known color: Aqua. HEX triplet: 00, F9 and FE. RGB value is (0,249,254). Sum of RGB (Red+Green+Blue) = 0+249+254=503 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #00F9FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F9FE is #FF0601. Grayscale: #AEAEAE. Windows color (decimal): -16713218 or 16709888. OLE color: 16709888.
HSL color Cylindrical-coordinate representation of color #00F9FE: hue angle of 181.18º 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 #00F9FE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 249 | 254 | - |
| CMYK | 1 | 0.02 | 0 | 0.00 |
| HSL | 181.18º | 1% | 0.5% | - |
| HSV(B) | 181.18º | 1% | 1% | - |
| XYZ | 51.77 | 74.91 | 105.5 | - |
| YUV | 175.12 | 172.51 | 3.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 254 | 1 | 0.02 | 0 | 0.00 | 181.18 | 1 | 0.5 |
| Hex | 0 | F9 | FE | 64 | 2 | 0 | 0 | B5 | 64 | 32 |
| Octal | 0 | 371 | 376 | 144 | 2 | 0 | 0 | 265 | 144 | 62 |
| Binary | 0 | 11111001 | 11111110 | 1100100 | 10 | 0 | 0 | 10110101 | 1100100 | 110010 |
Color Harmonies of #00F9FE
Complementary color
Monochromatic Colors of #00F9FE
Black with #00F9FE
Text Example
Text Example
White with #00F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F9FE; }
p { color: rgb(0,249,254); }
H1.HeaderClassName
{
color: #00F9FE;
}
.AnyTagClassName
{
color: #00F9FE;
}
</style>
background-color css
<style>
a { background-color: #00F9FE; }
a { background-color: rgb(0,249,254); }
div.DivClassName
{
background-color: #00F9FE;
}
.BgClassName
{
background-color: #00F9FE;
}
</style>
border-color css
<style>
span { border-color: #00F9FE; }
span { border-color: rgb(0,249,254); }
td.TdClassName
{
border-color: #00F9FE;
}
.TagClassName
{
border-color: #00F9FE;
}
</style>