Shades of Aqua #04E0FE
Tints of Aqua #04E0FE
RGB
CMYK
RGB Variations
Color information
#04E0FE (or 0x04E0FE) is known color: Aqua. HEX triplet: 04, E0 and FE. RGB value is (4,224,254). Sum of RGB (Red+Green+Blue) = 4+224+254=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #04E0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E0FE is #FB1F01. Grayscale: #A1A1A1. Windows color (decimal): -16457474 or 16703492. OLE color: 16703492.
HSL color Cylindrical-coordinate representation of color #04E0FE: hue angle of 187.2º 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 #04E0FE is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 224 | 254 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.00 |
| HSL | 187.2º | 0.99% | 0.51% | - |
| HSV(B) | 187.2º | 0.98% | 1% | - |
| XYZ | 44.6 | 60.49 | 103.09 | - |
| YUV | 161.64 | 180.11 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 254 | 0.98 | 0.12 | 0 | 0.00 | 187.2 | 0.99 | 0.51 |
| Hex | 4 | E0 | FE | 62 | C | 0 | 0 | BB | 63 | 33 |
| Octal | 4 | 340 | 376 | 142 | 14 | 0 | 0 | 273 | 143 | 63 |
| Binary | 100 | 11100000 | 11111110 | 1100010 | 1100 | 0 | 0 | 10111011 | 1100011 | 110011 |
Color Harmonies of #04E0FE
Complementary color
Monochromatic Colors of #04E0FE
Black with #04E0FE
Text Example
Text Example
White with #04E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E0FE; }
p { color: rgb(4,224,254); }
H1.HeaderClassName
{
color: #04E0FE;
}
.AnyTagClassName
{
color: #04E0FE;
}
</style>
background-color css
<style>
a { background-color: #04E0FE; }
a { background-color: rgb(4,224,254); }
div.DivClassName
{
background-color: #04E0FE;
}
.BgClassName
{
background-color: #04E0FE;
}
</style>
border-color css
<style>
span { border-color: #04E0FE; }
span { border-color: rgb(4,224,254); }
td.TdClassName
{
border-color: #04E0FE;
}
.TagClassName
{
border-color: #04E0FE;
}
</style>