#80E7FA

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

Shades of Electric Blue #80E7FA

Tints of Electric Blue #80E7FA

Color information

#80E7FA (or 0x80E7FA) is unknown color: approx Electric Blue. HEX triplet: 80, E7 and FA. RGB value is (128,231,250). Sum of RGB (Red+Green+Blue) = 128+231+250=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #80E7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E7FA is #7F1805. Grayscale: #CACACA. Windows color (decimal): -8329222 or 16443264. OLE color: 16443264.

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

Color convert

RGB128231250-
CMYK0.490.0800.02
HSL189.34º92.42%74.12%-
HSV(B)189.34º48.8%98.04%-
XYZ54.7368.64100.81-
YUV202.37154.8874.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 21.02%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=21.02%
G=37.93%
B=41.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282312500.490.0800.02189.3492.4274.12
Hex80E7FA31802bd5c4a
Octal200347372611002275134112
Binary10000000111001111111101011000110000101011110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,250); }

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

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

 a { background-color: rgb(128,231,250); }

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

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

 span { border-color: rgb(128,231,250); }

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