COLOR #89B0F8

HEX: #89B0F8
RGB: (137,176,248)

Color info

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

RGB color model

#89B0F8 color RGB value is (137,176,248).

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

RGB channels and saturation

R 137 of 255 = 54%
G 176 of 255 = 69%
B 248 of 255 = 97%

137
176
248

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

Portions of RGB colors in percentages

R + G + B =
137 + 176 + 248 = 561 (100%)
R 137 of 561 ~ 24.42%
G 176 of 561 ~ 31.37%
B 248 of 561 ~ 44.21%

%24.42
%31.37
%44.21

CMYK color model

#89B0F8 color CMYK value is (45,29,0,3).

  • cyan value is 44.76%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(45,29,0,3)
C45M29Y0K3 
(45%,29%,0%,3%)
(0.45/0.29/0.00/0.03)	

CMYK percentages

%44.76
%29.03
%0
%2.75

Codes

Color #89B0F8 in popluar color models

89B0F8
RGB137176248
HSL219°88.80%75.49%
HSB/HSV219°44.76%97.25%
CMYK44.76%29.03%0.00%
2.75%

Color #89B0F8 in popluar number systems.

HEX89B0F8
Decimal137176248
Binary100010011011000011111000
Octal211260370

Shades and tints

Shades of #89B0F8

#89B0F8
(137,176,248)
#7DA0E2
(125,160,226)
#7190CC
(113,144,204)
#6580B6
(101,128,182)
#5970A0
(89,112,160)
#4D608A
(77,96,138)
#415074
(65,80,116)
#35405E
(53,64,94)
#293048
(41,48,72)
#1D2032
(29,32,50)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #89B0F8

#89B0F8
(137,176,248)
#93B7F8
(147,183,248)
#9DBEF8
(157,190,248)
#A7C5F8
(167,197,248)
#B1CCF8
(177,204,248)
#BBD3F8
(187,211,248)
#C5DAF8
(197,218,248)
#CFE1F8
(207,225,248)
#D9E8F8
(217,232,248)
#E3EFF8
(227,239,248)
#EDF6F8
(237,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B0F8; }

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

This text font color is #89B0F8.


Background Color

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

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

This div background color is #89B0F8.


Border color

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

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

This div border color is #89B0F8.


Opacity

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

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

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

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

This text has shadow with #89B0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B0F8 on black background.


Color preview on white background

This text has color #89B0F8 on white background.



Black color preview on #89B0F8 background

This text has black color on #89B0F8 background.


White color preview on #89B0F8 background

This text has white color on #89B0F8 background.