#89FFEE

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

Shades of Electric Blue #89FFEE

Tints of Electric Blue #89FFEE

Color information

#89FFEE (or 0x89FFEE) is unknown color: approx Electric Blue. HEX triplet: 89, FF and EE. RGB value is (137,255,238). Sum of RGB (Red+Green+Blue) = 137+255+238=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFEE is #760011. Grayscale: #D9D9D9. Windows color (decimal): -7733266 or 15662985. OLE color: 15662985.

HSL color Cylindrical-coordinate representation of color #89FFEE: hue angle of 171.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFEE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB137255238-
CMYK0.4600.070
HSL171.36º100%76.86%-
HSV(B)171.36º46.27%100%-
XYZ61.5183.0193.67-
YUV217.78139.4170.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.75%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=21.75%
G=40.48%
B=37.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372552380.4600.070171.3610076.86
Hex89FFEE2E070ab644d
Octal21137735656070253144115
Binary100010011111111111101110101110011101010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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