Shades of Aqua #04ECFD
Tints of Aqua #04ECFD
RGB
CMYK
RGB Variations
Color information
#04ECFD (or 0x04ECFD) is known color: Aqua. HEX triplet: 04, EC and FD. RGB value is (4,236,253). Sum of RGB (Red+Green+Blue) = 4+236+253=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #04ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECFD is #FB1302. Grayscale: #A8A8A8. Windows color (decimal): -16454403 or 16641028. OLE color: 16641028.
HSL color Cylindrical-coordinate representation of color #04ECFD: hue angle of 184.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ECFD is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 236 | 253 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.01 |
| HSL | 184.1º | 0.98% | 0.5% | - |
| HSV(B) | 184.1º | 0.98% | 0.99% | - |
| XYZ | 47.78 | 67.11 | 103.36 | - |
| YUV | 168.57 | 175.64 | 10.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 253 | 0.98 | 0.07 | 0 | 0.01 | 184.1 | 0.98 | 0.5 |
| Hex | 4 | EC | FD | 62 | 7 | 0 | 1 | B8 | 62 | 32 |
| Octal | 4 | 354 | 375 | 142 | 7 | 0 | 1 | 270 | 142 | 62 |
| Binary | 100 | 11101100 | 11111101 | 1100010 | 111 | 0 | 1 | 10111000 | 1100010 | 110010 |
Color Harmonies of #04ECFD
Complementary color
Monochromatic Colors of #04ECFD
Black with #04ECFD
Text Example
Text Example
White with #04ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECFD; }
p { color: rgb(4,236,253); }
H1.HeaderClassName
{
color: #04ECFD;
}
.AnyTagClassName
{
color: #04ECFD;
}
</style>
background-color css
<style>
a { background-color: #04ECFD; }
a { background-color: rgb(4,236,253); }
div.DivClassName
{
background-color: #04ECFD;
}
.BgClassName
{
background-color: #04ECFD;
}
</style>
border-color css
<style>
span { border-color: #04ECFD; }
span { border-color: rgb(4,236,253); }
td.TdClassName
{
border-color: #04ECFD;
}
.TagClassName
{
border-color: #04ECFD;
}
</style>