#89FFEC

Color #89FFEC Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #89FFEC

Tints of Electric Blue #89FFEC

Color information

#89FFEC (or 0x89FFEC) is unknown color: approx Electric Blue. HEX triplet: 89, FF and EC. RGB value is (137,255,236). Sum of RGB (Red+Green+Blue) = 137+255+236=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFEC is #760013. Grayscale: #D9D9D9. Windows color (decimal): -7733268 or 15531913. OLE color: 15531913.

HSL color Cylindrical-coordinate representation of color #89FFEC: hue angle of 170.34º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFEC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB137255236-
CMYK0.4600.070
HSL170.34º100%76.86%-
HSV(B)170.34º46.27%100%-
XYZ61.2282.8992.13-
YUV217.55138.4170.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.82%
GREEN value IS 255 (100% from 255) = 40.61%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=21.82%
G=40.61%
B=37.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372552360.4600.070170.3410076.86
Hex89FFEC2E070aa644d
Octal21137735456070252144115
Binary100010011111111111101100101110011101010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89FFEC; }

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

 H1.HeaderClassName
 {
   color: #89FFEC;
 }
 .AnyTagClassName
 {
   color: #89FFEC;
 }
</style>
background-color css

<style>
 a { background-color: #89FFEC; }

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

 div.DivClassName
 {
   background-color: #89FFEC;
 }
 .BgClassName
 {
   background-color: #89FFEC;
 }
</style>
border-color css

<style>
 span { border-color: #89FFEC; }

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

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