Html Css Color HEX #80E5FF Electric Blue

📋 copy color: '#80E5FF'

red 128 ◦ green 229 ◦ blue 255

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

Shades of Electric Blue #80E5FF

Tints of Electric Blue #80E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 20.92%
G = 37.42%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80E5FF (or 0x80E5FF) is known color: Electric Blue. HEX triplet: 80, E5 and FF. RGB value is (128,229,255). Sum of RGB (Red+Green+Blue) = 128+229+255=612 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.92% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #80E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E5FF is #7F1A00. Grayscale: #C9C9C9. Windows color (decimal): -8329729 or 16770432. OLE color: 16770432.

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

Color convert

RGB 128 229 255 -
CMYK 0.50 0.10 0 0
HSL 192.28º 1% 0.75% -
HSV(B) 192.28º 0.5% 1% -
XYZ 54.97 67.85 104.81 -
YUV 201.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 128 229 255 0.50 0.10 0 0 192.28 1 0.75
Hex 80 E5 FF 32 A 0 0 C0 64 4B
Octal 200 345 377 62 12 0 0 300 144 113
Binary 10000000 11100101 11111111 110010 1010 0 0 11000000 1100100 1001011

Color Harmonies of #80E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E5FF

Black with #80E5FF

Text Example


Text Example

White with #80E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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