#80EEEE

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

Shades of Electric Blue #80EEEE

Tints of Electric Blue #80EEEE

Color information

#80EEEE (or 0x80EEEE) is unknown color: approx Electric Blue. HEX triplet: 80, EE and EE. RGB value is (128,238,238). Sum of RGB (Red+Green+Blue) = 128+238+238=604 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.19% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #80EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEEE is #7F1111. Grayscale: #CDCDCD. Windows color (decimal): -8327442 or 15658624. OLE color: 15658624.

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

Color convert

RGB128238238-
CMYK0.46000.07
HSL180º76.39%71.76%-
HSV(B)180º46.22%93.33%-
XYZ54.9171.9191.88-
YUV205.11146.5673-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.19%
GREEN value IS 238 (93.36% from 255) = 39.40%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=21.19%
G=39.40%
B=39.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282382380.46000.0718076.3971.76
Hex80EEEE2E007b44c48
Octal20035635656007264114110
Binary100000001110111011101110101110001111011010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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