Html Css Color HEX #80E3FE Electric Blue

📋 copy color: '#80E3FE'

red 128 ◦ green 227 ◦ blue 254

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

Shades of Electric Blue #80E3FE

Tints of Electric Blue #80E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.27%

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

R = 21.02%
G = 37.27%
B = 41.71%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80E3FE (or 0x80E3FE) is known color: Electric Blue. HEX triplet: 80, E3 and FE. RGB value is (128,227,254). Sum of RGB (Red+Green+Blue) = 128+227+254=609 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.02% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #80E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E3FE is #7F1C01. Grayscale: #C8C8C8. Windows color (decimal): -8330242 or 16704384. OLE color: 16704384.

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

Color convert

RGB 128 227 254 -
CMYK 0.50 0.11 0 0.00
HSL 192.86º 0.98% 0.75% -
HSV(B) 192.86º 0.5% 1% -
XYZ 54.26 66.68 103.78 -
YUV 200.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 128 227 254 0.50 0.11 0 0.00 192.86 0.98 0.75
Hex 80 E3 FE 32 B 0 0 C1 62 4B
Octal 200 343 376 62 13 0 0 301 142 113
Binary 10000000 11100011 11111110 110010 1011 0 0 11000001 1100010 1001011

Color Harmonies of #80E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E3FE

Black with #80E3FE

Text Example


Text Example

White with #80E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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