Shades of Aqua #02DFFE
Tints of Aqua #02DFFE
RGB
CMYK
RGB Variations
Color information
#02DFFE (or 0x02DFFE) is known color: Aqua. HEX triplet: 02, DF and FE. RGB value is (2,223,254). Sum of RGB (Red+Green+Blue) = 2+223+254=479 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #02DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02DFFE is #FD2001. Grayscale: #A0A0A0. Windows color (decimal): -16588802 or 16703234. OLE color: 16703234.
HSL color Cylindrical-coordinate representation of color #02DFFE: hue angle of 187.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DFFE is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 223 | 254 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.00 |
| HSL | 187.38º | 0.99% | 0.5% | - |
| HSV(B) | 187.38º | 0.99% | 1% | - |
| XYZ | 44.3 | 59.94 | 103 | - |
| YUV | 160.46 | 180.78 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 254 | 0.99 | 0.12 | 0 | 0.00 | 187.38 | 0.99 | 0.5 |
| Hex | 2 | DF | FE | 63 | C | 0 | 0 | BB | 63 | 32 |
| Octal | 2 | 337 | 376 | 143 | 14 | 0 | 0 | 273 | 143 | 62 |
| Binary | 10 | 11011111 | 11111110 | 1100011 | 1100 | 0 | 0 | 10111011 | 1100011 | 110010 |
Color Harmonies of #02DFFE
Complementary color
Monochromatic Colors of #02DFFE
Black with #02DFFE
Text Example
Text Example
White with #02DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DFFE; }
p { color: rgb(2,223,254); }
H1.HeaderClassName
{
color: #02DFFE;
}
.AnyTagClassName
{
color: #02DFFE;
}
</style>
background-color css
<style>
a { background-color: #02DFFE; }
a { background-color: rgb(2,223,254); }
div.DivClassName
{
background-color: #02DFFE;
}
.BgClassName
{
background-color: #02DFFE;
}
</style>
border-color css
<style>
span { border-color: #02DFFE; }
span { border-color: rgb(2,223,254); }
td.TdClassName
{
border-color: #02DFFE;
}
.TagClassName
{
border-color: #02DFFE;
}
</style>