Html Css Color HEX #80FFEC Electric Blue

📋 copy color: '#80FFEC'

red 128 ◦ green 255 ◦ blue 236

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

Shades of Electric Blue #80FFEC

Tints of Electric Blue #80FFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.2%

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

R = 20.68%
G = 41.2%
B = 38.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#80FFEC (or 0x80FFEC) is known color: Electric Blue. HEX triplet: 80, FF and EC. RGB value is (128,255,236). Sum of RGB (Red+Green+Blue) = 128+255+236=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFEC is #7F0013. Grayscale: #D6D6D6. Windows color (decimal): -8323092 or 15531904. OLE color: 15531904.

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

Color convert

RGB 128 255 236 -
CMYK 0.50 0 0.07 0
HSL 171.02º 1% 0.75% -
HSV(B) 171.02º 0.5% 1% -
XYZ 59.8 82.17 92.06 -
YUV 214.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 128 255 236 0.50 0 0.07 0 171.02 1 0.75
Hex 80 FF EC 32 0 7 0 AB 64 4B
Octal 200 377 354 62 0 7 0 253 144 113
Binary 10000000 11111111 11101100 110010 0 111 0 10101011 1100100 1001011

Color Harmonies of #80FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFEC

Black with #80FFEC

Text Example


Text Example

White with #80FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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