#80EDFF

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

Shades of Electric Blue #80EDFF

Tints of Electric Blue #80EDFF

Color information

#80EDFF (or 0x80EDFF) is unknown color: approx Electric Blue. HEX triplet: 80, ED and FF. RGB value is (128,237,255). Sum of RGB (Red+Green+Blue) = 128+237+255=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #80EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EDFF is #7F1200. Grayscale: #CECECE. Windows color (decimal): -8327681 or 16772480. OLE color: 16772480.

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

Color convert

RGB128237255-
CMYK0.500.0700
HSL188.5º100%75.1%-
HSV(B)188.5º49.8%100%-
XYZ57.2472.38105.56-
YUV206.46155.3972.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.65%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 255 (100% from 255) = 41.13%
R=20.65%
G=38.23%
B=41.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282372550.500.0700188.510075.1
Hex80EDFF32700bd644b
Octal20035537762700275144113
Binary100000001110110111111111110010111001011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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