Html Css Color HEX #80EEFE Electric Blue

📋 copy color: '#80EEFE'

red 128 ◦ green 238 ◦ blue 254

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

Shades of Electric Blue #80EEFE

Tints of Electric Blue #80EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.39%

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

R = 20.65%
G = 38.39%
B = 40.97%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80EEFE (or 0x80EEFE) is known color: Electric Blue. HEX triplet: 80, EE and FE. RGB value is (128,238,254). Sum of RGB (Red+Green+Blue) = 128+238+254=620 (82% of max value = 765). Red value is 128 (50.39% from 255 or 20.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #80EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EEFE is #7F1101. Grayscale: #CECECE. Windows color (decimal): -8327426 or 16707200. OLE color: 16707200.

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

Color convert

RGB 128 238 254 -
CMYK 0.50 0.06 0 0.00
HSL 187.62º 0.98% 0.75% -
HSV(B) 187.62º 0.5% 1% -
XYZ 57.37 72.89 104.81 -
YUV 206.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 128 238 254 0.50 0.06 0 0.00 187.62 0.98 0.75
Hex 80 EE FE 32 6 0 0 BC 62 4B
Octal 200 356 376 62 6 0 0 274 142 113
Binary 10000000 11101110 11111110 110010 110 0 0 10111100 1100010 1001011

Color Harmonies of #80EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EEFE

Black with #80EEFE

Text Example


Text Example

White with #80EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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