#80FFFB

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

Shades of Electric Blue #80FFFB

Tints of Electric Blue #80FFFB

Color information

#80FFFB (or 0x80FFFB) is unknown color: approx Electric Blue. HEX triplet: 80, FF and FB. RGB value is (128,255,251). Sum of RGB (Red+Green+Blue) = 128+255+251=634 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.19% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFFB is #7F0004. Grayscale: #D8D8D8. Windows color (decimal): -8323077 or 16514944. OLE color: 16514944.

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

Color convert

RGB128255251-
CMYK0.5000.020
HSL178.11º100%75.1%-
HSV(B)178.11º49.8%100%-
XYZ62.0783.07104.03-
YUV216.57147.4264.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.19%
GREEN value IS 255 (100% from 255) = 40.22%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=20.19%
G=40.22%
B=39.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552510.5000.020178.1110075.1
Hex80FFFB32020b2644b
Octal20037737362020262144113
Binary10000000111111111111101111001001001011001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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