#80FFF3

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

Shades of Electric Blue #80FFF3

Tints of Electric Blue #80FFF3

Color information

#80FFF3 (or 0x80FFF3) is unknown color: approx Electric Blue. HEX triplet: 80, FF and F3. RGB value is (128,255,243). Sum of RGB (Red+Green+Blue) = 128+255+243=626 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.45% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFF3 is #7F000C. Grayscale: #D7D7D7. Windows color (decimal): -8323085 or 15990656. OLE color: 15990656.

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

Color convert

RGB128255243-
CMYK0.5000.050
HSL174.33º100%75.1%-
HSV(B)174.33º49.8%100%-
XYZ60.8482.5897.53-
YUV215.66143.4265.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.45%
GREEN value IS 255 (100% from 255) = 40.73%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=20.45%
G=40.73%
B=38.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282552430.5000.050174.3310075.1
Hex80FFF332050ae644b
Octal20037736362050256144113
Binary100000001111111111110011110010010101010111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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