COLOR #89B9F1

HEX: #89B9F1
RGB: (137,185,241)

Color info

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

RGB color model

#89B9F1 color RGB value is (137,185,241).

  • red value is 137;
  • green value is 185;
  • blue value is 241.
RGB:
(137,185,241)
(54%,73%,95%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 241 of 255 = 95%

137
185
241

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

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 241 = 563 (100%)
R 137 of 563 ~ 24.33%
G 185 of 563 ~ 32.86%
B 241 of 563 ~ 42.81%

%24.33
%32.86
%42.81

CMYK color model

#89B9F1 color CMYK value is (43,23,0,5).

  • cyan value is 43.15%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(43,23,0,5)
C43M23Y0K5 
(43%,23%,0%,5%)
(0.43/0.23/0.00/0.05)	

CMYK percentages

%43.15
%23.24
%0
%5.49

Codes

Color #89B9F1 in popluar color models

89B9F1
RGB137185241
HSL212°78.79%74.12%
HSB/HSV212°43.15%94.51%
CMYK43.15%23.24%0.00%
5.49%

Color #89B9F1 in popluar number systems.

HEX89B9F1
Decimal137185241
Binary100010011011100111110001
Octal211271361

Shades and tints

Shades of #89B9F1

#89B9F1
(137,185,241)
#7DA9DC
(125,169,220)
#7199C7
(113,153,199)
#6589B2
(101,137,178)
#59799D
(89,121,157)
#4D6988
(77,105,136)
#415973
(65,89,115)
#35495E
(53,73,94)
#293949
(41,57,73)
#1D2934
(29,41,52)
#11191F
(17,25,31)
#000000
(0,0,0)

Tints of #89B9F1

#89B9F1
(137,185,241)
#93BFF2
(147,191,242)
#9DC5F3
(157,197,243)
#A7CBF4
(167,203,244)
#B1D1F5
(177,209,245)
#BBD7F6
(187,215,246)
#C5DDF7
(197,221,247)
#CFE3F8
(207,227,248)
#D9E9F9
(217,233,249)
#E3EFFA
(227,239,250)
#EDF5FB
(237,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B9F1 color. Also use rgb(137,185,241) instead hex code.

Text Font Color

.myTextColor { color: #89B9F1; }

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

This text font color is #89B9F1.


Background Color

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

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

This div background color is #89B9F1.


Border color

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

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

This div border color is #89B9F1.


Opacity

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

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

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

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

This text has shadow with #89B9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B9F1 on black background.


Color preview on white background

This text has color #89B9F1 on white background.



Black color preview on #89B9F1 background

This text has black color on #89B9F1 background.


White color preview on #89B9F1 background

This text has white color on #89B9F1 background.