#80EBF9

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

Shades of Electric Blue #80EBF9

Tints of Electric Blue #80EBF9

Color information

#80EBF9 (or 0x80EBF9) is unknown color: approx Electric Blue. HEX triplet: 80, EB and F9. RGB value is (128,235,249). Sum of RGB (Red+Green+Blue) = 128+235+249=612 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.92% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #80EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EBF9 is #7F1406. Grayscale: #CCCCCC. Windows color (decimal): -8328199 or 16378752. OLE color: 16378752.

HSL color Cylindrical-coordinate representation of color #80EBF9: hue angle of 186.94º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80EBF9 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128235249-
CMYK0.490.0600.02
HSL186.94º90.98%73.92%-
HSV(B)186.94º48.59%97.65%-
XYZ55.7170.85100.36-
YUV204.6153.0573.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.92%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=20.92%
G=38.40%
B=40.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282352490.490.0600.02186.9490.9873.92
Hex80EBF931602bb5b4a
Octal20035337161602273133112
Binary1000000011101011111110011100011100101011101110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,249); }

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

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

 a { background-color: rgb(128,235,249); }

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

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

 span { border-color: rgb(128,235,249); }

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