Html Css Color HEX #80FEFF Electric Blue

📋 copy color: '#80FEFF'

red 128 ◦ green 254 ◦ blue 255

#80FEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #80FEFF

Tints of Electric Blue #80FEFF

RGB

 RED value IS 128 (50.39% from 255) = 20.09%

 GREEN value IS 254 (99.61% from 255) = 39.87%

 BLUE value IS 255 (100% from 255) = 40.03%

R = 20.09%
G = 39.87%
B = 40.03%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80FEFF (or 0x80FEFF) is known color: Electric Blue. HEX triplet: 80, FE and FF. RGB value is (128,254,255). Sum of RGB (Red+Green+Blue) = 128+254+255=637 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.09% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #80FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FEFF is #7F0100. Grayscale: #D8D8D8. Windows color (decimal): -8323329 or 16776832. OLE color: 16776832.

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

Color convert

RGB 128 254 255 -
CMYK 0.50 0.00 0 0
HSL 180.47º 1% 0.75% -
HSV(B) 180.47º 0.5% 1% -
XYZ 62.39 82.69 107.28 -
YUV 216.44 149.76 64.92 -
System Red Green Blue C M Y K H S L
Decimal 128 254 255 0.50 0.00 0 0 180.47 1 0.75
Hex 80 FE FF 32 0 0 0 B4 64 4B
Octal 200 376 377 62 0 0 0 264 144 113
Binary 10000000 11111110 11111111 110010 0 0 0 10110100 1100100 1001011

Color Harmonies of #80FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEFF

Black with #80FEFF

Text Example


Text Example

White with #80FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80FEFF;
 }
 .AnyTagClassName
 {
   color: #80FEFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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