Shades of Aqua #02DFFD
Tints of Aqua #02DFFD
RGB
CMYK
RGB Variations
Color information
#02DFFD (or 0x02DFFD) is known color: Aqua. HEX triplet: 02, DF and FD. RGB value is (2,223,253). Sum of RGB (Red+Green+Blue) = 2+223+253=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #02DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DFFD is #FD2002. Grayscale: #A0A0A0. Windows color (decimal): -16588803 or 16637698. OLE color: 16637698.
HSL color Cylindrical-coordinate representation of color #02DFFD: hue angle of 187.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DFFD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 223 | 253 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 187.17º | 0.98% | 0.5% | - |
| HSV(B) | 187.17º | 0.99% | 0.99% | - |
| XYZ | 44.14 | 59.88 | 102.16 | - |
| YUV | 160.34 | 180.28 | 15.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 253 | 0.99 | 0.12 | 0 | 0.01 | 187.17 | 0.98 | 0.5 |
| Hex | 2 | DF | FD | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 2 | 337 | 375 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 10 | 11011111 | 11111101 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #02DFFD
Complementary color
Monochromatic Colors of #02DFFD
Black with #02DFFD
Text Example
Text Example
White with #02DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DFFD; }
p { color: rgb(2,223,253); }
H1.HeaderClassName
{
color: #02DFFD;
}
.AnyTagClassName
{
color: #02DFFD;
}
</style>
background-color css
<style>
a { background-color: #02DFFD; }
a { background-color: rgb(2,223,253); }
div.DivClassName
{
background-color: #02DFFD;
}
.BgClassName
{
background-color: #02DFFD;
}
</style>
border-color css
<style>
span { border-color: #02DFFD; }
span { border-color: rgb(2,223,253); }
td.TdClassName
{
border-color: #02DFFD;
}
.TagClassName
{
border-color: #02DFFD;
}
</style>