#7EE8FA

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

Shades of Electric Blue #7EE8FA

Tints of Electric Blue #7EE8FA

Color information

#7EE8FA (or 0x7EE8FA) is unknown color: approx 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

RGB126232250-
CMYK0.500.0700.02
HSL188.71º92.54%73.73%-
HSV(B)188.71º49.6%98.04%-
XYZ54.7269.05100.89-
YUV202.36154.8873.54-

RGB Variations

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

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 (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262322500.500.0700.02188.7192.5473.73
Hex7EE8FA32702bd5d4a
Octal17635037262702275135112
Binary111111011101000111110101100101110101011110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>