#80ECFF

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

Shades of Electric Blue #80ECFF

Tints of Electric Blue #80ECFF

Color information

#80ECFF (or 0x80ECFF) is unknown color: approx Electric Blue. HEX triplet: 80, EC and FF. RGB value is (128,236,255). Sum of RGB (Red+Green+Blue) = 128+236+255=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #80ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECFF is #7F1300. Grayscale: #CDCDCD. Windows color (decimal): -8327937 or 16772224. OLE color: 16772224.

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

Color convert

RGB128236255-
CMYK0.500.0700
HSL188.98º100%75.1%-
HSV(B)188.98º49.8%100%-
XYZ56.9571.8105.47-
YUV205.87155.7272.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.68%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 255 (100% from 255) = 41.20%
R=20.68%
G=38.13%
B=41.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282362550.500.0700188.9810075.1
Hex80ECFF32700bd644b
Octal20035437762700275144113
Binary100000001110110011111111110010111001011110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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