#89ECE5

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

Shades of Electric Blue #89ECE5

Tints of Electric Blue #89ECE5

Color information

#89ECE5 (or 0x89ECE5) is unknown color: approx Electric Blue. HEX triplet: 89, EC and E5. RGB value is (137,236,229). Sum of RGB (Red+Green+Blue) = 137+236+229=602 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.76% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #89ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89ECE5 is #76131A. Grayscale: #CDCDCD. Windows color (decimal): -7738139 or 15068297. OLE color: 15068297.

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

Color convert

RGB137236229-
CMYK0.4200.030.07
HSL175.76º72.26%73.14%-
HSV(B)175.76º41.95%92.55%-
XYZ54.4570.9784.96-
YUV205.6141.279.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.76%
GREEN value IS 236 (92.58% from 255) = 39.20%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=22.76%
G=39.20%
B=38.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372362290.4200.030.07175.7672.2673.14
Hex89ECE52A037b04849
Octal21135434552037260110111
Binary1000100111101100111001011010100111111011000010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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