Html Css Color HEX #80EAEB Electric Blue

📋 copy color: '#80EAEB'

red 128 ◦ green 234 ◦ blue 235

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

Shades of Electric Blue #80EAEB

Tints of Electric Blue #80EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 21.44%
G = 39.2%
B = 39.36%

CMYK

 C value IS 0.46

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80EAEB (or 0x80EAEB) is known color: Electric Blue. HEX triplet: 80, EA and EB. RGB value is (128,234,235). Sum of RGB (Red+Green+Blue) = 128+234+235=597 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.44% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #80EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EAEB is #7F1514. Grayscale: #CACACA. Windows color (decimal): -8328469 or 15460992. OLE color: 15460992.

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

Color convert

RGB 128 234 235 -
CMYK 0.46 0.00 0 0.08
HSL 180.56º 0.73% 0.71% -
HSV(B) 180.56º 0.46% 0.92% -
XYZ 53.32 69.43 89.19 -
YUV 202.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 128 234 235 0.46 0.00 0 0.08 180.56 0.73 0.71
Hex 80 EA EB 2E 0 0 8 B5 49 47
Octal 200 352 353 56 0 0 10 265 111 107
Binary 10000000 11101010 11101011 101110 0 0 1000 10110101 1001001 1000111

Color Harmonies of #80EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EAEB

Black with #80EAEB

Text Example


Text Example

White with #80EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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