Shades of Aqua #04EAFF
Tints of Aqua #04EAFF
RGB
CMYK
RGB Variations
Color information
#04EAFF (or 0x04EAFF) is known color: Aqua. HEX triplet: 04, EA and FF. RGB value is (4,234,255). Sum of RGB (Red+Green+Blue) = 4+234+255=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #04EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EAFF is #FB1500. Grayscale: #A7A7A7. Windows color (decimal): -16454913 or 16771588. OLE color: 16771588.
HSL color Cylindrical-coordinate representation of color #04EAFF: hue angle of 185.02º 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 #04EAFF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 234 | 255 | - |
| CMYK | 0.98 | 0.08 | 0 | 0 |
| HSL | 185.02º | 1% | 0.51% | - |
| HSV(B) | 185.02º | 0.98% | 1% | - |
| XYZ | 47.52 | 66.09 | 104.86 | - |
| YUV | 167.62 | 177.3 | 11.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 234 | 255 | 0.98 | 0.08 | 0 | 0 | 185.02 | 1 | 0.51 |
| Hex | 4 | EA | FF | 62 | 8 | 0 | 0 | B9 | 64 | 33 |
| Octal | 4 | 352 | 377 | 142 | 10 | 0 | 0 | 271 | 144 | 63 |
| Binary | 100 | 11101010 | 11111111 | 1100010 | 1000 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #04EAFF
Complementary color
Monochromatic Colors of #04EAFF
Black with #04EAFF
Text Example
Text Example
White with #04EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EAFF; }
p { color: rgb(4,234,255); }
H1.HeaderClassName
{
color: #04EAFF;
}
.AnyTagClassName
{
color: #04EAFF;
}
</style>
background-color css
<style>
a { background-color: #04EAFF; }
a { background-color: rgb(4,234,255); }
div.DivClassName
{
background-color: #04EAFF;
}
.BgClassName
{
background-color: #04EAFF;
}
</style>
border-color css
<style>
span { border-color: #04EAFF; }
span { border-color: rgb(4,234,255); }
td.TdClassName
{
border-color: #04EAFF;
}
.TagClassName
{
border-color: #04EAFF;
}
</style>