#80FDFF

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

Shades of Electric Blue #80FDFF

Tints of Electric Blue #80FDFF

Color information

#80FDFF (or 0x80FDFF) is unknown color: approx Electric Blue. HEX triplet: 80, FD and FF. RGB value is (128,253,255). Sum of RGB (Red+Green+Blue) = 128+253+255=636 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.13% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #80FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDFF is #7F0200. Grayscale: #D7D7D7. Windows color (decimal): -8323585 or 16776576. OLE color: 16776576.

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

Color convert

RGB128253255-
CMYK0.500.0100
HSL180.94º100%75.1%-
HSV(B)180.94º49.8%100%-
XYZ62.0882.06107.18-
YUV215.85150.0965.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.13%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 255 (100% from 255) = 40.09%
R=20.13%
G=39.78%
B=40.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1282532550.500.0100180.9410075.1
Hex80FDFF32100b5644b
Octal20037537762100265144113
Binary1000000011111101111111111100101001011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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