Html Css Color HEX #80FDF4 Electric Blue

📋 copy color: '#80FDF4'

red 128 ◦ green 253 ◦ blue 244

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

Shades of Electric Blue #80FDF4

Tints of Electric Blue #80FDF4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.48%

 BLUE value IS 244 (95.7% from 255) = 39.04%

R = 20.48%
G = 40.48%
B = 39.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#80FDF4 (or 0x80FDF4) is known color: Electric Blue. HEX triplet: 80, FD and F4. RGB value is (128,253,244). Sum of RGB (Red+Green+Blue) = 128+253+244=625 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.48% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDF4 is #7F020B. Grayscale: #D6D6D6. Windows color (decimal): -8323596 or 16055680. OLE color: 16055680.

HSL color Cylindrical-coordinate representation of color #80FDF4: hue angle of 175.68º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FDF4 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 244 -
CMYK 0.49 0 0.04 0.01
HSL 175.68º 0.97% 0.75% -
HSV(B) 175.68º 0.49% 0.99% -
XYZ 60.36 81.37 98.11 -
YUV 214.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 128 253 244 0.49 0 0.04 0.01 175.68 0.97 0.75
Hex 80 FD F4 31 0 4 1 B0 61 4B
Octal 200 375 364 61 0 4 1 260 141 113
Binary 10000000 11111101 11110100 110001 0 100 1 10110000 1100001 1001011

Color Harmonies of #80FDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDF4

Black with #80FDF4

Text Example


Text Example

White with #80FDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,244); }

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

background-color css

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

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

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

border-color css

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

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

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