Html Css Color HEX #80ECFF Electric Blue

📋 copy color: '#80ECFF'

red 128 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #80ECFF

Tints of Electric Blue #80ECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 20.68%
G = 38.13%
B = 41.2%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#80ECFF (or 0x80ECFF) is known color: Electric Blue. HEX triplet: 80, EC and FF. RGB value is (128,236,255). Sum of RGB (Red+Green+Blue) = 128+236+255=619 (81% of max value = 765). Red value is 128 (50.39% from 255 or 20.68% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #80ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECFF is #7F1300. Grayscale: #CDCDCD. Windows color (decimal): -8327937 or 16772224. OLE color: 16772224.

HSL color Cylindrical-coordinate representation of color #80ECFF: hue angle of 188.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80ECFF is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 236 255 -
CMYK 0.50 0.07 0 0
HSL 188.98º 1% 0.75% -
HSV(B) 188.98º 0.5% 1% -
XYZ 56.95 71.8 105.47 -
YUV 205.87 155.72 72.46 -
System Red Green Blue C M Y K H S L
Decimal 128 236 255 0.50 0.07 0 0 188.98 1 0.75
Hex 80 EC FF 32 7 0 0 BD 64 4B
Octal 200 354 377 62 7 0 0 275 144 113
Binary 10000000 11101100 11111111 110010 111 0 0 10111101 1100100 1001011

Color Harmonies of #80ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECFF

Black with #80ECFF

Text Example


Text Example

White with #80ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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