Shades of Aqua #04ECF6
Tints of Aqua #04ECF6
RGB
CMYK
RGB Variations
Color information
#04ECF6 (or 0x04ECF6) is known color: Aqua. HEX triplet: 04, EC and F6. RGB value is (4,236,246). Sum of RGB (Red+Green+Blue) = 4+236+246=486 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #04ECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECF6 is #FB1309. Grayscale: #A7A7A7. Windows color (decimal): -16454410 or 16182276. OLE color: 16182276.
HSL color Cylindrical-coordinate representation of color #04ECF6: hue angle of 182.48º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECF6 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 236 | 246 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.04 |
| HSL | 182.48º | 0.97% | 0.49% | - |
| HSV(B) | 182.48º | 0.98% | 0.96% | - |
| XYZ | 46.68 | 66.67 | 97.6 | - |
| YUV | 167.77 | 172.14 | 11.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 246 | 0.98 | 0.04 | 0 | 0.04 | 182.48 | 0.97 | 0.49 |
| Hex | 4 | EC | F6 | 62 | 4 | 0 | 4 | B6 | 61 | 31 |
| Octal | 4 | 354 | 366 | 142 | 4 | 0 | 4 | 266 | 141 | 61 |
| Binary | 100 | 11101100 | 11110110 | 1100010 | 100 | 0 | 100 | 10110110 | 1100001 | 110001 |
Color Harmonies of #04ECF6
Complementary color
Monochromatic Colors of #04ECF6
Black with #04ECF6
Text Example
Text Example
White with #04ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECF6; }
p { color: rgb(4,236,246); }
H1.HeaderClassName
{
color: #04ECF6;
}
.AnyTagClassName
{
color: #04ECF6;
}
</style>
background-color css
<style>
a { background-color: #04ECF6; }
a { background-color: rgb(4,236,246); }
div.DivClassName
{
background-color: #04ECF6;
}
.BgClassName
{
background-color: #04ECF6;
}
</style>
border-color css
<style>
span { border-color: #04ECF6; }
span { border-color: rgb(4,236,246); }
td.TdClassName
{
border-color: #04ECF6;
}
.TagClassName
{
border-color: #04ECF6;
}
</style>