COLOR #89D4ED

HEX: #89D4ED RGB: (137,212,237)

Color info

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

RGB color model

#89D4ED color RGB value is (137,212,237).

RGB: (137,212,237) (54%, 83%, 93%)

RGB channels and saturation

R 137 of 255 = 54%
G 212 of 255 = 83%
B 237 of 255 = 93%

137
212
237

R + G + B ~ 77%. #89D4ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 212 + 237 = 586 (100%)
R 137 of 586 ~ 23.38%
G 212 of 586 ~ 36.18%
B 237 of 586 ~ 40.44'%

%23.38
%36.18
%40.44

CMYK color model

#89D4ED color CMYK value is (42,11,0,7).

  • cyan value is 42.19%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (42,11,0,7) C42M11Y0K7 (42%,11%,0%,7%) (0.42/0.11/0.00/0.07) 

CMYK percentages

%42.19
%10.55
%0
%7.06

Codes

Color #89D4ED in popluar color models

89 D4 ED
RGB 137 212 237
HSL 195° 73.53% 73.33%
HSB/HSV 195° 42.19% 92.94%
CMYK 42.19% 10.55% 0.00%
7.06%

Color #89D4ED in popluar number systems.

HEX 89 D4 ED
Decimal 137 212 237
Binary 10001001 11010100 11101101
Octal 211 324 355

Shades and tints

Shades of #89D4ED

#89D4ED
(137,212,237)
#7DC1D8
(125,193,216)
#71AEC3
(113,174,195)
#659BAE
(101,155,174)
#598899
(89,136,153)
#4D7584
(77,117,132)
#41626F
(65,98,111)
#354F5A
(53,79,90)
#293C45
(41,60,69)
#1D2930
(29,41,48)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #89D4ED

#89D4ED
(137,212,237)
#93D7EE
(147,215,238)
#9DDAEF
(157,218,239)
#A7DDF0
(167,221,240)
#B1E0F1
(177,224,241)
#BBE3F2
(187,227,242)
#C5E6F3
(197,230,243)
#CFE9F4
(207,233,244)
#D9ECF5
(217,236,245)
#E3EFF6
(227,239,246)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D4ED color. Also use rgb(137,212,237) instead hex code.

Text Font Color

.myTextColor { color: #89D4ED; }

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

This text font color is #89D4ED.

Background Color

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

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

This div background color is #89D4ED.

Border color

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

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

This div border color is #89D4ED.

Opacity

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

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

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

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

This text has shadow with #89D4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D4ED.

Preview

Color preview on black background

This text has color #89D4ED on black background.


Color preview on white background

This text has color #89D4ED on white background.


Black color preview on #89D4ED background

This text has black color on #89D4ED background.


White color preview on #89D4ED background

This text has white color on #89D4ED background.


Related colors

Complementary color

Complementary color for #hex is #762B12.


I love getcolorcode.com

Triadic colors

1 #ED89D4 and #D4ED89 with #89D4ED are triadic colors.

2 #EDD489 and #D489ED with #89D4ED are triadic colors.