#7EEDFE

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

Shades of Electric Blue #7EEDFE

Tints of Electric Blue #7EEDFE

Color information

#7EEDFE (or 0x7EEDFE) is unknown color: approx Electric Blue. HEX triplet: 7E, ED and FE. RGB value is (126,237,254). Sum of RGB (Red+Green+Blue) = 126+237+254=617 (81% of max value = 765). Red value is 126 (49.61% from 255 or 20.42% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #7EEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EEDFE is #811201. Grayscale: #CDCDCD. Windows color (decimal): -8458754 or 16706942. OLE color: 16706942.

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

Color convert

RGB126237254-
CMYK0.500.0700.00
HSL187.97º98.46%74.51%-
HSV(B)187.97º50.39%99.61%-
XYZ56.7872.16104.7-
YUV205.75155.2371.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 20.42%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=20.42%
G=38.41%
B=41.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1262372540.500.0700.00187.9798.4674.51
Hex7EEDFE32700bc624b
Octal17635537662700274142113
Binary11111101110110111111110110010111001011110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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