Html Css Color HEX #80EFEC Electric Blue

📋 copy color: '#80EFEC'

red 128 ◦ green 239 ◦ blue 236

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

Shades of Electric Blue #80EFEC

Tints of Electric Blue #80EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

 BLUE value IS 236 (92.58% from 255) = 39.14%

R = 21.23%
G = 39.64%
B = 39.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#80EFEC (or 0x80EFEC) is known color: Electric Blue. HEX triplet: 80, EF and EC. RGB value is (128,239,236). Sum of RGB (Red+Green+Blue) = 128+239+236=603 (79% of max value = 765). Red value is 128 (50.39% from 255 or 21.23% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #80EFEC is #7F1013. Grayscale: #CDCDCD. Windows color (decimal): -8327188 or 15527808. OLE color: 15527808.

HSL color Cylindrical-coordinate representation of color #80EFEC: hue angle of 178.38º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFEC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 236 -
CMYK 0.46 0 0.01 0.06
HSL 178.38º 0.78% 0.72% -
HSV(B) 178.38º 0.46% 0.94% -
XYZ 54.91 72.38 90.43 -
YUV 205.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 128 239 236 0.46 0 0.01 0.06 178.38 0.78 0.72
Hex 80 EF EC 2E 0 1 6 B2 4E 48
Octal 200 357 354 56 0 1 6 262 116 110
Binary 10000000 11101111 11101100 101110 0 1 110 10110010 1001110 1001000

Color Harmonies of #80EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFEC

Black with #80EFEC

Text Example


Text Example

White with #80EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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