#80EAF9

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

Shades of Electric Blue #80EAF9

Tints of Electric Blue #80EAF9

Color information

#80EAF9 (or 0x80EAF9) is unknown color: approx Electric Blue. HEX triplet: 80, EA and F9. RGB value is (128,234,249). Sum of RGB (Red+Green+Blue) = 128+234+249=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #80EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAF9 is #7F1506. Grayscale: #CBCBCB. Windows color (decimal): -8328455 or 16378496. OLE color: 16378496.

HSL color Cylindrical-coordinate representation of color #80EAF9: hue angle of 187.44º degrees, saturation: 0.91, 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 #80EAF9 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128234249-
CMYK0.490.0600.02
HSL187.44º90.98%73.92%-
HSV(B)187.44º48.59%97.65%-
XYZ55.4270.27100.27-
YUV204.02153.3873.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.95%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=20.95%
G=38.30%
B=40.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282342490.490.0600.02187.4490.9873.92
Hex80EAF931602bb5b4a
Octal20035237161602273133112
Binary1000000011101010111110011100011100101011101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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