#80F1EA

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

Shades of Electric Blue #80F1EA

Tints of Electric Blue #80F1EA

Color information

#80F1EA (or 0x80F1EA) is unknown color: approx Electric Blue. HEX triplet: 80, F1 and EA. RGB value is (128,241,234). Sum of RGB (Red+Green+Blue) = 128+241+234=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F1EA is #7F0E15. Grayscale: #CECECE. Windows color (decimal): -8326678 or 15397248. OLE color: 15397248.

HSL color Cylindrical-coordinate representation of color #80F1EA: hue angle of 176.28º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F1EA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB128241234-
CMYK0.4700.030.05
HSL176.28º80.14%72.35%-
HSV(B)176.28º46.89%94.51%-
XYZ55.2173.4489.11-
YUV206.41143.5672.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.23%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=21.23%
G=39.97%
B=38.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282412340.4700.030.05176.2880.1472.35
Hex80F1EA2F035b05048
Octal20036135257035260120110
Binary1000000011110001111010101011110111011011000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,241,234); }

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

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

 a { background-color: rgb(128,241,234); }

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

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

 span { border-color: rgb(128,241,234); }

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