#80EEFD

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

Shades of Electric Blue #80EEFD

Tints of Electric Blue #80EEFD

Color information

#80EEFD (or 0x80EEFD) is unknown color: approx Electric Blue. HEX triplet: 80, EE and FD. RGB value is (128,238,253). Sum of RGB (Red+Green+Blue) = 128+238+253=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #80EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEFD is #7F1102. Grayscale: #CECECE. Windows color (decimal): -8327427 or 16641664. OLE color: 16641664.

HSL color Cylindrical-coordinate representation of color #80EEFD: hue angle of 187.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80EEFD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128238253-
CMYK0.490.0600.01
HSL187.2º96.9%74.71%-
HSV(B)187.2º49.41%99.22%-
XYZ57.2172.83103.97-
YUV206.82154.0671.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.68%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=20.68%
G=38.45%
B=40.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282382530.490.0600.01187.296.974.71
Hex80EEFD31601bb614b
Octal20035637561601273141113
Binary100000001110111011111101110001110011011101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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