#80FBFE

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

Shades of Electric Blue #80FBFE

Tints of Electric Blue #80FBFE

Color information

#80FBFE (or 0x80FBFE) is unknown color: approx Electric Blue. HEX triplet: 80, FB and FE. RGB value is (128,251,254). Sum of RGB (Red+Green+Blue) = 128+251+254=633 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.22% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #80FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FBFE is #7F0401. Grayscale: #D6D6D6. Windows color (decimal): -8324098 or 16710528. OLE color: 16710528.

HSL color Cylindrical-coordinate representation of color #80FBFE: hue angle of 181.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FBFE is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB128251254-
CMYK0.500.0100.00
HSL181.43º98.44%74.9%-
HSV(B)181.43º49.61%99.61%-
XYZ61.2980.74106.12-
YUV214.56150.2566.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 20.22%
GREEN value IS 251 (98.44% from 255) = 39.65%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=20.22%
G=39.65%
B=40.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1282512540.500.0100.00181.4398.4474.9
Hex80FBFE32100b5624b
Octal20037337662100265142113
Binary1000000011111011111111101100101001011010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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