Shades of Aqua #04ECF9
Tints of Aqua #04ECF9
RGB
CMYK
RGB Variations
Color information
#04ECF9 (or 0x04ECF9) is known color: Aqua. HEX triplet: 04, EC and F9. RGB value is (4,236,249). Sum of RGB (Red+Green+Blue) = 4+236+249=489 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #04ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECF9 is #FB1306. Grayscale: #A7A7A7. Windows color (decimal): -16454407 or 16378884. OLE color: 16378884.
HSL color Cylindrical-coordinate representation of color #04ECF9: hue angle of 183.18º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECF9 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 236 | 249 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.02 |
| HSL | 183.18º | 0.97% | 0.5% | - |
| HSV(B) | 183.18º | 0.98% | 0.98% | - |
| XYZ | 47.14 | 66.86 | 100.04 | - |
| YUV | 168.11 | 173.64 | 10.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 249 | 0.98 | 0.05 | 0 | 0.02 | 183.18 | 0.97 | 0.5 |
| Hex | 4 | EC | F9 | 62 | 5 | 0 | 2 | B7 | 61 | 32 |
| Octal | 4 | 354 | 371 | 142 | 5 | 0 | 2 | 267 | 141 | 62 |
| Binary | 100 | 11101100 | 11111001 | 1100010 | 101 | 0 | 10 | 10110111 | 1100001 | 110010 |
Color Harmonies of #04ECF9
Complementary color
Monochromatic Colors of #04ECF9
Black with #04ECF9
Text Example
Text Example
White with #04ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECF9; }
p { color: rgb(4,236,249); }
H1.HeaderClassName
{
color: #04ECF9;
}
.AnyTagClassName
{
color: #04ECF9;
}
</style>
background-color css
<style>
a { background-color: #04ECF9; }
a { background-color: rgb(4,236,249); }
div.DivClassName
{
background-color: #04ECF9;
}
.BgClassName
{
background-color: #04ECF9;
}
</style>
border-color css
<style>
span { border-color: #04ECF9; }
span { border-color: rgb(4,236,249); }
td.TdClassName
{
border-color: #04ECF9;
}
.TagClassName
{
border-color: #04ECF9;
}
</style>