#80EBEC

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

Shades of Electric Blue #80EBEC

Tints of Electric Blue #80EBEC

Color information

#80EBEC (or 0x80EBEC) is unknown color: approx Electric Blue. HEX triplet: 80, EB and EC. RGB value is (128,235,236). Sum of RGB (Red+Green+Blue) = 128+235+236=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #80EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBEC is #7F1413. Grayscale: #CBCBCB. Windows color (decimal): -8328212 or 15526784. OLE color: 15526784.

HSL color Cylindrical-coordinate representation of color #80EBEC: hue angle of 180.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBEC is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128235236-
CMYK0.460.0000.07
HSL180.56º73.97%71.37%-
HSV(B)180.56º45.76%92.55%-
XYZ53.7570.0690.05-
YUV203.12146.5574.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.37%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=21.37%
G=39.23%
B=39.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282352360.460.0000.07180.5673.9771.37
Hex80EBEC2E007b54a47
Octal20035335456007265112107
Binary100000001110101111101100101110001111011010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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