Html Css Color HEX #80E8EF Electric Blue

📋 copy color: '#80E8EF'

red 128 ◦ green 232 ◦ blue 239

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

Shades of Electric Blue #80E8EF

Tints of Electric Blue #80E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.73%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 21.37%
G = 38.73%
B = 39.9%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80E8EF (or 0x80E8EF) is known color: Electric Blue. HEX triplet: 80, E8 and EF. RGB value is (128,232,239). Sum of RGB (Red+Green+Blue) = 128+232+239=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #80E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80E8EF is #7F1710. Grayscale: #C9C9C9. Windows color (decimal): -8328977 or 15722624. OLE color: 15722624.

HSL color Cylindrical-coordinate representation of color #80E8EF: hue angle of 183.78º 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 #80E8EF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 232 239 -
CMYK 0.46 0.03 0 0.06
HSL 183.78º 0.78% 0.72% -
HSV(B) 183.78º 0.46% 0.94% -
XYZ 53.34 68.53 92.08 -
YUV 201.7 149.04 75.43 -
System Red Green Blue C M Y K H S L
Decimal 128 232 239 0.46 0.03 0 0.06 183.78 0.78 0.72
Hex 80 E8 EF 2E 3 0 6 B8 4E 48
Octal 200 350 357 56 3 0 6 270 116 110
Binary 10000000 11101000 11101111 101110 11 0 110 10111000 1001110 1001000

Color Harmonies of #80E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E8EF

Black with #80E8EF

Text Example


Text Example

White with #80E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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