Html Css Color HEX #80ECEB Electric Blue

📋 copy color: '#80ECEB'

red 128 ◦ green 236 ◦ blue 235

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

Shades of Electric Blue #80ECEB

Tints of Electric Blue #80ECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 21.37%
G = 39.4%
B = 39.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#80ECEB (or 0x80ECEB) is known color: Electric Blue. HEX triplet: 80, EC and EB. RGB value is (128,236,235). Sum of RGB (Red+Green+Blue) = 128+236+235=599 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.37% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80ECEB is #7F1314. Grayscale: #CBCBCB. Windows color (decimal): -8327957 or 15461504. OLE color: 15461504.

HSL color Cylindrical-coordinate representation of color #80ECEB: hue angle of 179.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECEB is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 235 -
CMYK 0.46 0 0.00 0.07
HSL 179.44º 0.74% 0.71% -
HSV(B) 179.44º 0.46% 0.93% -
XYZ 53.89 70.58 89.38 -
YUV 203.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 128 236 235 0.46 0 0.00 0.07 179.44 0.74 0.71
Hex 80 EC EB 2E 0 0 7 B3 4A 47
Octal 200 354 353 56 0 0 7 263 112 107
Binary 10000000 11101100 11101011 101110 0 0 111 10110011 1001010 1000111

Color Harmonies of #80ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ECEB

Black with #80ECEB

Text Example


Text Example

White with #80ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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