Shades of Aqua #04FEF8
Tints of Aqua #04FEF8
RGB
CMYK
RGB Variations
Color information
#04FEF8 (or 0x04FEF8) is known color: Aqua. HEX triplet: 04, FE and F8. RGB value is (4,254,248). Sum of RGB (Red+Green+Blue) = 4+254+248=506 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEF8 is #FB0107. Grayscale: #B2B2B2. Windows color (decimal): -16449800 or 16317956. OLE color: 16317956.
HSL color Cylindrical-coordinate representation of color #04FEF8: hue angle of 178.56º 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 #04FEF8 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 248 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.00 |
| HSL | 178.56º | 0.99% | 0.51% | - |
| HSV(B) | 178.56º | 0.98% | 1% | - |
| XYZ | 52.44 | 77.69 | 101.04 | - |
| YUV | 178.57 | 167.18 | 3.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 248 | 0.98 | 0 | 0.02 | 0.00 | 178.56 | 0.99 | 0.51 |
| Hex | 4 | FE | F8 | 62 | 0 | 2 | 0 | B3 | 63 | 33 |
| Octal | 4 | 376 | 370 | 142 | 0 | 2 | 0 | 263 | 143 | 63 |
| Binary | 100 | 11111110 | 11111000 | 1100010 | 0 | 10 | 0 | 10110011 | 1100011 | 110011 |
Color Harmonies of #04FEF8
Complementary color
Monochromatic Colors of #04FEF8
Black with #04FEF8
Text Example
Text Example
White with #04FEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEF8; }
p { color: rgb(4,254,248); }
H1.HeaderClassName
{
color: #04FEF8;
}
.AnyTagClassName
{
color: #04FEF8;
}
</style>
background-color css
<style>
a { background-color: #04FEF8; }
a { background-color: rgb(4,254,248); }
div.DivClassName
{
background-color: #04FEF8;
}
.BgClassName
{
background-color: #04FEF8;
}
</style>
border-color css
<style>
span { border-color: #04FEF8; }
span { border-color: rgb(4,254,248); }
td.TdClassName
{
border-color: #04FEF8;
}
.TagClassName
{
border-color: #04FEF8;
}
</style>