#7EFBF4

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

Shades of Electric Blue #7EFBF4

Tints of Electric Blue #7EFBF4

Color information

#7EFBF4 (or 0x7EFBF4) is unknown color: approx Electric Blue. HEX triplet: 7E, FB and F4. RGB value is (126,251,244). Sum of RGB (Red+Green+Blue) = 126+251+244=621 (82% of max value = 765). Red value is 126 (49.61% from 255 or 20.29% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFBF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EFBF4 is #81040B. Grayscale: #D4D4D4. Windows color (decimal): -8455180 or 16055166. OLE color: 16055166.

HSL color Cylindrical-coordinate representation of color #7EFBF4: hue angle of 176.64º degrees, saturation: 0.94, 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 #7EFBF4 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB126251244-
CMYK0.5000.030.02
HSL176.64º93.98%73.92%-
HSV(B)176.64º49.8%98.43%-
XYZ59.4379.9697.89-
YUV212.83145.5966.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.29%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=20.29%
G=40.42%
B=39.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262512440.5000.030.02176.6493.9873.92
Hex7EFBF432032b15e4a
Octal17637336462032261136112
Binary11111101111101111110100110010011101011000110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,251,244); }

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

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

 a { background-color: rgb(126,251,244); }

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

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

 span { border-color: rgb(126,251,244); }

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