Shades of Aqua #04ECFF
Tints of Aqua #04ECFF
RGB
CMYK
RGB Variations
Color information
#04ECFF (or 0x04ECFF) is known color: Aqua. HEX triplet: 04, EC and FF. RGB value is (4,236,255). Sum of RGB (Red+Green+Blue) = 4+236+255=495 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #04ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECFF is #FB1300. Grayscale: #A8A8A8. Windows color (decimal): -16454401 or 16772100. OLE color: 16772100.
HSL color Cylindrical-coordinate representation of color #04ECFF: hue angle of 184.54º 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 #04ECFF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 236 | 255 | - |
| CMYK | 0.98 | 0.07 | 0 | 0 |
| HSL | 184.54º | 1% | 0.51% | - |
| HSV(B) | 184.54º | 0.98% | 1% | - |
| XYZ | 48.1 | 67.24 | 105.05 | - |
| YUV | 168.8 | 176.64 | 10.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 255 | 0.98 | 0.07 | 0 | 0 | 184.54 | 1 | 0.51 |
| Hex | 4 | EC | FF | 62 | 7 | 0 | 0 | B9 | 64 | 33 |
| Octal | 4 | 354 | 377 | 142 | 7 | 0 | 0 | 271 | 144 | 63 |
| Binary | 100 | 11101100 | 11111111 | 1100010 | 111 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #04ECFF
Complementary color
Monochromatic Colors of #04ECFF
Black with #04ECFF
Text Example
Text Example
White with #04ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ECFF; }
p { color: rgb(4,236,255); }
H1.HeaderClassName
{
color: #04ECFF;
}
.AnyTagClassName
{
color: #04ECFF;
}
</style>
background-color css
<style>
a { background-color: #04ECFF; }
a { background-color: rgb(4,236,255); }
div.DivClassName
{
background-color: #04ECFF;
}
.BgClassName
{
background-color: #04ECFF;
}
</style>
border-color css
<style>
span { border-color: #04ECFF; }
span { border-color: rgb(4,236,255); }
td.TdClassName
{
border-color: #04ECFF;
}
.TagClassName
{
border-color: #04ECFF;
}
</style>