#7EEDF7

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

Shades of Electric Blue #7EEDF7

Tints of Electric Blue #7EEDF7

Color information

#7EEDF7 (or 0x7EEDF7) is unknown color: approx Electric Blue. HEX triplet: 7E, ED and F7. RGB value is (126,237,247). Sum of RGB (Red+Green+Blue) = 126+237+247=610 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.66% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #7EEDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEDF7 is #811208. Grayscale: #CCCCCC. Windows color (decimal): -8458761 or 16248190. OLE color: 16248190.

HSL color Cylindrical-coordinate representation of color #7EEDF7: hue angle of 184.96º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EEDF7 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB126237247-
CMYK0.490.0400.03
HSL184.96º88.32%73.14%-
HSV(B)184.96º48.99%96.86%-
XYZ55.6871.7298.9-
YUV204.95151.7371.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.66%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=20.66%
G=38.85%
B=40.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1262372470.490.0400.03184.9688.3273.14
Hex7EEDF731403b95849
Octal17635536761403271130111
Binary111111011101101111101111100011000111011100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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