#80F1E9

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

Shades of Electric Blue #80F1E9

Tints of Electric Blue #80F1E9

Color information

#80F1E9 (or 0x80F1E9) is unknown color: approx Electric Blue. HEX triplet: 80, F1 and E9. RGB value is (128,241,233). Sum of RGB (Red+Green+Blue) = 128+241+233=602 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.26% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #80F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F1E9 is #7F0E16. Grayscale: #CECECE. Windows color (decimal): -8326679 or 15331712. OLE color: 15331712.

HSL color Cylindrical-coordinate representation of color #80F1E9: hue angle of 175.75º 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 #80F1E9 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB128241233-
CMYK0.4700.030.05
HSL175.75º80.14%72.35%-
HSV(B)175.75º46.89%94.51%-
XYZ55.0773.3888.35-
YUV206.3143.0672.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.26%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 233 (91.41% from 255) = 38.70%
R=21.26%
G=40.03%
B=38.70%

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
Decimal1282412330.4700.030.05175.7580.1472.35
Hex80F1E92F035b05048
Octal20036135157035260120110
Binary1000000011110001111010011011110111011011000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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