#7EE7FA

Color #7EE7FA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7EE7FA

Tints of Electric Blue #7EE7FA

Color information

#7EE7FA (or 0x7EE7FA) is unknown color: approx Electric Blue. HEX triplet: 7E, E7 and FA. RGB value is (126,231,250). Sum of RGB (Red+Green+Blue) = 126+231+250=607 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.76% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #7EE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE7FA is #811805. Grayscale: #C9C9C9. Windows color (decimal): -8460294 or 16443262. OLE color: 16443262.

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

Color convert

RGB126231250-
CMYK0.500.0800.02
HSL189.19º92.54%73.73%-
HSV(B)189.19º49.6%98.04%-
XYZ54.4468.49100.79-
YUV201.77155.2173.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.76%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=20.76%
G=38.06%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262312500.500.0800.02189.1992.5473.73
Hex7EE7FA32802bd5d4a
Octal176347372621002275135112
Binary1111110111001111111101011001010000101011110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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