#7EF9EA

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

Shades of Electric Blue #7EF9EA

Tints of Electric Blue #7EF9EA

Color information

#7EF9EA (or 0x7EF9EA) is unknown color: approx Electric Blue. HEX triplet: 7E, F9 and EA. RGB value is (126,249,234). Sum of RGB (Red+Green+Blue) = 126+249+234=609 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.69% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF9EA is #810615. Grayscale: #D2D2D2. Windows color (decimal): -8455702 or 15399294. OLE color: 15399294.

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

Color convert

RGB126249234-
CMYK0.4900.060.02
HSL172.68º91.11%73.53%-
HSV(B)172.68º49.4%97.65%-
XYZ57.3378.1389.9-
YUV210.51141.2567.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.69%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=20.69%
G=40.89%
B=38.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262492340.4900.060.02172.6891.1173.53
Hex7EF9EA31062ad5b4a
Octal17637135261062255133112
Binary111111011111001111010101100010110101010110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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