#7EF0FE

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

Shades of Electric Blue #7EF0FE

Tints of Electric Blue #7EF0FE

Color information

#7EF0FE (or 0x7EF0FE) is unknown color: approx Electric Blue. HEX triplet: 7E, F0 and FE. RGB value is (126,240,254). Sum of RGB (Red+Green+Blue) = 126+240+254=620 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.32% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EF0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF0FE is #810F01. Grayscale: #CFCFCF. Windows color (decimal): -8457986 or 16707710. OLE color: 16707710.

HSL color Cylindrical-coordinate representation of color #7EF0FE: hue angle of 186.56º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EF0FE is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB126240254-
CMYK0.500.0600.00
HSL186.56º98.46%74.51%-
HSV(B)186.56º50.39%99.61%-
XYZ57.6573.91104.99-
YUV207.51154.2369.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.32%
GREEN value IS 240 (94.14% from 255) = 38.71%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=20.32%
G=38.71%
B=40.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262402540.500.0600.00186.5698.4674.51
Hex7EF0FE32600bb624b
Octal17636037662600273142113
Binary11111101111000011111110110010110001011101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,240,254); }

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

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

 a { background-color: rgb(126,240,254); }

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

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

 span { border-color: rgb(126,240,254); }

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