COLOR #89DFEB

HEX: #89DFEB
RGB: (137,223,235)

Color info

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

RGB color model

#89DFEB color RGB value is (137,223,235).

  • red value is 137;
  • green value is 223;
  • blue value is 235.
RGB:
(137,223,235)
(54%,87%,92%)

RGB channels and saturation

R 137 of 255 = 54%
G 223 of 255 = 87%
B 235 of 255 = 92%

137
223
235

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

Portions of RGB colors in percentages

R + G + B =
137 + 223 + 235 = 595 (100%)
R 137 of 595 ~ 23.03%
G 223 of 595 ~ 37.48%
B 235 of 595 ~ 39.5%

%23.03
%37.48
%39.5

CMYK color model

#89DFEB color CMYK value is (42,5,0,8).

  • cyan value is 41.70%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(42,5,0,8)
C42M5Y0K8 
(42%,5%,0%,8%)
(0.42/0.05/0.00/0.08)	

CMYK percentages

%41.7
%5.11
%0
%7.84

Codes

Color #89DFEB in popluar color models

89DFEB
RGB137223235
HSL187°71.01%72.94%
HSB/HSV187°41.70%92.16%
CMYK41.70%5.11%0.00%
7.84%

Color #89DFEB in popluar number systems.

HEX89DFEB
Decimal137223235
Binary100010011101111111101011
Octal211337353

Shades and tints

Shades of #89DFEB

#89DFEB
(137,223,235)
#7DCBD6
(125,203,214)
#71B7C1
(113,183,193)
#65A3AC
(101,163,172)
#598F97
(89,143,151)
#4D7B82
(77,123,130)
#41676D
(65,103,109)
#355358
(53,83,88)
#293F43
(41,63,67)
#1D2B2E
(29,43,46)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #89DFEB

#89DFEB
(137,223,235)
#93E1EC
(147,225,236)
#9DE3ED
(157,227,237)
#A7E5EE
(167,229,238)
#B1E7EF
(177,231,239)
#BBE9F0
(187,233,240)
#C5EBF1
(197,235,241)
#CFEDF2
(207,237,242)
#D9EFF3
(217,239,243)
#E3F1F4
(227,241,244)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DFEB color. Also use rgb(137,223,235) instead hex code.

Text Font Color

.myTextColor { color: #89DFEB; }

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

This text font color is #89DFEB.


Background Color

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

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

This div background color is #89DFEB.


Border color

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

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

This div border color is #89DFEB.


Opacity

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

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

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

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

This text has shadow with #89DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DFEB on black background.


Color preview on white background

This text has color #89DFEB on white background.



Black color preview on #89DFEB background

This text has black color on #89DFEB background.


White color preview on #89DFEB background

This text has white color on #89DFEB background.