Shades of Aqua #04F2FD
Tints of Aqua #04F2FD
RGB
CMYK
RGB Variations
Color information
#04F2FD (or 0x04F2FD) is known color: Aqua. HEX triplet: 04, F2 and FD. RGB value is (4,242,253). Sum of RGB (Red+Green+Blue) = 4+242+253=499 (66% of max value = 765). Red value is 4 (1.95% from 255 or 0.80% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #04F2FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2FD is #FB0D02. Grayscale: #ABABAB. Windows color (decimal): -16452867 or 16642564. OLE color: 16642564.
HSL color Cylindrical-coordinate representation of color #04F2FD: hue angle of 182.65º 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 #04F2FD is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 242 | 253 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.01 |
| HSL | 182.65º | 0.98% | 0.5% | - |
| HSV(B) | 182.65º | 0.98% | 0.99% | - |
| XYZ | 49.53 | 70.62 | 103.95 | - |
| YUV | 172.09 | 173.65 | 8.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 253 | 0.98 | 0.04 | 0 | 0.01 | 182.65 | 0.98 | 0.5 |
| Hex | 4 | F2 | FD | 62 | 4 | 0 | 1 | B7 | 62 | 32 |
| Octal | 4 | 362 | 375 | 142 | 4 | 0 | 1 | 267 | 142 | 62 |
| Binary | 100 | 11110010 | 11111101 | 1100010 | 100 | 0 | 1 | 10110111 | 1100010 | 110010 |
Color Harmonies of #04F2FD
Complementary color
Monochromatic Colors of #04F2FD
Black with #04F2FD
Text Example
Text Example
White with #04F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2FD; }
p { color: rgb(4,242,253); }
H1.HeaderClassName
{
color: #04F2FD;
}
.AnyTagClassName
{
color: #04F2FD;
}
</style>
background-color css
<style>
a { background-color: #04F2FD; }
a { background-color: rgb(4,242,253); }
div.DivClassName
{
background-color: #04F2FD;
}
.BgClassName
{
background-color: #04F2FD;
}
</style>
border-color css
<style>
span { border-color: #04F2FD; }
span { border-color: rgb(4,242,253); }
td.TdClassName
{
border-color: #04F2FD;
}
.TagClassName
{
border-color: #04F2FD;
}
</style>