COLOR #89C5F1

HEX: #89C5F1
RGB: (137,197,241)

Color info

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

RGB color model

#89C5F1 color RGB value is (137,197,241).

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

RGB channels and saturation

R 137 of 255 = 54%
G 197 of 255 = 77%
B 241 of 255 = 95%

137
197
241

R + G + B ~ 75%. #89C5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 197 + 241 = 575 (100%)
R 137 of 575 ~ 23.83%
G 197 of 575 ~ 34.26%
B 241 of 575 ~ 41.91%

%23.83
%34.26
%41.91

CMYK color model

#89C5F1 color CMYK value is (43,18,0,5).

  • cyan value is 43.15%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (43,18,0,5) C43M18Y0K5 (43%,18%,0%,5%) (0.43/0.18/0.00/0.05)

CMYK percentages

%43.15
%18.26
%0
%5.49

Codes

Color #89C5F1 in popluar color models

89C5F1
RGB137197241
HSL205°78.79%74.12%
HSB/HSV205°43.15%94.51%
CMYK43.15%18.26%0.00%
5.49%

Color #89C5F1 in popluar number systems.

HEX89C5F1
Decimal137197241
Binary100010011100010111110001
Octal211305361

Shades and tints

Shades of #89C5F1

#89C5F1
(137,197,241)
#7DB4DC
(125,180,220)
#71A3C7
(113,163,199)
#6592B2
(101,146,178)
#59819D
(89,129,157)
#4D7088
(77,112,136)
#415F73
(65,95,115)
#354E5E
(53,78,94)
#293D49
(41,61,73)
#1D2C34
(29,44,52)
#111B1F
(17,27,31)
#000000
(0,0,0)

Tints of #89C5F1

#89C5F1
(137,197,241)
#93CAF2
(147,202,242)
#9DCFF3
(157,207,243)
#A7D4F4
(167,212,244)
#B1D9F5
(177,217,245)
#BBDEF6
(187,222,246)
#C5E3F7
(197,227,247)
#CFE8F8
(207,232,248)
#D9EDF9
(217,237,249)
#E3F2FA
(227,242,250)
#EDF7FB
(237,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C5F1; }

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

This text font color is #89C5F1.


Background Color

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

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

This div background color is #89C5F1.


Border color

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

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

This div border color is #89C5F1.


Opacity

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

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

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

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

This text has shadow with #89C5F1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89C5F1 on black background.


Color preview on white background

This text has color #89C5F1 on white background.



Black color preview on #89C5F1 background

This text has black color on #89C5F1 background.


White color preview on #89C5F1 background

This text has white color on #89C5F1 background.