Html Css Color HEX #80FCF1 Electric Blue

📋 copy color: '#80FCF1'

red 128 ◦ green 252 ◦ blue 241

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

Shades of Electric Blue #80FCF1

Tints of Electric Blue #80FCF1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.58%

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

R = 20.61%
G = 40.58%
B = 38.81%

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

#80FCF1 (or 0x80FCF1) is known color: Electric Blue. HEX triplet: 80, FC and F1. RGB value is (128,252,241). Sum of RGB (Red+Green+Blue) = 128+252+241=621 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.61% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCF1 is #7F030E. Grayscale: #D5D5D5. Windows color (decimal): -8323855 or 15858816. OLE color: 15858816.

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

Color convert

RGB 128 252 241 -
CMYK 0.49 0 0.04 0.01
HSL 174.68º 0.95% 0.75% -
HSV(B) 174.68º 0.49% 0.99% -
XYZ 59.59 80.56 95.63 -
YUV 213.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 128 252 241 0.49 0 0.04 0.01 174.68 0.95 0.75
Hex 80 FC F1 31 0 4 1 AF 5F 4B
Octal 200 374 361 61 0 4 1 257 137 113
Binary 10000000 11111100 11110001 110001 0 100 1 10101111 1011111 1001011

Color Harmonies of #80FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCF1

Black with #80FCF1

Text Example


Text Example

White with #80FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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