Shades of Aqua #04FAFF
Tints of Aqua #04FAFF
RGB
CMYK
RGB Variations
Color information
#04FAFF (or 0x04FAFF) is known color: Aqua. HEX triplet: 04, FA and FF. RGB value is (4,250,255). Sum of RGB (Red+Green+Blue) = 4+250+255=509 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #04FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FAFF is #FB0500. Grayscale: #B0B0B0. Windows color (decimal): -16450817 or 16775684. OLE color: 16775684.
HSL color Cylindrical-coordinate representation of color #04FAFF: hue angle of 181.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FAFF is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 250 | 255 | - |
| CMYK | 0.98 | 0.02 | 0 | 0 |
| HSL | 181.2º | 1% | 0.51% | - |
| HSV(B) | 181.2º | 0.98% | 1% | - |
| XYZ | 52.29 | 75.62 | 106.45 | - |
| YUV | 177.02 | 172 | 4.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 250 | 255 | 0.98 | 0.02 | 0 | 0 | 181.2 | 1 | 0.51 |
| Hex | 4 | FA | FF | 62 | 2 | 0 | 0 | B5 | 64 | 33 |
| Octal | 4 | 372 | 377 | 142 | 2 | 0 | 0 | 265 | 144 | 63 |
| Binary | 100 | 11111010 | 11111111 | 1100010 | 10 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #04FAFF
Complementary color
Monochromatic Colors of #04FAFF
Black with #04FAFF
Text Example
Text Example
White with #04FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FAFF; }
p { color: rgb(4,250,255); }
H1.HeaderClassName
{
color: #04FAFF;
}
.AnyTagClassName
{
color: #04FAFF;
}
</style>
background-color css
<style>
a { background-color: #04FAFF; }
a { background-color: rgb(4,250,255); }
div.DivClassName
{
background-color: #04FAFF;
}
.BgClassName
{
background-color: #04FAFF;
}
</style>
border-color css
<style>
span { border-color: #04FAFF; }
span { border-color: rgb(4,250,255); }
td.TdClassName
{
border-color: #04FAFF;
}
.TagClassName
{
border-color: #04FAFF;
}
</style>