Html Css Color HEX #80FDF6 Electric Blue

📋 copy color: '#80FDF6'

red 128 ◦ green 253 ◦ blue 246

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

Shades of Electric Blue #80FDF6

Tints of Electric Blue #80FDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 20.41%
G = 40.35%
B = 39.23%

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

#80FDF6 (or 0x80FDF6) is known color: Electric Blue. HEX triplet: 80, FD and F6. RGB value is (128,253,246). Sum of RGB (Red+Green+Blue) = 128+253+246=627 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.41% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #80FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FDF6 is #7F0209. Grayscale: #D6D6D6. Windows color (decimal): -8323594 or 16186752. OLE color: 16186752.

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

Color convert

RGB 128 253 246 -
CMYK 0.49 0 0.03 0.01
HSL 176.64º 0.97% 0.75% -
HSV(B) 176.64º 0.49% 0.99% -
XYZ 60.66 81.49 99.72 -
YUV 214.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 128 253 246 0.49 0 0.03 0.01 176.64 0.97 0.75
Hex 80 FD F6 31 0 3 1 B1 61 4B
Octal 200 375 366 61 0 3 1 261 141 113
Binary 10000000 11111101 11110110 110001 0 11 1 10110001 1100001 1001011

Color Harmonies of #80FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FDF6

Black with #80FDF6

Text Example


Text Example

White with #80FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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