Shades of Aqua #02FDF8
Tints of Aqua #02FDF8
RGB
CMYK
RGB Variations
Color information
#02FDF8 (or 0x02FDF8) is known color: Aqua. HEX triplet: 02, FD and F8. RGB value is (2,253,248). Sum of RGB (Red+Green+Blue) = 2+253+248=503 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #02FDF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FDF8 is #FD0207. Grayscale: #B1B1B1. Windows color (decimal): -16581128 or 16317698. OLE color: 16317698.
HSL color Cylindrical-coordinate representation of color #02FDF8: hue angle of 178.8º 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 #02FDF8 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 253 | 248 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.01 |
| HSL | 178.8º | 0.98% | 0.5% | - |
| HSV(B) | 178.8º | 0.99% | 0.99% | - |
| XYZ | 52.09 | 77.04 | 100.93 | - |
| YUV | 177.38 | 167.84 | 2.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 253 | 248 | 0.99 | 0 | 0.02 | 0.01 | 178.8 | 0.98 | 0.5 |
| Hex | 2 | FD | F8 | 63 | 0 | 2 | 1 | B3 | 62 | 32 |
| Octal | 2 | 375 | 370 | 143 | 0 | 2 | 1 | 263 | 142 | 62 |
| Binary | 10 | 11111101 | 11111000 | 1100011 | 0 | 10 | 1 | 10110011 | 1100010 | 110010 |
Color Harmonies of #02FDF8
Complementary color
Monochromatic Colors of #02FDF8
Black with #02FDF8
Text Example
Text Example
White with #02FDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FDF8; }
p { color: rgb(2,253,248); }
H1.HeaderClassName
{
color: #02FDF8;
}
.AnyTagClassName
{
color: #02FDF8;
}
</style>
background-color css
<style>
a { background-color: #02FDF8; }
a { background-color: rgb(2,253,248); }
div.DivClassName
{
background-color: #02FDF8;
}
.BgClassName
{
background-color: #02FDF8;
}
</style>
border-color css
<style>
span { border-color: #02FDF8; }
span { border-color: rgb(2,253,248); }
td.TdClassName
{
border-color: #02FDF8;
}
.TagClassName
{
border-color: #02FDF8;
}
</style>