Shades of Aqua #04E3FE
Tints of Aqua #04E3FE
RGB
CMYK
RGB Variations
Color information
#04E3FE (or 0x04E3FE) is known color: Aqua. HEX triplet: 04, E3 and FE. RGB value is (4,227,254). Sum of RGB (Red+Green+Blue) = 4+227+254=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #04E3FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E3FE is #FB1C01. Grayscale: #A3A3A3. Windows color (decimal): -16456706 or 16704260. OLE color: 16704260.
HSL color Cylindrical-coordinate representation of color #04E3FE: hue angle of 186.48º 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 #04E3FE is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 227 | 254 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.00 |
| HSL | 186.48º | 0.99% | 0.51% | - |
| HSV(B) | 186.48º | 0.98% | 1% | - |
| XYZ | 45.41 | 62.12 | 103.36 | - |
| YUV | 163.4 | 179.12 | 14.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 227 | 254 | 0.98 | 0.11 | 0 | 0.00 | 186.48 | 0.99 | 0.51 |
| Hex | 4 | E3 | FE | 62 | B | 0 | 0 | BA | 63 | 33 |
| Octal | 4 | 343 | 376 | 142 | 13 | 0 | 0 | 272 | 143 | 63 |
| Binary | 100 | 11100011 | 11111110 | 1100010 | 1011 | 0 | 0 | 10111010 | 1100011 | 110011 |
Color Harmonies of #04E3FE
Complementary color
Monochromatic Colors of #04E3FE
Black with #04E3FE
Text Example
Text Example
White with #04E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E3FE; }
p { color: rgb(4,227,254); }
H1.HeaderClassName
{
color: #04E3FE;
}
.AnyTagClassName
{
color: #04E3FE;
}
</style>
background-color css
<style>
a { background-color: #04E3FE; }
a { background-color: rgb(4,227,254); }
div.DivClassName
{
background-color: #04E3FE;
}
.BgClassName
{
background-color: #04E3FE;
}
</style>
border-color css
<style>
span { border-color: #04E3FE; }
span { border-color: rgb(4,227,254); }
td.TdClassName
{
border-color: #04E3FE;
}
.TagClassName
{
border-color: #04E3FE;
}
</style>