Html Css Color HEX #7EF2FA Electric Blue

📋 copy color: '#7EF2FA'

red 126 ◦ green 242 ◦ blue 250

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

Shades of Electric Blue #7EF2FA

Tints of Electric Blue #7EF2FA

RGB

 RED value IS 126 (49.61% from 255) = 20.39%

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 20.39%
G = 39.16%
B = 40.45%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7EF2FA (or 0x7EF2FA) is known color: Electric Blue. HEX triplet: 7E, F2 and FA. RGB value is (126,242,250). Sum of RGB (Red+Green+Blue) = 126+242+250=618 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.39% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF2FA is #810D05. Grayscale: #D0D0D0. Windows color (decimal): -8457478 or 16446078. OLE color: 16446078.

HSL color Cylindrical-coordinate representation of color #7EF2FA: hue angle of 183.87º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EF2FA is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 242 250 -
CMYK 0.50 0.03 0 0.02
HSL 183.87º 0.93% 0.74% -
HSV(B) 183.87º 0.5% 0.98% -
XYZ 57.61 74.84 101.85 -
YUV 208.23 151.57 69.35 -
System Red Green Blue C M Y K H S L
Decimal 126 242 250 0.50 0.03 0 0.02 183.87 0.93 0.74
Hex 7E F2 FA 32 3 0 2 B8 5D 4A
Octal 176 362 372 62 3 0 2 270 135 112
Binary 1111110 11110010 11111010 110010 11 0 10 10111000 1011101 1001010

Color Harmonies of #7EF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EF2FA

Black with #7EF2FA

Text Example


Text Example

White with #7EF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EF2FA; }

 p { color: rgb(126,242,250); }

 H1.HeaderClassName
 {
   color: #7EF2FA;
 }
 .AnyTagClassName
 {
   color: #7EF2FA;
 }
</style>

background-color css

<style>
 a { background-color: #7EF2FA; }

 a { background-color: rgb(126,242,250); }

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

border-color css

<style>
 span { border-color: #7EF2FA; }

 span { border-color: rgb(126,242,250); }

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