COLOR #89DEEA

HEX: #89DEEA
RGB: (137,222,234)

Color info

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

RGB color model

#89DEEA color RGB value is (137,222,234).

  • red value is 137;
  • green value is 222;
  • blue value is 234.
RGB:
(137,222,234)
(54%,87%,92%)

RGB channels and saturation

R 137 of 255 = 54%
G 222 of 255 = 87%
B 234 of 255 = 92%

137
222
234

R + G + B ~ 78%. #89DEEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 222 + 234 = 593 (100%)
R 137 of 593 ~ 23.1%
G 222 of 593 ~ 37.44%
B 234 of 593 ~ 39.46%

%23.1
%37.44
%39.46

CMYK color model

#89DEEA color CMYK value is (41,5,0,8).

  • cyan value is 41.45%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(41,5,0,8)
C41M5Y0K8 
(41%,5%,0%,8%)
(0.41/0.05/0.00/0.08)	

CMYK percentages

%41.45
%5.13
%0
%8.24

Codes

Color #89DEEA in popluar color models

89DEEA
RGB137222234
HSL187°69.78%72.75%
HSB/HSV187°41.45%91.76%
CMYK41.45%5.13%0.00%
8.24%

Color #89DEEA in popluar number systems.

HEX89DEEA
Decimal137222234
Binary100010011101111011101010
Octal211336352

Shades and tints

Shades of #89DEEA

#89DEEA
(137,222,234)
#7DCAD5
(125,202,213)
#71B6C0
(113,182,192)
#65A2AB
(101,162,171)
#598E96
(89,142,150)
#4D7A81
(77,122,129)
#41666C
(65,102,108)
#355257
(53,82,87)
#293E42
(41,62,66)
#1D2A2D
(29,42,45)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #89DEEA

#89DEEA
(137,222,234)
#93E1EB
(147,225,235)
#9DE4EC
(157,228,236)
#A7E7ED
(167,231,237)
#B1EAEE
(177,234,238)
#BBEDEF
(187,237,239)
#C5F0F0
(197,240,240)
#CFF3F1
(207,243,241)
#D9F6F2
(217,246,242)
#E3F9F3
(227,249,243)
#EDFCF4
(237,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DEEA color. Also use rgb(137,222,234) instead hex code.

Text Font Color

.myTextColor { color: #89DEEA; }

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

This text font color is #89DEEA.


Background Color

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

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

This div background color is #89DEEA.


Border color

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

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

This div border color is #89DEEA.


Opacity

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

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

Text with #89DEEA 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 #89DEEA;}

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

This text has shadow with #89DEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DEEA on black background.


Color preview on white background

This text has color #89DEEA on white background.



Black color preview on #89DEEA background

This text has black color on #89DEEA background.


White color preview on #89DEEA background

This text has white color on #89DEEA background.