#80EEEA

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

Shades of Electric Blue #80EEEA

Tints of Electric Blue #80EEEA

Color information

#80EEEA (or 0x80EEEA) is unknown color: approx Electric Blue. HEX triplet: 80, EE and EA. RGB value is (128,238,234). Sum of RGB (Red+Green+Blue) = 128+238+234=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEEA is #7F1115. Grayscale: #CCCCCC. Windows color (decimal): -8327446 or 15396480. OLE color: 15396480.

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

Color convert

RGB128238234-
CMYK0.4600.020.07
HSL177.82º76.39%71.76%-
HSV(B)177.82º46.22%93.33%-
XYZ54.3371.6888.81-
YUV204.65144.5673.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.33%
GREEN value IS 238 (93.36% from 255) = 39.67%
BLUE value IS 234 (91.80% from 255) = 39%
R=21.33%
G=39.67%
B=39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282382340.4600.020.07177.8276.3971.76
Hex80EEEA2E027b24c48
Octal20035635256027262114110
Binary1000000011101110111010101011100101111011001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,234); }

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

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

 a { background-color: rgb(128,238,234); }

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

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

 span { border-color: rgb(128,238,234); }

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