#02E5FA

Color #02E5FA Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #02E5FA

Tints of Aqua #02E5FA

Color information

#02E5FA (or 0x02E5FA) is unknown color: approx Aqua. HEX triplet: 02, E5 and FA. RGB value is (2,229,250). Sum of RGB (Red+Green+Blue) = 2+229+250=481 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #02E5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E5FA is #FD1A05. Grayscale: #A3A3A3. Windows color (decimal): -16587270 or 16442626. OLE color: 16442626.

HSL color Cylindrical-coordinate representation of color #02E5FA: hue angle of 185.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E5FA is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2229250-
CMYK0.990.0800.02
HSL185.08º98.41%49.41%-
HSV(B)185.08º99.2%98.04%-
XYZ45.362.95100.21-
YUV163.52176.7912.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.42%
GREEN value IS 229 (89.84% from 255) = 47.61%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=0.42%
G=47.61%
B=51.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22292500.990.0800.02185.0898.4149.41
Hex2E5FA63802b96231
Octal2345372143100227114261
Binary10111001011111101011000111000010101110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E5FA; }

 p { color: rgb(2,229,250); }

 H1.HeaderClassName
 {
   color: #02E5FA;
 }
 .AnyTagClassName
 {
   color: #02E5FA;
 }
</style>
background-color css

<style>
 a { background-color: #02E5FA; }

 a { background-color: rgb(2,229,250); }

 div.DivClassName
 {
   background-color: #02E5FA;
 }
 .BgClassName
 {
   background-color: #02E5FA;
 }
</style>
border-color css

<style>
 span { border-color: #02E5FA; }

 span { border-color: rgb(2,229,250); }

 td.TdClassName
 {
   border-color: #02E5FA;
 }
 .TagClassName
 {
   border-color: #02E5FA;
 }
</style>