#89E8EE

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

Shades of Electric Blue #89E8EE

Tints of Electric Blue #89E8EE

Color information

#89E8EE (or 0x89E8EE) is unknown color: approx Electric Blue. HEX triplet: 89, E8 and EE. RGB value is (137,232,238). Sum of RGB (Red+Green+Blue) = 137+232+238=607 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.57% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #89E8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8EE is #761711. Grayscale: #CCCCCC. Windows color (decimal): -7739154 or 15657097. OLE color: 15657097.

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

Color convert

RGB137232238-
CMYK0.420.0300.07
HSL183.56º74.81%73.53%-
HSV(B)183.56º42.44%93.33%-
XYZ54.6169.291.37-
YUV204.28147.0380.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.57%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=22.57%
G=38.22%
B=39.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372322380.420.0300.07183.5674.8173.53
Hex89E8EE2A307b84b4a
Octal21135035652307270113112
Binary1000100111101000111011101010101101111011100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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