#7EF1FE

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

Shades of Electric Blue #7EF1FE

Tints of Electric Blue #7EF1FE

Color information

#7EF1FE (or 0x7EF1FE) is unknown color: approx Electric Blue. HEX triplet: 7E, F1 and FE. RGB value is (126,241,254). Sum of RGB (Red+Green+Blue) = 126+241+254=621 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.29% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EF1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EF1FE is #810E01. Grayscale: #CFCFCF. Windows color (decimal): -8457730 or 16707966. OLE color: 16707966.

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

Color convert

RGB126241254-
CMYK0.500.0500.00
HSL186.09º98.46%74.51%-
HSV(B)186.09º50.39%99.61%-
XYZ57.9574.5105.09-
YUV208.1153.969.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.29%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=20.29%
G=38.81%
B=40.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262412540.500.0500.00186.0998.4674.51
Hex7EF1FE32500ba624b
Octal17636137662500272142113
Binary11111101111000111111110110010101001011101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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