Shades of Aqua #00F5FE
Tints of Aqua #00F5FE
RGB
CMYK
RGB Variations
Color information
#00F5FE (or 0x00F5FE) is known color: Aqua. HEX triplet: 00, F5 and FE. RGB value is (0,245,254). Sum of RGB (Red+Green+Blue) = 0+245+254=499 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #00F5FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F5FE is #FF0A01. Grayscale: #ACACAC. Windows color (decimal): -16714242 or 16708864. OLE color: 16708864.
HSL color Cylindrical-coordinate representation of color #00F5FE: hue angle of 182.13º 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 #00F5FE is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 245 | 254 | - |
| CMYK | 1 | 0.04 | 0 | 0.00 |
| HSL | 182.13º | 1% | 0.5% | - |
| HSV(B) | 182.13º | 1% | 1% | - |
| XYZ | 50.54 | 72.46 | 105.09 | - |
| YUV | 172.77 | 173.83 | 4.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 245 | 254 | 1 | 0.04 | 0 | 0.00 | 182.13 | 1 | 0.5 |
| Hex | 0 | F5 | FE | 64 | 4 | 0 | 0 | B6 | 64 | 32 |
| Octal | 0 | 365 | 376 | 144 | 4 | 0 | 0 | 266 | 144 | 62 |
| Binary | 0 | 11110101 | 11111110 | 1100100 | 100 | 0 | 0 | 10110110 | 1100100 | 110010 |
Color Harmonies of #00F5FE
Complementary color
Monochromatic Colors of #00F5FE
Black with #00F5FE
Text Example
Text Example
White with #00F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F5FE; }
p { color: rgb(0,245,254); }
H1.HeaderClassName
{
color: #00F5FE;
}
.AnyTagClassName
{
color: #00F5FE;
}
</style>
background-color css
<style>
a { background-color: #00F5FE; }
a { background-color: rgb(0,245,254); }
div.DivClassName
{
background-color: #00F5FE;
}
.BgClassName
{
background-color: #00F5FE;
}
</style>
border-color css
<style>
span { border-color: #00F5FE; }
span { border-color: rgb(0,245,254); }
td.TdClassName
{
border-color: #00F5FE;
}
.TagClassName
{
border-color: #00F5FE;
}
</style>