Shades of Aqua #02FAFE
Tints of Aqua #02FAFE
RGB
CMYK
RGB Variations
Color information
#02FAFE (or 0x02FAFE) is known color: Aqua. HEX triplet: 02, FA and FE. RGB value is (2,250,254). Sum of RGB (Red+Green+Blue) = 2+250+254=506 (67% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #02FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FAFE is #FD0501. Grayscale: #B0B0B0. Windows color (decimal): -16581890 or 16710146. OLE color: 16710146.
HSL color Cylindrical-coordinate representation of color #02FAFE: hue angle of 180.95º 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 #02FAFE is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 250 | 254 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.00 |
| HSL | 180.95º | 0.99% | 0.5% | - |
| HSV(B) | 180.95º | 0.99% | 1% | - |
| XYZ | 52.1 | 75.54 | 105.6 | - |
| YUV | 176.3 | 171.84 | 3.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 250 | 254 | 0.99 | 0.02 | 0 | 0.00 | 180.95 | 0.99 | 0.5 |
| Hex | 2 | FA | FE | 63 | 2 | 0 | 0 | B5 | 63 | 32 |
| Octal | 2 | 372 | 376 | 143 | 2 | 0 | 0 | 265 | 143 | 62 |
| Binary | 10 | 11111010 | 11111110 | 1100011 | 10 | 0 | 0 | 10110101 | 1100011 | 110010 |
Color Harmonies of #02FAFE
Complementary color
Monochromatic Colors of #02FAFE
Black with #02FAFE
Text Example
Text Example
White with #02FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FAFE; }
p { color: rgb(2,250,254); }
H1.HeaderClassName
{
color: #02FAFE;
}
.AnyTagClassName
{
color: #02FAFE;
}
</style>
background-color css
<style>
a { background-color: #02FAFE; }
a { background-color: rgb(2,250,254); }
div.DivClassName
{
background-color: #02FAFE;
}
.BgClassName
{
background-color: #02FAFE;
}
</style>
border-color css
<style>
span { border-color: #02FAFE; }
span { border-color: rgb(2,250,254); }
td.TdClassName
{
border-color: #02FAFE;
}
.TagClassName
{
border-color: #02FAFE;
}
</style>