#80EFE6

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

Shades of Electric Blue #80EFE6

Tints of Electric Blue #80EFE6

Color information

#80EFE6 (or 0x80EFE6) is unknown color: approx Electric Blue. HEX triplet: 80, EF and E6. RGB value is (128,239,230). Sum of RGB (Red+Green+Blue) = 128+239+230=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFE6 is #7F1019. Grayscale: #CCCCCC. Windows color (decimal): -8327194 or 15134592. OLE color: 15134592.

HSL color Cylindrical-coordinate representation of color #80EFE6: hue angle of 175.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFE6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB128239230-
CMYK0.4600.040.06
HSL175.14º77.62%71.96%-
HSV(B)175.14º46.44%93.73%-
XYZ54.0572.0485.92-
YUV204.78142.2373.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.44%
GREEN value IS 239 (93.75% from 255) = 40.03%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=21.44%
G=40.03%
B=38.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282392300.4600.040.06175.1477.6271.96
Hex80EFE62E046af4e48
Octal20035734656046257116110
Binary10000000111011111110011010111001001101010111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,239,230); }

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

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

 a { background-color: rgb(128,239,230); }

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

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

 span { border-color: rgb(128,239,230); }

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