Html Css Color HEX #80ECFE Electric Blue

📋 copy color: '#80ECFE'

red 128 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #80ECFE

Tints of Electric Blue #80ECFE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.19%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 20.71%
G = 38.19%
B = 41.1%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80ECFE (or 0x80ECFE) is known color: Electric Blue. HEX triplet: 80, EC and FE. RGB value is (128,236,254). Sum of RGB (Red+Green+Blue) = 128+236+254=618 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.71% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #80ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECFE is #7F1301. Grayscale: #CDCDCD. Windows color (decimal): -8327938 or 16706688. OLE color: 16706688.

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

Color convert

RGB 128 236 254 -
CMYK 0.50 0.07 0 0.00
HSL 188.57º 0.98% 0.75% -
HSV(B) 188.57º 0.5% 1% -
XYZ 56.79 71.74 104.62 -
YUV 205.76 155.22 72.54 -
System Red Green Blue C M Y K H S L
Decimal 128 236 254 0.50 0.07 0 0.00 188.57 0.98 0.75
Hex 80 EC FE 32 7 0 0 BD 62 4B
Octal 200 354 376 62 7 0 0 275 142 113
Binary 10000000 11101100 11111110 110010 111 0 0 10111101 1100010 1001011

Color Harmonies of #80ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECFE

Black with #80ECFE

Text Example


Text Example

White with #80ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,254); }

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

background-color css

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

 a { background-color: rgb(128,236,254); }

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

border-color css

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

 span { border-color: rgb(128,236,254); }

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