Html Css Color HEX #80ECF4 Electric Blue

📋 copy color: '#80ECF4'

red 128 ◦ green 236 ◦ blue 244

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

Shades of Electric Blue #80ECF4

Tints of Electric Blue #80ECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.13%

R = 21.05%
G = 38.82%
B = 40.13%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#80ECF4 (or 0x80ECF4) is known color: Electric Blue. HEX triplet: 80, EC and F4. RGB value is (128,236,244). Sum of RGB (Red+Green+Blue) = 128+236+244=608 (80% of max value = 765). Red value is 128 (50.39% from 255 or 21.05% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #80ECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECF4 is #7F130B. Grayscale: #CCCCCC. Windows color (decimal): -8327948 or 16051328. OLE color: 16051328.

HSL color Cylindrical-coordinate representation of color #80ECF4: hue angle of 184.14º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80ECF4 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 236 244 -
CMYK 0.48 0.03 0 0.04
HSL 184.14º 0.84% 0.73% -
HSV(B) 184.14º 0.48% 0.96% -
XYZ 55.23 71.11 96.4 -
YUV 204.62 150.22 73.35 -
System Red Green Blue C M Y K H S L
Decimal 128 236 244 0.48 0.03 0 0.04 184.14 0.84 0.73
Hex 80 EC F4 30 3 0 4 B8 54 49
Octal 200 354 364 60 3 0 4 270 124 111
Binary 10000000 11101100 11110100 110000 11 0 100 10111000 1010100 1001001

Color Harmonies of #80ECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECF4

Black with #80ECF4

Text Example


Text Example

White with #80ECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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