#89EEEB

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

Shades of Electric Blue #89EEEB

Tints of Electric Blue #89EEEB

Color information

#89EEEB (or 0x89EEEB) is unknown color: approx Electric Blue. HEX triplet: 89, EE and EB. RGB value is (137,238,235). Sum of RGB (Red+Green+Blue) = 137+238+235=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #89EEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEEB is #761114. Grayscale: #CFCFCF. Windows color (decimal): -7737621 or 15462025. OLE color: 15462025.

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

Color convert

RGB137238235-
CMYK0.4200.010.07
HSL178.22º74.81%73.53%-
HSV(B)178.22º42.44%93.33%-
XYZ55.8972.4789.64-
YUV207.46143.5477.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.46%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=22.46%
G=39.02%
B=38.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372382350.4200.010.07178.2274.8173.53
Hex89EEEB2A017b24b4a
Octal21135635352017262113112
Binary100010011110111011101011101010011111011001010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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