Html Css Color HEX #80EDE4 Electric Blue

📋 copy color: '#80EDE4'

red 128 ◦ green 237 ◦ blue 228

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

Shades of Electric Blue #80EDE4

Tints of Electric Blue #80EDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.97%

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 21.59%
G = 39.97%
B = 38.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#80EDE4 (or 0x80EDE4) is known color: Electric Blue. HEX triplet: 80, ED and E4. RGB value is (128,237,228). Sum of RGB (Red+Green+Blue) = 128+237+228=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDE4 is #7F121B. Grayscale: #CBCBCB. Windows color (decimal): -8327708 or 15003008. OLE color: 15003008.

HSL color Cylindrical-coordinate representation of color #80EDE4: hue angle of 175.05º degrees, saturation: 0.75, 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 #80EDE4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 228 -
CMYK 0.46 0 0.04 0.07
HSL 175.05º 0.75% 0.72% -
HSV(B) 175.05º 0.46% 0.93% -
XYZ 53.19 70.76 84.25 -
YUV 203.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 128 237 228 0.46 0 0.04 0.07 175.05 0.75 0.72
Hex 80 ED E4 2E 0 4 7 AF 4B 48
Octal 200 355 344 56 0 4 7 257 113 110
Binary 10000000 11101101 11100100 101110 0 100 111 10101111 1001011 1001000

Color Harmonies of #80EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDE4

Black with #80EDE4

Text Example


Text Example

White with #80EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,237,228); }

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

background-color css

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

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

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

border-color css

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

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

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