Shades of Aqua #04E1FF
Tints of Aqua #04E1FF
RGB
CMYK
RGB Variations
Color information
#04E1FF (or 0x04E1FF) is known color: Aqua. HEX triplet: 04, E1 and FF. RGB value is (4,225,255). Sum of RGB (Red+Green+Blue) = 4+225+255=484 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #04E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E1FF is #FB1E00. Grayscale: #A2A2A2. Windows color (decimal): -16457217 or 16769284. OLE color: 16769284.
HSL color Cylindrical-coordinate representation of color #04E1FF: hue angle of 187.17º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E1FF is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 225 | 255 | - |
| CMYK | 0.98 | 0.12 | 0 | 0 |
| HSL | 187.17º | 1% | 0.51% | - |
| HSV(B) | 187.17º | 0.98% | 1% | - |
| XYZ | 45.03 | 61.1 | 104.03 | - |
| YUV | 162.34 | 180.28 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 255 | 0.98 | 0.12 | 0 | 0 | 187.17 | 1 | 0.51 |
| Hex | 4 | E1 | FF | 62 | C | 0 | 0 | BB | 64 | 33 |
| Octal | 4 | 341 | 377 | 142 | 14 | 0 | 0 | 273 | 144 | 63 |
| Binary | 100 | 11100001 | 11111111 | 1100010 | 1100 | 0 | 0 | 10111011 | 1100100 | 110011 |
Color Harmonies of #04E1FF
Complementary color
Monochromatic Colors of #04E1FF
Black with #04E1FF
Text Example
Text Example
White with #04E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E1FF; }
p { color: rgb(4,225,255); }
H1.HeaderClassName
{
color: #04E1FF;
}
.AnyTagClassName
{
color: #04E1FF;
}
</style>
background-color css
<style>
a { background-color: #04E1FF; }
a { background-color: rgb(4,225,255); }
div.DivClassName
{
background-color: #04E1FF;
}
.BgClassName
{
background-color: #04E1FF;
}
</style>
border-color css
<style>
span { border-color: #04E1FF; }
span { border-color: rgb(4,225,255); }
td.TdClassName
{
border-color: #04E1FF;
}
.TagClassName
{
border-color: #04E1FF;
}
</style>