#80EFFF

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

Shades of Electric Blue #80EFFF

Tints of Electric Blue #80EFFF

Color information

#80EFFF (or 0x80EFFF) is unknown color: approx Electric Blue. HEX triplet: 80, EF and FF. RGB value is (128,239,255). Sum of RGB (Red+Green+Blue) = 128+239+255=622 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.58% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFF is #7F1000. Grayscale: #CFCFCF. Windows color (decimal): -8327169 or 16772992. OLE color: 16772992.

HSL color Cylindrical-coordinate representation of color #80EFFF: hue angle of 187.56º 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 #80EFFF is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128239255-
CMYK0.500.0600
HSL187.56º100%75.1%-
HSV(B)187.56º49.8%100%-
XYZ57.8273.54105.76-
YUV207.63154.7371.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.58%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 255 (100% from 255) = 41.00%
R=20.58%
G=38.42%
B=41.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282392550.500.0600187.5610075.1
Hex80EFFF32600bc644b
Octal20035737762600274144113
Binary100000001110111111111111110010110001011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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