Html Css Color HEX #80F7ED Electric Blue

📋 copy color: '#80F7ED'

red 128 ◦ green 247 ◦ blue 237

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

Shades of Electric Blue #80F7ED

Tints of Electric Blue #80F7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.36%

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 20.92%
G = 40.36%
B = 38.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#80F7ED (or 0x80F7ED) is known color: Electric Blue. HEX triplet: 80, F7 and ED. RGB value is (128,247,237). Sum of RGB (Red+Green+Blue) = 128+247+237=612 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.92% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80F7ED is #7F0812. Grayscale: #D2D2D2. Windows color (decimal): -8325139 or 15595392. OLE color: 15595392.

HSL color Cylindrical-coordinate representation of color #80F7ED: hue angle of 174.96º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7ED is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 237 -
CMYK 0.48 0 0.04 0.03
HSL 174.96º 0.88% 0.74% -
HSV(B) 174.96º 0.48% 0.97% -
XYZ 57.45 77.23 92 -
YUV 210.28 143.08 69.31 -
System Red Green Blue C M Y K H S L
Decimal 128 247 237 0.48 0 0.04 0.03 174.96 0.88 0.74
Hex 80 F7 ED 30 0 4 3 AF 58 4A
Octal 200 367 355 60 0 4 3 257 130 112
Binary 10000000 11110111 11101101 110000 0 100 11 10101111 1011000 1001010

Color Harmonies of #80F7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F7ED

Black with #80F7ED

Text Example


Text Example

White with #80F7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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