#80FBEF

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

Shades of Electric Blue #80FBEF

Tints of Electric Blue #80FBEF

Color information

#80FBEF (or 0x80FBEF) is unknown color: approx Electric Blue. HEX triplet: 80, FB and EF. RGB value is (128,251,239). Sum of RGB (Red+Green+Blue) = 128+251+239=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #80FBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBEF is #7F0410. Grayscale: #D4D4D4. Windows color (decimal): -8324113 or 15727488. OLE color: 15727488.

HSL color Cylindrical-coordinate representation of color #80FBEF: hue angle of 174.15º degrees, saturation: 0.94, 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 #80FBEF is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB128251239-
CMYK0.4900.050.02
HSL174.15º93.89%74.31%-
HSV(B)174.15º49%98.43%-
XYZ58.9879.8293.96-
YUV212.86142.7567.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.71%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=20.71%
G=40.61%
B=38.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282512390.4900.050.02174.1593.8974.31
Hex80FBEF31052ae5e4a
Octal20037335761052256136112
Binary1000000011111011111011111100010101101010111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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