COLOR #89BBEF

HEX: #89BBEF
RGB: (137,187,239)

Color info

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

RGB color model

#89BBEF color RGB value is (137,187,239).

  • red value is 137;
  • green value is 187;
  • blue value is 239.
RGB:
(137,187,239)
(54%,73%,94%)

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 239 of 255 = 94%

137
187
239

R + G + B ~ 74%. #89BBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 239 = 563 (100%)
R 137 of 563 ~ 24.33%
G 187 of 563 ~ 33.21%
B 239 of 563 ~ 42.45%

%24.33
%33.21
%42.45

CMYK color model

#89BBEF color CMYK value is (43,22,0,6).

  • cyan value is 42.68%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(43,22,0,6)
C43M22Y0K6 
(43%,22%,0%,6%)
(0.43/0.22/0.00/0.06)	

CMYK percentages

%42.68
%21.76
%0
%6.27

Codes

Color #89BBEF in popluar color models

89BBEF
RGB137187239
HSL211°76.12%73.73%
HSB/HSV211°42.68%93.73%
CMYK42.68%21.76%0.00%
6.27%

Color #89BBEF in popluar number systems.

HEX89BBEF
Decimal137187239
Binary100010011011101111101111
Octal211273357

Shades and tints

Shades of #89BBEF

#89BBEF
(137,187,239)
#7DAADA
(125,170,218)
#7199C5
(113,153,197)
#6588B0
(101,136,176)
#59779B
(89,119,155)
#4D6686
(77,102,134)
#415571
(65,85,113)
#35445C
(53,68,92)
#293347
(41,51,71)
#1D2232
(29,34,50)
#11111D
(17,17,29)
#000000
(0,0,0)

Tints of #89BBEF

#89BBEF
(137,187,239)
#93C1F0
(147,193,240)
#9DC7F1
(157,199,241)
#A7CDF2
(167,205,242)
#B1D3F3
(177,211,243)
#BBD9F4
(187,217,244)
#C5DFF5
(197,223,245)
#CFE5F6
(207,229,246)
#D9EBF7
(217,235,247)
#E3F1F8
(227,241,248)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BBEF color. Also use rgb(137,187,239) instead hex code.

Text Font Color

.myTextColor { color: #89BBEF; }

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

This text font color is #89BBEF.


Background Color

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

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

This div background color is #89BBEF.


Border color

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

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

This div border color is #89BBEF.


Opacity

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

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

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

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

This text has shadow with #89BBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BBEF on black background.


Color preview on white background

This text has color #89BBEF on white background.



Black color preview on #89BBEF background

This text has black color on #89BBEF background.


White color preview on #89BBEF background

This text has white color on #89BBEF background.