Shades of Aqua #04F0FC
Tints of Aqua #04F0FC
RGB
CMYK
RGB Variations
Color information
#04F0FC (or 0x04F0FC) is known color: Aqua. HEX triplet: 04, F0 and FC. RGB value is (4,240,252). Sum of RGB (Red+Green+Blue) = 4+240+252=496 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #04F0FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F0FC is #FB0F03. Grayscale: #AAAAAA. Windows color (decimal): -16453380 or 16576516. OLE color: 16576516.
HSL color Cylindrical-coordinate representation of color #04F0FC: hue angle of 182.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F0FC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 240 | 252 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.01 |
| HSL | 182.9º | 0.98% | 0.5% | - |
| HSV(B) | 182.9º | 0.98% | 0.99% | - |
| XYZ | 48.78 | 69.37 | 102.92 | - |
| YUV | 170.8 | 173.81 | 9.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 252 | 0.98 | 0.05 | 0 | 0.01 | 182.9 | 0.98 | 0.5 |
| Hex | 4 | F0 | FC | 62 | 5 | 0 | 1 | B7 | 62 | 32 |
| Octal | 4 | 360 | 374 | 142 | 5 | 0 | 1 | 267 | 142 | 62 |
| Binary | 100 | 11110000 | 11111100 | 1100010 | 101 | 0 | 1 | 10110111 | 1100010 | 110010 |
Color Harmonies of #04F0FC
Complementary color
Monochromatic Colors of #04F0FC
Black with #04F0FC
Text Example
Text Example
White with #04F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0FC; }
p { color: rgb(4,240,252); }
H1.HeaderClassName
{
color: #04F0FC;
}
.AnyTagClassName
{
color: #04F0FC;
}
</style>
background-color css
<style>
a { background-color: #04F0FC; }
a { background-color: rgb(4,240,252); }
div.DivClassName
{
background-color: #04F0FC;
}
.BgClassName
{
background-color: #04F0FC;
}
</style>
border-color css
<style>
span { border-color: #04F0FC; }
span { border-color: rgb(4,240,252); }
td.TdClassName
{
border-color: #04F0FC;
}
.TagClassName
{
border-color: #04F0FC;
}
</style>