Html Css Color HEX #02E3F9 Aqua

📋 copy color: '#02E3F9'

red 2 ◦ green 227 ◦ blue 249

#02E3F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #02E3F9

Tints of Aqua #02E3F9

RGB

 RED value IS 2 (1.17% from 255) = 0.42%

 GREEN value IS 227 (89.06% from 255) = 47.49%

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 0.42%
G = 47.49%
B = 52.09%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#02E3F9 (or 0x02E3F9) is known color: Aqua. HEX triplet: 02, E3 and F9. RGB value is (2,227,249). Sum of RGB (Red+Green+Blue) = 2+227+249=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #02E3F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02E3F9 is #FD1C06. Grayscale: #A1A1A1. Windows color (decimal): -16587783 or 16376578. OLE color: 16376578.

HSL color Cylindrical-coordinate representation of color #02E3F9: hue angle of 185.34º 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 #02E3F9 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 227 249 -
CMYK 0.99 0.09 0 0.02
HSL 185.34º 0.98% 0.49% -
HSV(B) 185.34º 0.99% 0.98% -
XYZ 44.59 61.79 99.2 -
YUV 162.23 176.96 13.71 -
System Red Green Blue C M Y K H S L
Decimal 2 227 249 0.99 0.09 0 0.02 185.34 0.98 0.49
Hex 2 E3 F9 63 9 0 2 B9 62 31
Octal 2 343 371 143 11 0 2 271 142 61
Binary 10 11100011 11111001 1100011 1001 0 10 10111001 1100010 110001

Color Harmonies of #02E3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E3F9

Black with #02E3F9

Text Example


Text Example

White with #02E3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,249); }

 H1.HeaderClassName
 {
   color: #02E3F9;
 }
 .AnyTagClassName
 {
   color: #02E3F9;
 }
</style>

background-color css

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

 a { background-color: rgb(2,227,249); }

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

border-color css

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

 span { border-color: rgb(2,227,249); }

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