#80EFFD

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

Shades of Electric Blue #80EFFD

Tints of Electric Blue #80EFFD

Color information

#80EFFD (or 0x80EFFD) is unknown color: approx Electric Blue. HEX triplet: 80, EF and FD. RGB value is (128,239,253). Sum of RGB (Red+Green+Blue) = 128+239+253=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #80EFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFFD is #7F1002. Grayscale: #CFCFCF. Windows color (decimal): -8327171 or 16641920. OLE color: 16641920.

HSL color Cylindrical-coordinate representation of color #80EFFD: hue angle of 186.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80EFFD is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128239253-
CMYK0.490.0600.01
HSL186.72º96.9%74.71%-
HSV(B)186.72º49.41%99.22%-
XYZ57.573.41104.07-
YUV207.41153.7371.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.65%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=20.65%
G=38.55%
B=40.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1282392530.490.0600.01186.7296.974.71
Hex80EFFD31601bb614b
Octal20035737561601273141113
Binary100000001110111111111101110001110011011101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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