Html Css Color HEX #80FDF5 Electric Blue

📋 copy color: '#80FDF5'

red 128 ◦ green 253 ◦ blue 245

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

Shades of Electric Blue #80FDF5

Tints of Electric Blue #80FDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.14%

R = 20.45%
G = 40.42%
B = 39.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#80FDF5 (or 0x80FDF5) is known color: Electric Blue. HEX triplet: 80, FD and F5. RGB value is (128,253,245). Sum of RGB (Red+Green+Blue) = 128+253+245=626 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.45% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDF5 is #7F020A. Grayscale: #D6D6D6. Windows color (decimal): -8323595 or 16121216. OLE color: 16121216.

HSL color Cylindrical-coordinate representation of color #80FDF5: hue angle of 176.16º 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 #80FDF5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 245 -
CMYK 0.49 0 0.03 0.01
HSL 176.16º 0.97% 0.75% -
HSV(B) 176.16º 0.49% 0.99% -
XYZ 60.51 81.43 98.92 -
YUV 214.71 145.09 66.15 -
System Red Green Blue C M Y K H S L
Decimal 128 253 245 0.49 0 0.03 0.01 176.16 0.97 0.75
Hex 80 FD F5 31 0 3 1 B0 61 4B
Octal 200 375 365 61 0 3 1 260 141 113
Binary 10000000 11111101 11110101 110001 0 11 1 10110000 1100001 1001011

Color Harmonies of #80FDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDF5

Black with #80FDF5

Text Example


Text Example

White with #80FDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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