Html Css Color HEX #80FDEC Electric Blue

📋 copy color: '#80FDEC'

red 128 ◦ green 253 ◦ blue 236

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

Shades of Electric Blue #80FDEC

Tints of Electric Blue #80FDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 20.75%
G = 41%
B = 38.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#80FDEC (or 0x80FDEC) is known color: Electric Blue. HEX triplet: 80, FD and EC. RGB value is (128,253,236). Sum of RGB (Red+Green+Blue) = 128+253+236=617 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.75% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDEC is #7F0213. Grayscale: #D5D5D5. Windows color (decimal): -8323604 or 15531392. OLE color: 15531392.

HSL color Cylindrical-coordinate representation of color #80FDEC: hue angle of 171.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDEC is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 236 -
CMYK 0.49 0 0.07 0.01
HSL 171.84º 0.97% 0.75% -
HSV(B) 171.84º 0.49% 0.99% -
XYZ 59.17 80.9 91.85 -
YUV 213.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 128 253 236 0.49 0 0.07 0.01 171.84 0.97 0.75
Hex 80 FD EC 31 0 7 1 AC 61 4B
Octal 200 375 354 61 0 7 1 254 141 113
Binary 10000000 11111101 11101100 110001 0 111 1 10101100 1100001 1001011

Color Harmonies of #80FDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDEC

Black with #80FDEC

Text Example


Text Example

White with #80FDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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