#80E8EF

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

Shades of Electric Blue #80E8EF

Tints of Electric Blue #80E8EF

Color information

#80E8EF (or 0x80E8EF) is unknown color: approx Electric Blue. HEX triplet: 80, E8 and EF. RGB value is (128,232,239). Sum of RGB (Red+Green+Blue) = 128+232+239=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E8EF is #7F1710. Grayscale: #C9C9C9. Windows color (decimal): -8328977 or 15722624. OLE color: 15722624.

HSL color Cylindrical-coordinate representation of color #80E8EF: hue angle of 183.78º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80E8EF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128232239-
CMYK0.460.0300.06
HSL183.78º77.62%71.96%-
HSV(B)183.78º46.44%93.73%-
XYZ53.3468.5392.08-
YUV201.7149.0475.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.37%
GREEN value IS 232 (91.02% from 255) = 38.73%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=21.37%
G=38.73%
B=39.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282322390.460.0300.06183.7877.6271.96
Hex80E8EF2E306b84e48
Octal20035035756306270116110
Binary1000000011101000111011111011101101101011100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,232,239); }

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

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

 a { background-color: rgb(128,232,239); }

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

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

 span { border-color: rgb(128,232,239); }

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