Shades of Aqua #04FFF7
Tints of Aqua #04FFF7
RGB
CMYK
RGB Variations
Color information
#04FFF7 (or 0x04FFF7) is known color: Aqua. HEX triplet: 04, FF and F7. RGB value is (4,255,247). Sum of RGB (Red+Green+Blue) = 4+255+247=506 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FFF7 is #FB0008. Grayscale: #B2B2B2. Windows color (decimal): -16449545 or 16252676. OLE color: 16252676.
HSL color Cylindrical-coordinate representation of color #04FFF7: hue angle of 178.09º 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 #04FFF7 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 247 | - |
| CMYK | 0.98 | 0 | 0.03 | 0 |
| HSL | 178.09º | 1% | 0.51% | - |
| HSV(B) | 178.09º | 0.98% | 1% | - |
| XYZ | 52.6 | 78.26 | 100.33 | - |
| YUV | 179.04 | 166.34 | 3.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 247 | 0.98 | 0 | 0.03 | 0 | 178.09 | 1 | 0.51 |
| Hex | 4 | FF | F7 | 62 | 0 | 3 | 0 | B2 | 64 | 33 |
| Octal | 4 | 377 | 367 | 142 | 0 | 3 | 0 | 262 | 144 | 63 |
| Binary | 100 | 11111111 | 11110111 | 1100010 | 0 | 11 | 0 | 10110010 | 1100100 | 110011 |
Color Harmonies of #04FFF7
Complementary color
Monochromatic Colors of #04FFF7
Black with #04FFF7
Text Example
Text Example
White with #04FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFF7; }
p { color: rgb(4,255,247); }
H1.HeaderClassName
{
color: #04FFF7;
}
.AnyTagClassName
{
color: #04FFF7;
}
</style>
background-color css
<style>
a { background-color: #04FFF7; }
a { background-color: rgb(4,255,247); }
div.DivClassName
{
background-color: #04FFF7;
}
.BgClassName
{
background-color: #04FFF7;
}
</style>
border-color css
<style>
span { border-color: #04FFF7; }
span { border-color: rgb(4,255,247); }
td.TdClassName
{
border-color: #04FFF7;
}
.TagClassName
{
border-color: #04FFF7;
}
</style>