Html Css Color HEX #80FDFE Electric Blue

📋 copy color: '#80FDFE'

red 128 ◦ green 253 ◦ blue 254

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

Shades of Electric Blue #80FDFE

Tints of Electric Blue #80FDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

 BLUE value IS 254 (99.61% from 255) = 40%

R = 20.16%
G = 39.84%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80FDFE (or 0x80FDFE) is known color: Electric Blue. HEX triplet: 80, FD and FE. RGB value is (128,253,254). Sum of RGB (Red+Green+Blue) = 128+253+254=635 (84% of max value = 765). Red value is 128 (50.39% from 255 or 20.16% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #80FDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDFE is #7F0201. Grayscale: #D7D7D7. Windows color (decimal): -8323586 or 16711040. OLE color: 16711040.

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

Color convert

RGB 128 253 254 -
CMYK 0.50 0.00 0 0.00
HSL 180.48º 0.98% 0.75% -
HSV(B) 180.48º 0.5% 1% -
XYZ 61.92 82 106.33 -
YUV 215.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 128 253 254 0.50 0.00 0 0.00 180.48 0.98 0.75
Hex 80 FD FE 32 0 0 0 B4 62 4B
Octal 200 375 376 62 0 0 0 264 142 113
Binary 10000000 11111101 11111110 110010 0 0 0 10110100 1100010 1001011

Color Harmonies of #80FDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDFE

Black with #80FDFE

Text Example


Text Example

White with #80FDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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