#80E4FF

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

Shades of Electric Blue #80E4FF

Tints of Electric Blue #80E4FF

Color information

#80E4FF (or 0x80E4FF) is unknown color: approx Electric Blue. HEX triplet: 80, E4 and FF. RGB value is (128,228,255). Sum of RGB (Red+Green+Blue) = 128+228+255=611 (80% of max value = 765). Red value is 128 (50.39% from 255 or 20.95% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #80E4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E4FF is #7F1B00. Grayscale: #C8C8C8. Windows color (decimal): -8329985 or 16770176. OLE color: 16770176.

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

Color convert

RGB128228255-
CMYK0.500.1100
HSL192.76º100%75.1%-
HSV(B)192.76º49.8%100%-
XYZ54.767.3104.71-
YUV201.18158.3775.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.95%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 255 (100% from 255) = 41.73%
R=20.95%
G=37.32%
B=41.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282282550.500.1100192.7610075.1
Hex80E4FF32B00c1644b
Octal200344377621300301144113
Binary1000000011100100111111111100101011001100000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,228,255); }

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

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

 a { background-color: rgb(128,228,255); }

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

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

 span { border-color: rgb(128,228,255); }

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