Html Css Color HEX #80FEFD Electric Blue

📋 copy color: '#80FEFD'

red 128 ◦ green 254 ◦ blue 253

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

Shades of Electric Blue #80FEFD

Tints of Electric Blue #80FEFD

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #80FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FEFD

Black with #80FEFD

Text Example


Text Example

White with #80FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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