#80EAFE

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

Shades of Electric Blue #80EAFE

Tints of Electric Blue #80EAFE

Color information

#80EAFE (or 0x80EAFE) is unknown color: approx Electric Blue. HEX triplet: 80, EA and FE. RGB value is (128,234,254). Sum of RGB (Red+Green+Blue) = 128+234+254=616 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.78% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #80EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAFE is #7F1501. Grayscale: #CCCCCC. Windows color (decimal): -8328450 or 16706176. OLE color: 16706176.

HSL color Cylindrical-coordinate representation of color #80EAFE: hue angle of 189.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EAFE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB128234254-
CMYK0.500.0800.00
HSL189.52º98.44%74.9%-
HSV(B)189.52º49.61%99.61%-
XYZ56.2170.59104.43-
YUV204.59155.8873.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.78%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=20.78%
G=37.99%
B=41.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282342540.500.0800.00189.5298.4474.9
Hex80EAFE32800be624b
Octal200352376621000276142113
Binary1000000011101010111111101100101000001011111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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