#80E7FE

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

Shades of Electric Blue #80E7FE

Tints of Electric Blue #80E7FE

Color information

#80E7FE (or 0x80E7FE) is unknown color: approx Electric Blue. HEX triplet: 80, E7 and FE. RGB value is (128,231,254). Sum of RGB (Red+Green+Blue) = 128+231+254=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #80E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E7FE is #7F1801. Grayscale: #CACACA. Windows color (decimal): -8329218 or 16705408. OLE color: 16705408.

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

Color convert

RGB128231254-
CMYK0.500.0900.00
HSL190.95º98.44%74.9%-
HSV(B)190.95º49.61%99.61%-
XYZ55.3768.9104.15-
YUV202.82156.8874.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.88%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=20.88%
G=37.68%
B=41.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282312540.500.0900.00190.9598.4474.9
Hex80E7FE32900bf624b
Octal200347376621100277142113
Binary1000000011100111111111101100101001001011111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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