#89FFED

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

Shades of Electric Blue #89FFED

Tints of Electric Blue #89FFED

Color information

#89FFED (or 0x89FFED) is unknown color: approx Electric Blue. HEX triplet: 89, FF and ED. RGB value is (137,255,237). Sum of RGB (Red+Green+Blue) = 137+255+237=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFED is #760012. Grayscale: #D9D9D9. Windows color (decimal): -7733267 or 15597449. OLE color: 15597449.

HSL color Cylindrical-coordinate representation of color #89FFED: hue angle of 170.85º 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 #89FFED is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB137255237-
CMYK0.4600.070
HSL170.85º100%76.86%-
HSV(B)170.85º46.27%100%-
XYZ61.3682.9592.9-
YUV217.67138.9170.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.78%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=21.78%
G=40.54%
B=37.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372552370.4600.070170.8510076.86
Hex89FFED2E070ab644d
Octal21137735556070253144115
Binary100010011111111111101101101110011101010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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