#89EDED

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

Shades of Electric Blue #89EDED

Tints of Electric Blue #89EDED

Color information

#89EDED (or 0x89EDED) is unknown color: approx Electric Blue. HEX triplet: 89, ED and ED. RGB value is (137,237,237). Sum of RGB (Red+Green+Blue) = 137+237+237=611 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.42% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #89EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDED is #761212. Grayscale: #CECECE. Windows color (decimal): -7737875 or 15592841. OLE color: 15592841.

HSL color Cylindrical-coordinate representation of color #89EDED: hue angle of 180º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EDED is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137237237-
CMYK0.42000.07
HSL180º73.53%73.33%-
HSV(B)180º42.19%92.94%-
XYZ55.897291.07-
YUV207.1144.8778-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.42%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=22.42%
G=38.79%
B=38.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372372370.42000.0718073.5373.33
Hex89EDED2A007b44a49
Octal21135535552007264112111
Binary100010011110110111101101101010001111011010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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