#80FBEA

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

Shades of Electric Blue #80FBEA

Tints of Electric Blue #80FBEA

Color information

#80FBEA (or 0x80FBEA) is unknown color: approx Electric Blue. HEX triplet: 80, FB and EA. RGB value is (128,251,234). Sum of RGB (Red+Green+Blue) = 128+251+234=613 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.88% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBEA is #7F0415. Grayscale: #D4D4D4. Windows color (decimal): -8324118 or 15399808. OLE color: 15399808.

HSL color Cylindrical-coordinate representation of color #80FBEA: hue angle of 171.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FBEA is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB128251234-
CMYK0.4900.070.02
HSL171.71º93.89%74.31%-
HSV(B)171.71º49%98.43%-
XYZ58.2579.5290.12-
YUV212.28140.2567.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.88%
GREEN value IS 251 (98.44% from 255) = 40.95%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=20.88%
G=40.95%
B=38.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282512340.4900.070.02171.7193.8974.31
Hex80FBEA31072ac5e4a
Octal20037335261072254136112
Binary1000000011111011111010101100010111101010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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