#80FFFE

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

Shades of Electric Blue #80FFFE

Tints of Electric Blue #80FFFE

Color information

#80FFFE (or 0x80FFFE) is unknown color: approx Electric Blue. HEX triplet: 80, FF and FE. RGB value is (128,255,254). Sum of RGB (Red+Green+Blue) = 128+255+254=637 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.09% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFE is #7F0001. Grayscale: #D8D8D8. Windows color (decimal): -8323074 or 16711552. OLE color: 16711552.

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

Color convert

RGB128255254-
CMYK0.5000.000
HSL179.53º100%75.1%-
HSV(B)179.53º49.8%100%-
XYZ62.5583.26106.54-
YUV216.91148.9264.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.09%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=20.09%
G=40.03%
B=39.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552540.5000.000179.5310075.1
Hex80FFFE32000b4644b
Octal20037737662000264144113
Binary1000000011111111111111101100100001011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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