Html Css Color HEX #80ECFD Electric Blue

📋 copy color: '#80ECFD'

red 128 ◦ green 236 ◦ blue 253

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

Shades of Electric Blue #80ECFD

Tints of Electric Blue #80ECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41%

R = 20.75%
G = 38.25%
B = 41%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#80ECFD (or 0x80ECFD) is known color: Electric Blue. HEX triplet: 80, EC and FD. RGB value is (128,236,253). Sum of RGB (Red+Green+Blue) = 128+236+253=617 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.75% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #80ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECFD is #7F1302. Grayscale: #CDCDCD. Windows color (decimal): -8327939 or 16641152. OLE color: 16641152.

HSL color Cylindrical-coordinate representation of color #80ECFD: hue angle of 188.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80ECFD is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 236 253 -
CMYK 0.49 0.07 0 0.01
HSL 188.16º 0.97% 0.75% -
HSV(B) 188.16º 0.49% 0.99% -
XYZ 56.63 71.67 103.78 -
YUV 205.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 128 236 253 0.49 0.07 0 0.01 188.16 0.97 0.75
Hex 80 EC FD 31 7 0 1 BC 61 4B
Octal 200 354 375 61 7 0 1 274 141 113
Binary 10000000 11101100 11111101 110001 111 0 1 10111100 1100001 1001011

Color Harmonies of #80ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECFD

Black with #80ECFD

Text Example


Text Example

White with #80ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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