#80F7EA

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

Shades of Electric Blue #80F7EA

Tints of Electric Blue #80F7EA

Color information

#80F7EA (or 0x80F7EA) is unknown color: approx Electric Blue. HEX triplet: 80, F7 and EA. RGB value is (128,247,234). Sum of RGB (Red+Green+Blue) = 128+247+234=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F7EA is #7F0815. Grayscale: #D1D1D1. Windows color (decimal): -8325142 or 15398784. OLE color: 15398784.

HSL color Cylindrical-coordinate representation of color #80F7EA: hue angle of 173.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7EA is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB128247234-
CMYK0.4800.050.03
HSL173.45º88.15%73.53%-
HSV(B)173.45º48.18%96.86%-
XYZ57.0177.0589.71-
YUV209.94141.5869.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.02%
GREEN value IS 247 (96.88% from 255) = 40.56%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=21.02%
G=40.56%
B=38.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282472340.4800.050.03173.4588.1573.53
Hex80F7EA30053ad584a
Octal20036735260053255130112
Binary1000000011110111111010101100000101111010110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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