Html Css Color HEX #80FCFE Electric Blue

📋 copy color: '#80FCFE'

red 128 ◦ green 252 ◦ blue 254

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

Shades of Electric Blue #80FCFE

Tints of Electric Blue #80FCFE

RGB

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

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

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

R = 20.19%
G = 39.75%
B = 40.06%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80FCFE (or 0x80FCFE) is known color: Electric Blue. HEX triplet: 80, FC and FE. RGB value is (128,252,254). Sum of RGB (Red+Green+Blue) = 128+252+254=634 (83% of max value = 765). Red value is 128 (50.39% from 255 or 20.19% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #80FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80FCFE is #7F0301. Grayscale: #D7D7D7. Windows color (decimal): -8323842 or 16710784. OLE color: 16710784.

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

Color convert

RGB 128 252 254 -
CMYK 0.50 0.01 0 0.00
HSL 180.95º 0.98% 0.75% -
HSV(B) 180.95º 0.5% 1% -
XYZ 61.6 81.37 106.22 -
YUV 215.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 128 252 254 0.50 0.01 0 0.00 180.95 0.98 0.75
Hex 80 FC FE 32 1 0 0 B5 62 4B
Octal 200 374 376 62 1 0 0 265 142 113
Binary 10000000 11111100 11111110 110010 1 0 0 10110101 1100010 1001011

Color Harmonies of #80FCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FCFE

Black with #80FCFE

Text Example


Text Example

White with #80FCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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