#7EF9ED

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

Shades of Electric Blue #7EF9ED

Tints of Electric Blue #7EF9ED

Color information

#7EF9ED (or 0x7EF9ED) is unknown color: approx Electric Blue. HEX triplet: 7E, F9 and ED. RGB value is (126,249,237). Sum of RGB (Red+Green+Blue) = 126+249+237=612 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.59% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF9ED is #810612. Grayscale: #D2D2D2. Windows color (decimal): -8455699 or 15595902. OLE color: 15595902.

HSL color Cylindrical-coordinate representation of color #7EF9ED: hue angle of 174.15º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9ED is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB126249237-
CMYK0.4900.050.02
HSL174.15º91.11%73.53%-
HSV(B)174.15º49.4%97.65%-
XYZ57.7778.392.19-
YUV210.86142.7567.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.59%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=20.59%
G=40.69%
B=38.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262492370.4900.050.02174.1591.1173.53
Hex7EF9ED31052ae5b4a
Octal17637135561052256133112
Binary111111011111001111011011100010101101010111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,249,237); }

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

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

 a { background-color: rgb(126,249,237); }

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

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

 span { border-color: rgb(126,249,237); }

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