Shades of Aqua #04DFFD
Tints of Aqua #04DFFD
RGB
CMYK
RGB Variations
Color information
#04DFFD (or 0x04DFFD) is known color: Aqua. HEX triplet: 04, DF and FD. RGB value is (4,223,253). Sum of RGB (Red+Green+Blue) = 4+223+253=480 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #04DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFFD is #FB2002. Grayscale: #A0A0A0. Windows color (decimal): -16457731 or 16637700. OLE color: 16637700.
HSL color Cylindrical-coordinate representation of color #04DFFD: hue angle of 187.23º 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 #04DFFD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 223 | 253 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.23º | 0.98% | 0.5% | - |
| HSV(B) | 187.23º | 0.98% | 0.99% | - |
| XYZ | 44.17 | 59.89 | 102.16 | - |
| YUV | 160.94 | 179.95 | 16.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 253 | 0.98 | 0.12 | 0 | 0.01 | 187.23 | 0.98 | 0.5 |
| Hex | 4 | DF | FD | 62 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 4 | 337 | 375 | 142 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 100 | 11011111 | 11111101 | 1100010 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #04DFFD
Complementary color
Monochromatic Colors of #04DFFD
Black with #04DFFD
Text Example
Text Example
White with #04DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFFD; }
p { color: rgb(4,223,253); }
H1.HeaderClassName
{
color: #04DFFD;
}
.AnyTagClassName
{
color: #04DFFD;
}
</style>
background-color css
<style>
a { background-color: #04DFFD; }
a { background-color: rgb(4,223,253); }
div.DivClassName
{
background-color: #04DFFD;
}
.BgClassName
{
background-color: #04DFFD;
}
</style>
border-color css
<style>
span { border-color: #04DFFD; }
span { border-color: rgb(4,223,253); }
td.TdClassName
{
border-color: #04DFFD;
}
.TagClassName
{
border-color: #04DFFD;
}
</style>