#80EEF5

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

Shades of Electric Blue #80EEF5

Tints of Electric Blue #80EEF5

Color information

#80EEF5 (or 0x80EEF5) is unknown color: approx Electric Blue. HEX triplet: 80, EE and F5. RGB value is (128,238,245). Sum of RGB (Red+Green+Blue) = 128+238+245=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #80EEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEF5 is #7F110A. Grayscale: #CDCDCD. Windows color (decimal): -8327435 or 16117376. OLE color: 16117376.

HSL color Cylindrical-coordinate representation of color #80EEF5: hue angle of 183.59º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80EEF5 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128238245-
CMYK0.480.0300.04
HSL183.59º85.4%73.14%-
HSV(B)183.59º47.76%96.08%-
XYZ55.9672.3397.4-
YUV205.91150.0672.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.95%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=20.95%
G=38.95%
B=40.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282382450.480.0300.04183.5985.473.14
Hex80EEF530304b85549
Octal20035636560304270125111
Binary1000000011101110111101011100001101001011100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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