Shades of Aqua #04DFFE
Tints of Aqua #04DFFE
RGB
CMYK
RGB Variations
Color information
#04DFFE (or 0x04DFFE) is known color: Aqua. HEX triplet: 04, DF and FE. RGB value is (4,223,254). Sum of RGB (Red+Green+Blue) = 4+223+254=481 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #04DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFFE is #FB2001. Grayscale: #A0A0A0. Windows color (decimal): -16457730 or 16703236. OLE color: 16703236.
HSL color Cylindrical-coordinate representation of color #04DFFE: hue angle of 187.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFFE is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 223 | 254 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.00 |
| HSL | 187.44º | 0.99% | 0.51% | - |
| HSV(B) | 187.44º | 0.98% | 1% | - |
| XYZ | 44.33 | 59.96 | 103 | - |
| YUV | 161.05 | 180.45 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 254 | 0.98 | 0.12 | 0 | 0.00 | 187.44 | 0.99 | 0.51 |
| Hex | 4 | DF | FE | 62 | C | 0 | 0 | BB | 63 | 33 |
| Octal | 4 | 337 | 376 | 142 | 14 | 0 | 0 | 273 | 143 | 63 |
| Binary | 100 | 11011111 | 11111110 | 1100010 | 1100 | 0 | 0 | 10111011 | 1100011 | 110011 |
Color Harmonies of #04DFFE
Complementary color
Monochromatic Colors of #04DFFE
Black with #04DFFE
Text Example
Text Example
White with #04DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFFE; }
p { color: rgb(4,223,254); }
H1.HeaderClassName
{
color: #04DFFE;
}
.AnyTagClassName
{
color: #04DFFE;
}
</style>
background-color css
<style>
a { background-color: #04DFFE; }
a { background-color: rgb(4,223,254); }
div.DivClassName
{
background-color: #04DFFE;
}
.BgClassName
{
background-color: #04DFFE;
}
</style>
border-color css
<style>
span { border-color: #04DFFE; }
span { border-color: rgb(4,223,254); }
td.TdClassName
{
border-color: #04DFFE;
}
.TagClassName
{
border-color: #04DFFE;
}
</style>