Shades of Aqua #04F0FD
Tints of Aqua #04F0FD
RGB
CMYK
RGB Variations
Color information
#04F0FD (or 0x04F0FD) is known color: Aqua. HEX triplet: 04, F0 and FD. RGB value is (4,240,253). Sum of RGB (Red+Green+Blue) = 4+240+253=497 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.80% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #04F0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F0FD is #FB0F02. Grayscale: #AAAAAA. Windows color (decimal): -16453379 or 16642052. OLE color: 16642052.
HSL color Cylindrical-coordinate representation of color #04F0FD: hue angle of 183.13º 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 #04F0FD is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 240 | 253 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.01 |
| HSL | 183.13º | 0.98% | 0.5% | - |
| HSV(B) | 183.13º | 0.98% | 0.99% | - |
| XYZ | 48.94 | 69.44 | 103.75 | - |
| YUV | 170.92 | 174.31 | 8.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 253 | 0.98 | 0.05 | 0 | 0.01 | 183.13 | 0.98 | 0.5 |
| Hex | 4 | F0 | FD | 62 | 5 | 0 | 1 | B7 | 62 | 32 |
| Octal | 4 | 360 | 375 | 142 | 5 | 0 | 1 | 267 | 142 | 62 |
| Binary | 100 | 11110000 | 11111101 | 1100010 | 101 | 0 | 1 | 10110111 | 1100010 | 110010 |
Color Harmonies of #04F0FD
Complementary color
Monochromatic Colors of #04F0FD
Black with #04F0FD
Text Example
Text Example
White with #04F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0FD; }
p { color: rgb(4,240,253); }
H1.HeaderClassName
{
color: #04F0FD;
}
.AnyTagClassName
{
color: #04F0FD;
}
</style>
background-color css
<style>
a { background-color: #04F0FD; }
a { background-color: rgb(4,240,253); }
div.DivClassName
{
background-color: #04F0FD;
}
.BgClassName
{
background-color: #04F0FD;
}
</style>
border-color css
<style>
span { border-color: #04F0FD; }
span { border-color: rgb(4,240,253); }
td.TdClassName
{
border-color: #04F0FD;
}
.TagClassName
{
border-color: #04F0FD;
}
</style>