#89EBEE

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

Shades of Electric Blue #89EBEE

Tints of Electric Blue #89EBEE

Color information

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

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

Color convert

RGB137235238-
CMYK0.420.0100.07
HSL181.78º74.81%73.53%-
HSV(B)181.78º42.44%93.33%-
XYZ55.4670.9191.65-
YUV206.04146.0378.76-

RGB Variations

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

RGB

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

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
Decimal1372352380.420.0100.07181.7874.8173.53
Hex89EBEE2A107b64b4a
Octal21135335652107266113112
Binary100010011110101111101110101010101111011011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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