Html Css Color HEX #80FFEE Electric Blue

📋 copy color: '#80FFEE'

red 128 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #80FFEE

Tints of Electric Blue #80FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 20.61%
G = 41.06%
B = 38.33%

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

#80FFEE (or 0x80FFEE) is known color: Electric Blue. HEX triplet: 80, FF and EE. RGB value is (128,255,238). Sum of RGB (Red+Green+Blue) = 128+255+238=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFEE is #7F0011. Grayscale: #D7D7D7. Windows color (decimal): -8323090 or 15662976. OLE color: 15662976.

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

Color convert

RGB 128 255 238 -
CMYK 0.50 0 0.07 0
HSL 171.97º 1% 0.75% -
HSV(B) 171.97º 0.5% 1% -
XYZ 60.09 82.28 93.6 -
YUV 215.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 128 255 238 0.50 0 0.07 0 171.97 1 0.75
Hex 80 FF EE 32 0 7 0 AC 64 4B
Octal 200 377 356 62 0 7 0 254 144 113
Binary 10000000 11111111 11101110 110010 0 111 0 10101100 1100100 1001011

Color Harmonies of #80FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFEE

Black with #80FFEE

Text Example


Text Example

White with #80FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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