#89EEED

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

Shades of Electric Blue #89EEED

Tints of Electric Blue #89EEED

Color information

#89EEED (or 0x89EEED) is unknown color: approx Electric Blue. HEX triplet: 89, EE and ED. RGB value is (137,238,237). Sum of RGB (Red+Green+Blue) = 137+238+237=612 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.39% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEED is #761112. Grayscale: #CFCFCF. Windows color (decimal): -7737619 or 15593097. OLE color: 15593097.

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

Color convert

RGB137238237-
CMYK0.4200.000.07
HSL179.41º74.81%73.53%-
HSV(B)179.41º42.44%93.33%-
XYZ56.1872.5891.17-
YUV207.69144.5477.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.39%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=22.39%
G=38.89%
B=38.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372382370.4200.000.07179.4174.8173.53
Hex89EEED2A007b34b4a
Octal21135635552007263113112
Binary100010011110111011101101101010001111011001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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