#80FFEB

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

Shades of Electric Blue #80FFEB

Tints of Electric Blue #80FFEB

Color information

#80FFEB (or 0x80FFEB) is unknown color: approx Electric Blue. HEX triplet: 80, FF and EB. RGB value is (128,255,235). Sum of RGB (Red+Green+Blue) = 128+255+235=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFEB is #7F0014. Grayscale: #D6D6D6. Windows color (decimal): -8323093 or 15466368. OLE color: 15466368.

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

Color convert

RGB128255235-
CMYK0.5000.080
HSL170.55º100%75.1%-
HSV(B)170.55º49.8%100%-
XYZ59.6682.1191.3-
YUV214.75139.4266.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.71%
GREEN value IS 255 (100% from 255) = 41.26%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=20.71%
G=41.26%
B=38.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552350.5000.080170.5510075.1
Hex80FFEB32080ab644b
Octal200377353620100253144113
Binary1000000011111111111010111100100100001010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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