Html Css Color HEX #80EAEA Electric Blue

📋 copy color: '#80EAEA'

red 128 ◦ green 234 ◦ blue 234

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

Shades of Electric Blue #80EAEA

Tints of Electric Blue #80EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.26%

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

R = 21.48%
G = 39.26%
B = 39.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80EAEA (or 0x80EAEA) is known color: Electric Blue. HEX triplet: 80, EA and EA. RGB value is (128,234,234). Sum of RGB (Red+Green+Blue) = 128+234+234=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #80EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAEA is #7F1515. Grayscale: #CACACA. Windows color (decimal): -8328470 or 15395456. OLE color: 15395456.

HSL color Cylindrical-coordinate representation of color #80EAEA: hue angle of 180º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80EAEA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 234 -
CMYK 0.45 0 0 0.08
HSL 180º 0.72% 0.71% -
HSV(B) 180º 0.45% 0.92% -
XYZ 53.18 69.38 88.43 -
YUV 202.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 128 234 234 0.45 0 0 0.08 180 0.72 0.71
Hex 80 EA EA 2D 0 0 8 B4 48 47
Octal 200 352 352 55 0 0 10 264 110 107
Binary 10000000 11101010 11101010 101101 0 0 1000 10110100 1001000 1000111

Color Harmonies of #80EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EAEA

Black with #80EAEA

Text Example


Text Example

White with #80EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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