Html Css Color HEX #80EEEA Electric Blue

📋 copy color: '#80EEEA'

red 128 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #80EEEA

Tints of Electric Blue #80EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.67%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 21.33%
G = 39.67%
B = 39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#80EEEA (or 0x80EEEA) is known color: Electric Blue. HEX triplet: 80, EE and EA. RGB value is (128,238,234). Sum of RGB (Red+Green+Blue) = 128+238+234=600 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.33% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEEA is #7F1115. Grayscale: #CCCCCC. Windows color (decimal): -8327446 or 15396480. OLE color: 15396480.

HSL color Cylindrical-coordinate representation of color #80EEEA: hue angle of 177.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEEA is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 238 234 -
CMYK 0.46 0 0.02 0.07
HSL 177.82º 0.76% 0.72% -
HSV(B) 177.82º 0.46% 0.93% -
XYZ 54.33 71.68 88.81 -
YUV 204.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 128 238 234 0.46 0 0.02 0.07 177.82 0.76 0.72
Hex 80 EE EA 2E 0 2 7 B2 4C 48
Octal 200 356 352 56 0 2 7 262 114 110
Binary 10000000 11101110 11101010 101110 0 10 111 10110010 1001100 1001000

Color Harmonies of #80EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEEA

Black with #80EEEA

Text Example


Text Example

White with #80EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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