#89EBE7

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

Shades of Electric Blue #89EBE7

Tints of Electric Blue #89EBE7

Color information

#89EBE7 (or 0x89EBE7) is unknown color: approx Electric Blue. HEX triplet: 89, EB and E7. RGB value is (137,235,231). Sum of RGB (Red+Green+Blue) = 137+235+231=603 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.72% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #89EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EBE7 is #761418. Grayscale: #CDCDCD. Windows color (decimal): -7738393 or 15199113. OLE color: 15199113.

HSL color Cylindrical-coordinate representation of color #89EBE7: hue angle of 177.55º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EBE7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB137235231-
CMYK0.4200.020.08
HSL177.55º71.01%72.94%-
HSV(B)177.55º41.7%92.16%-
XYZ54.4570.586.34-
YUV205.24142.5379.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.72%
GREEN value IS 235 (92.19% from 255) = 38.97%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=22.72%
G=38.97%
B=38.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372352310.4200.020.08177.5571.0172.94
Hex89EBE72A028b24749
Octal211353347520210262107111
Binary10001001111010111110011110101001010001011001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,235,231); }

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

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

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

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

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

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

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