Html Css Color HEX #80E4FB Electric Blue

📋 copy color: '#80E4FB'

red 128 ◦ green 228 ◦ blue 251

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

Shades of Electric Blue #80E4FB

Tints of Electric Blue #80E4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.56%

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 21.09%
G = 37.56%
B = 41.35%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80E4FB (or 0x80E4FB) is known color: Electric Blue. HEX triplet: 80, E4 and FB. RGB value is (128,228,251). Sum of RGB (Red+Green+Blue) = 128+228+251=607 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.09% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #80E4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80E4FB is #7F1B04. Grayscale: #C8C8C8. Windows color (decimal): -8329989 or 16508032. OLE color: 16508032.

HSL color Cylindrical-coordinate representation of color #80E4FB: hue angle of 191.22º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80E4FB is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 228 251 -
CMYK 0.49 0.09 0 0.02
HSL 191.22º 0.94% 0.74% -
HSV(B) 191.22º 0.49% 0.98% -
XYZ 54.06 67.04 101.36 -
YUV 200.72 156.37 76.13 -
System Red Green Blue C M Y K H S L
Decimal 128 228 251 0.49 0.09 0 0.02 191.22 0.94 0.74
Hex 80 E4 FB 31 9 0 2 BF 5E 4A
Octal 200 344 373 61 11 0 2 277 136 112
Binary 10000000 11100100 11111011 110001 1001 0 10 10111111 1011110 1001010

Color Harmonies of #80E4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E4FB

Black with #80E4FB

Text Example


Text Example

White with #80E4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,228,251); }

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

background-color css

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

 a { background-color: rgb(128,228,251); }

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

border-color css

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

 span { border-color: rgb(128,228,251); }

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