Html Css Color HEX #7EE8FA Electric Blue

📋 copy color: '#7EE8FA'

red 126 ◦ green 232 ◦ blue 250

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

Shades of Electric Blue #7EE8FA

Tints of Electric Blue #7EE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.16%

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

R = 20.72%
G = 38.16%
B = 41.12%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7EE8FA (or 0x7EE8FA) is known color: Electric Blue. HEX triplet: 7E, E8 and FA. RGB value is (126,232,250). Sum of RGB (Red+Green+Blue) = 126+232+250=608 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.72% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EE8FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE8FA is #811705. Grayscale: #CACACA. Windows color (decimal): -8460038 or 16443518. OLE color: 16443518.

HSL color Cylindrical-coordinate representation of color #7EE8FA: hue angle of 188.71º 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 #7EE8FA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 232 250 -
CMYK 0.50 0.07 0 0.02
HSL 188.71º 0.93% 0.74% -
HSV(B) 188.71º 0.5% 0.98% -
XYZ 54.72 69.05 100.89 -
YUV 202.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 126 232 250 0.50 0.07 0 0.02 188.71 0.93 0.74
Hex 7E E8 FA 32 7 0 2 BD 5D 4A
Octal 176 350 372 62 7 0 2 275 135 112
Binary 1111110 11101000 11111010 110010 111 0 10 10111101 1011101 1001010

Color Harmonies of #7EE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EE8FA

Black with #7EE8FA

Text Example


Text Example

White with #7EE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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