COLOR #89DAF1

HEX: #89DAF1
RGB: (137,218,241)

Color info

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

RGB color model

#89DAF1 color RGB value is (137,218,241).

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

RGB channels and saturation

R 137 of 255 = 54%
G 218 of 255 = 85%
B 241 of 255 = 95%

137
218
241

R + G + B ~ 78%. #89DAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 218 + 241 = 596 (100%)
R 137 of 596 ~ 22.99%
G 218 of 596 ~ 36.58%
B 241 of 596 ~ 40.44%

%22.99
%36.58
%40.44

CMYK color model

#89DAF1 color CMYK value is (43,10,0,5).

  • cyan value is 43.15%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(43,10,0,5)
C43M10Y0K5 
(43%,10%,0%,5%)
(0.43/0.10/0.00/0.05)	

CMYK percentages

%43.15
%9.54
%0
%5.49

Codes

Color #89DAF1 in popluar color models

89DAF1
RGB137218241
HSL193°78.79%74.12%
HSB/HSV193°43.15%94.51%
CMYK43.15%9.54%0.00%
5.49%

Color #89DAF1 in popluar number systems.

HEX89DAF1
Decimal137218241
Binary100010011101101011110001
Octal211332361

Shades and tints

Shades of #89DAF1

#89DAF1
(137,218,241)
#7DC7DC
(125,199,220)
#71B4C7
(113,180,199)
#65A1B2
(101,161,178)
#598E9D
(89,142,157)
#4D7B88
(77,123,136)
#416873
(65,104,115)
#35555E
(53,85,94)
#294249
(41,66,73)
#1D2F34
(29,47,52)
#111C1F
(17,28,31)
#000000
(0,0,0)

Tints of #89DAF1

#89DAF1
(137,218,241)
#93DDF2
(147,221,242)
#9DE0F3
(157,224,243)
#A7E3F4
(167,227,244)
#B1E6F5
(177,230,245)
#BBE9F6
(187,233,246)
#C5ECF7
(197,236,247)
#CFEFF8
(207,239,248)
#D9F2F9
(217,242,249)
#E3F5FA
(227,245,250)
#EDF8FB
(237,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DAF1; }

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

This text font color is #89DAF1.


Background Color

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

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

This div background color is #89DAF1.


Border color

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

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

This div border color is #89DAF1.


Opacity

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

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

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

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

This text has shadow with #89DAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DAF1 on black background.


Color preview on white background

This text has color #89DAF1 on white background.



Black color preview on #89DAF1 background

This text has black color on #89DAF1 background.


White color preview on #89DAF1 background

This text has white color on #89DAF1 background.