#89EAED

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

Shades of Electric Blue #89EAED

Tints of Electric Blue #89EAED

Color information

#89EAED (or 0x89EAED) is unknown color: approx Electric Blue. HEX triplet: 89, EA and ED. RGB value is (137,234,237). Sum of RGB (Red+Green+Blue) = 137+234+237=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #89EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EAED is #761512. Grayscale: #CDCDCD. Windows color (decimal): -7738643 or 15592073. OLE color: 15592073.

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

Color convert

RGB137234237-
CMYK0.420.0100.07
HSL181.8º73.53%73.33%-
HSV(B)181.8º42.19%92.94%-
XYZ55.0370.2890.79-
YUV205.34145.8679.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.53%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=22.53%
G=38.49%
B=38.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372342370.420.0100.07181.873.5373.33
Hex89EAED2A107b64a49
Octal21135235552107266112111
Binary100010011110101011101101101010101111011011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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