Shades of Aqua #04FAFE
Tints of Aqua #04FAFE
RGB
CMYK
RGB Variations
Color information
#04FAFE (or 0x04FAFE) is known color: Aqua. HEX triplet: 04, FA and FE. RGB value is (4,250,254). Sum of RGB (Red+Green+Blue) = 4+250+254=508 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #04FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FAFE is #FB0501. Grayscale: #B0B0B0. Windows color (decimal): -16450818 or 16710148. OLE color: 16710148.
HSL color Cylindrical-coordinate representation of color #04FAFE: hue angle of 180.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FAFE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 250 | 254 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.00 |
| HSL | 180.96º | 0.99% | 0.51% | - |
| HSV(B) | 180.96º | 0.98% | 1% | - |
| XYZ | 52.13 | 75.55 | 105.6 | - |
| YUV | 176.9 | 171.5 | 4.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 254 | 0.98 | 0.02 | 0 | 0.00 | 180.96 | 0.99 | 0.51 |
| Hex | 4 | FA | FE | 62 | 2 | 0 | 0 | B5 | 63 | 33 |
| Octal | 4 | 372 | 376 | 142 | 2 | 0 | 0 | 265 | 143 | 63 |
| Binary | 100 | 11111010 | 11111110 | 1100010 | 10 | 0 | 0 | 10110101 | 1100011 | 110011 |
Color Harmonies of #04FAFE
Complementary color
Monochromatic Colors of #04FAFE
Black with #04FAFE
Text Example
Text Example
White with #04FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FAFE; }
p { color: rgb(4,250,254); }
H1.HeaderClassName
{
color: #04FAFE;
}
.AnyTagClassName
{
color: #04FAFE;
}
</style>
background-color css
<style>
a { background-color: #04FAFE; }
a { background-color: rgb(4,250,254); }
div.DivClassName
{
background-color: #04FAFE;
}
.BgClassName
{
background-color: #04FAFE;
}
</style>
border-color css
<style>
span { border-color: #04FAFE; }
span { border-color: rgb(4,250,254); }
td.TdClassName
{
border-color: #04FAFE;
}
.TagClassName
{
border-color: #04FAFE;
}
</style>