#80FDFE

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

Shades of Electric Blue #80FDFE

Tints of Electric Blue #80FDFE

Color information

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

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

Color convert

RGB128253254-
CMYK0.500.0000.00
HSL180.48º98.44%74.9%-
HSV(B)180.48º49.61%99.61%-
XYZ61.9282106.33-
YUV215.74149.5965.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282532540.500.0000.00180.4898.4474.9
Hex80FDFE32000b4624b
Octal20037537662000264142113
Binary1000000011111101111111101100100001011010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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