Html Css Color HEX #02EFF3 Aqua

📋 copy color: '#02EFF3'

red 2 ◦ green 239 ◦ blue 243

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

Shades of Aqua #02EFF3

Tints of Aqua #02EFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.38%

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 0.41%
G = 49.38%
B = 50.21%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02EFF3 (or 0x02EFF3) is known color: Aqua. HEX triplet: 02, EF and F3. RGB value is (2,239,243). Sum of RGB (Red+Green+Blue) = 2+239+243=484 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #02EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EFF3 is #FD100C. Grayscale: #A8A8A8. Windows color (decimal): -16584717 or 15986434. OLE color: 15986434.

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

Color convert

RGB 2 239 243 -
CMYK 0.99 0.02 0 0.05
HSL 181º 0.98% 0.48% -
HSV(B) 181º 0.99% 0.95% -
XYZ 47.07 68.22 95.48 -
YUV 168.59 169.98 9.17 -
System Red Green Blue C M Y K H S L
Decimal 2 239 243 0.99 0.02 0 0.05 181 0.98 0.48
Hex 2 EF F3 63 2 0 5 B5 62 30
Octal 2 357 363 143 2 0 5 265 142 60
Binary 10 11101111 11110011 1100011 10 0 101 10110101 1100010 110000

Color Harmonies of #02EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EFF3

Black with #02EFF3

Text Example


Text Example

White with #02EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,239,243); }

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

background-color css

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

 a { background-color: rgb(2,239,243); }

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

border-color css

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

 span { border-color: rgb(2,239,243); }

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