COLOR #89B0F4

HEX: #89B0F4
RGB: (137,176,244)

Color info

#89B0F4 contains mainly blue color. Web safe color of #89B0F4 is #9999FF (or #99F).

RGB color model

#89B0F4 color RGB value is (137,176,244).

  • red value is 137;
  • green value is 176;
  • blue value is 244.
RGB:
(137,176,244)
(54%,69%,96%)

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 244 of 255 = 96%

137
176
244

R + G + B ~ 73%. #89B0F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 244 = 557 (100%)
R 137 of 557 ~ 24.6%
G 176 of 557 ~ 31.6%
B 244 of 557 ~ 43.81%

%24.6
%31.6
%43.81

CMYK color model

#89B0F4 color CMYK value is (44,28,0,4).

  • cyan value is 43.85%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(44,28,0,4)
C44M28Y0K4 
(44%,28%,0%,4%)
(0.44/0.28/0.00/0.04)	

CMYK percentages

%43.85
%27.87
%0
%4.31

Codes

Color #89B0F4 in popluar color models

89B0F4
RGB137176244
HSL218°82.95%74.71%
HSB/HSV218°43.85%95.69%
CMYK43.85%27.87%0.00%
4.31%

Color #89B0F4 in popluar number systems.

HEX89B0F4
Decimal137176244
Binary100010011011000011110100
Octal211260364

Shades and tints

Shades of #89B0F4

#89B0F4
(137,176,244)
#7DA0DE
(125,160,222)
#7190C8
(113,144,200)
#6580B2
(101,128,178)
#59709C
(89,112,156)
#4D6086
(77,96,134)
#415070
(65,80,112)
#35405A
(53,64,90)
#293044
(41,48,68)
#1D202E
(29,32,46)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #89B0F4

#89B0F4
(137,176,244)
#93B7F5
(147,183,245)
#9DBEF6
(157,190,246)
#A7C5F7
(167,197,247)
#B1CCF8
(177,204,248)
#BBD3F9
(187,211,249)
#C5DAFA
(197,218,250)
#CFE1FB
(207,225,251)
#D9E8FC
(217,232,252)
#E3EFFD
(227,239,253)
#EDF6FE
(237,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B0F4 color. Also use rgb(137,176,244) instead hex code.

Text Font Color

.myTextColor { color: #89B0F4; }

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

This text font color is #89B0F4.


Background Color

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

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

This div background color is #89B0F4.


Border color

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

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

This div border color is #89B0F4.


Opacity

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

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

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

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

This text has shadow with #89B0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B0F4 on black background.


Color preview on white background

This text has color #89B0F4 on white background.



Black color preview on #89B0F4 background

This text has black color on #89B0F4 background.


White color preview on #89B0F4 background

This text has white color on #89B0F4 background.