#80FFED

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

Shades of Electric Blue #80FFED

Tints of Electric Blue #80FFED

Color information

#80FFED (or 0x80FFED) is unknown color: approx Electric Blue. HEX triplet: 80, FF and ED. RGB value is (128,255,237). Sum of RGB (Red+Green+Blue) = 128+255+237=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFED is #7F0012. Grayscale: #D6D6D6. Windows color (decimal): -8323091 or 15597440. OLE color: 15597440.

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

Color convert

RGB128255237-
CMYK0.5000.070
HSL171.5º100%75.1%-
HSV(B)171.5º49.8%100%-
XYZ59.9582.2292.83-
YUV214.98140.4265.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.65%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=20.65%
G=41.13%
B=38.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552370.5000.070171.510075.1
Hex80FFED32070ab644b
Octal20037735562070253144113
Binary100000001111111111101101110010011101010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80FFED; }

 p { color: rgb(128,255,237); }

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

<style>
 a { background-color: #80FFED; }

 a { background-color: rgb(128,255,237); }

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

<style>
 span { border-color: #80FFED; }

 span { border-color: rgb(128,255,237); }

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