Html Css Color HEX #80EFE5 Electric Blue

📋 copy color: '#80EFE5'

red 128 ◦ green 239 ◦ blue 229

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

Shades of Electric Blue #80EFE5

Tints of Electric Blue #80EFE5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.1%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 21.48%
G = 40.1%
B = 38.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#80EFE5 (or 0x80EFE5) is known color: Electric Blue. HEX triplet: 80, EF and E5. RGB value is (128,239,229). Sum of RGB (Red+Green+Blue) = 128+239+229=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFE5 is #7F101A. Grayscale: #CCCCCC. Windows color (decimal): -8327195 or 15069056. OLE color: 15069056.

HSL color Cylindrical-coordinate representation of color #80EFE5: hue angle of 174.59º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFE5 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 229 -
CMYK 0.46 0 0.04 0.06
HSL 174.59º 0.78% 0.72% -
HSV(B) 174.59º 0.46% 0.94% -
XYZ 53.91 71.98 85.18 -
YUV 204.67 141.73 73.31 -
System Red Green Blue C M Y K H S L
Decimal 128 239 229 0.46 0 0.04 0.06 174.59 0.78 0.72
Hex 80 EF E5 2E 0 4 6 AF 4E 48
Octal 200 357 345 56 0 4 6 257 116 110
Binary 10000000 11101111 11100101 101110 0 100 110 10101111 1001110 1001000

Color Harmonies of #80EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFE5

Black with #80EFE5

Text Example


Text Example

White with #80EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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