Html Css Color HEX #80ECFB Electric Blue

📋 copy color: '#80ECFB'

red 128 ◦ green 236 ◦ blue 251

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

Shades of Electric Blue #80ECFB

Tints of Electric Blue #80ECFB

RGB

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

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

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

R = 20.81%
G = 38.37%
B = 40.81%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80ECFB (or 0x80ECFB) is known color: Electric Blue. HEX triplet: 80, EC and FB. RGB value is (128,236,251). Sum of RGB (Red+Green+Blue) = 128+236+251=615 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.81% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #80ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECFB is #7F1304. Grayscale: #CDCDCD. Windows color (decimal): -8327941 or 16510080. OLE color: 16510080.

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

Color convert

RGB 128 236 251 -
CMYK 0.49 0.06 0 0.02
HSL 187.32º 0.94% 0.74% -
HSV(B) 187.32º 0.49% 0.98% -
XYZ 56.31 71.55 102.11 -
YUV 205.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 128 236 251 0.49 0.06 0 0.02 187.32 0.94 0.74
Hex 80 EC FB 31 6 0 2 BB 5E 4A
Octal 200 354 373 61 6 0 2 273 136 112
Binary 10000000 11101100 11111011 110001 110 0 10 10111011 1011110 1001010

Color Harmonies of #80ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECFB

Black with #80ECFB

Text Example


Text Example

White with #80ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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