#80FEFD

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

Shades of Electric Blue #80FEFD

Tints of Electric Blue #80FEFD

Color information

#80FEFD (or 0x80FEFD) is unknown color: approx Electric Blue. HEX triplet: 80, FE and FD. RGB value is (128,254,253). Sum of RGB (Red+Green+Blue) = 128+254+253=635 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.16% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #80FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FEFD is #7F0102. Grayscale: #D8D8D8. Windows color (decimal): -8323331 or 16645760. OLE color: 16645760.

HSL color Cylindrical-coordinate representation of color #80FEFD: hue angle of 179.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FEFD is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB128254253-
CMYK0.5000.000.00
HSL179.52º98.44%74.9%-
HSV(B)179.52º49.61%99.61%-
XYZ62.0782.56105.59-
YUV216.21148.7665.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.16%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=20.16%
G=40%
B=39.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282542530.5000.000.00179.5298.4474.9
Hex80FEFD32000b4624b
Octal20037637562000264142113
Binary1000000011111110111111011100100001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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