Html Css Color HEX #80FFF1 Electric Blue

📋 copy color: '#80FFF1'

red 128 ◦ green 255 ◦ blue 241

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

Shades of Electric Blue #80FFF1

Tints of Electric Blue #80FFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 241 (94.53% from 255) = 38.62%

R = 20.51%
G = 40.87%
B = 38.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#80FFF1 (or 0x80FFF1) is known color: Electric Blue. HEX triplet: 80, FF and F1. RGB value is (128,255,241). Sum of RGB (Red+Green+Blue) = 128+255+241=624 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.51% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #80FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FFF1 is #7F000E. Grayscale: #D7D7D7. Windows color (decimal): -8323087 or 15859584. OLE color: 15859584.

HSL color Cylindrical-coordinate representation of color #80FFF1: hue angle of 173.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80FFF1 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 128 255 241 -
CMYK 0.50 0 0.05 0
HSL 173.39º 1% 0.75% -
HSV(B) 173.39º 0.5% 1% -
XYZ 60.54 82.46 95.94 -
YUV 215.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 128 255 241 0.50 0 0.05 0 173.39 1 0.75
Hex 80 FF F1 32 0 5 0 AD 64 4B
Octal 200 377 361 62 0 5 0 255 144 113
Binary 10000000 11111111 11110001 110010 0 101 0 10101101 1100100 1001011

Color Harmonies of #80FFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FFF1

Black with #80FFF1

Text Example


Text Example

White with #80FFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,255,241); }

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

background-color css

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

 a { background-color: rgb(128,255,241); }

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

border-color css

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

 span { border-color: rgb(128,255,241); }

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