COLOR #89E0F0

HEX: #89E0F0
RGB: (137,224,240)

Color info

#89E0F0 contains mainly green and blue colors. Web safe color of #89E0F0 is #99CCFF (or #9CF).

RGB color model

#89E0F0 color RGB value is (137,224,240).

  • red value is 137;
  • green value is 224;
  • blue value is 240.
RGB:
(137,224,240)
(54%,88%,94%)

RGB channels and saturation

R 137 of 255 = 54%
G 224 of 255 = 88%
B 240 of 255 = 94%

137
224
240

R + G + B ~ 79%. #89E0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 224 + 240 = 601 (100%)
R 137 of 601 ~ 22.8%
G 224 of 601 ~ 37.27%
B 240 of 601 ~ 39.93%

%22.8
%37.27
%39.93

CMYK color model

#89E0F0 color CMYK value is (43,7,0,6).

  • cyan value is 42.92%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(43,7,0,6)
C43M7Y0K6 
(43%,7%,0%,6%)
(0.43/0.07/0.00/0.06)	

CMYK percentages

%42.92
%6.67
%0
%5.88

Codes

Color #89E0F0 in popluar color models

89E0F0
RGB137224240
HSL189°77.44%73.92%
HSB/HSV189°42.92%94.12%
CMYK42.92%6.67%0.00%
5.88%

Color #89E0F0 in popluar number systems.

HEX89E0F0
Decimal137224240
Binary100010011110000011110000
Octal211340360

Shades and tints

Shades of #89E0F0

#89E0F0
(137,224,240)
#7DCCDB
(125,204,219)
#71B8C6
(113,184,198)
#65A4B1
(101,164,177)
#59909C
(89,144,156)
#4D7C87
(77,124,135)
#416872
(65,104,114)
#35545D
(53,84,93)
#294048
(41,64,72)
#1D2C33
(29,44,51)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #89E0F0

#89E0F0
(137,224,240)
#93E2F1
(147,226,241)
#9DE4F2
(157,228,242)
#A7E6F3
(167,230,243)
#B1E8F4
(177,232,244)
#BBEAF5
(187,234,245)
#C5ECF6
(197,236,246)
#CFEEF7
(207,238,247)
#D9F0F8
(217,240,248)
#E3F2F9
(227,242,249)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E0F0 color. Also use rgb(137,224,240) instead hex code.

Text Font Color

.myTextColor { color: #89E0F0; }

<p style="color:#89E0F0">This sample text font color is #89E0F0.</p>

This text font color is #89E0F0.


Background Color

.myBgColor { background-color: #89E0F0; }

<div style="background-color:#89E0F0">Inner text</div>

This div background color is #89E0F0.


Border color

.myBorderColor { border: 1px solid #89E0F0; }

<div style="border:3px solid #89E0F0">Div</div>

This div border color is #89E0F0.


Opacity

.myOpacity80 { color: #89E0F0; opacity: 0.8; }

<p style="color:#89E0F0;opacity:0.8;">80%</p>

Text with #89E0F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #89E0F0;}

<p style="text-shadow: 3px 3px 1px #89E0F0">Text here.</p>

This text has shadow with #89E0F0 color.

.textShadow {text-shadow: 3px 3px 1px #89E0F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #89E0F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #89E0F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#89E0F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#89E0F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #89E0F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #89E0F0;
  -webkit-box-shadow:	1px 1px 3px 2px #89E0F0;
  box-shadow:		1px 1px 3px 2px #89E0F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89E0F0;
-webkit-box-shadow: 1px 1px 3px 2px #89E0F0;
box-shadow:1px 1px 3px 2px #89E0F0;">
Div content here</div>
This div box has shadow with color #89E0F0.

Preview

Color preview on black background

This text has color #89E0F0 on black background.


Color preview on white background

This text has color #89E0F0 on white background.



Black color preview on #89E0F0 background

This text has black color on #89E0F0 background.


White color preview on #89E0F0 background

This text has white color on #89E0F0 background.