COLOR #89D8F2

HEX: #89D8F2 RGB: (137,216,242)

Color info

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

RGB color model

#89D8F2 color RGB value is (137,216,242).

RGB: (137,216,242) (54%, 85%, 95%)

RGB channels and saturation

R 137 of 255 = 54%
G 216 of 255 = 85%
B 242 of 255 = 95%

137
216
242

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

Portions of RGB colors in percentages

R + G + B = 137 + 216 + 242 = 595 (100%)
R 137 of 595 ~ 23.03%
G 216 of 595 ~ 36.3%
B 242 of 595 ~ 40.67'%

%23.03
%36.3
%40.67

CMYK color model

#89D8F2 color CMYK value is (43,11,0,5).

  • cyan value is 43.39%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (43,11,0,5)
C43M11Y0K5 (43%, 11%, 0%, 5%)
(0.43 / 0.11 / 0.00 / 0.05)

CMYK percentages

%43.39
%10.74
%0
%5.1

Codes

Color #89D8F2 in popluar color models

89 D8 F2
RGB 137 216 242
HSL 195° 80.15% 74.31%
HSB/HSV 195° 43.39% 94.90%
CMYK 43.39% 10.74% 0.00%
5.10%

Color #89D8F2 in popluar number systems.

HEX 89 D8 F2
Decimal 137 216 242
Binary 10001001 11011000 11110010
Octal 211 330 362

Shades and tints

Shades of #89D8F2

#89D8F2
(137,216,242)
#7DC5DC
(125,197,220)
#71B2C6
(113,178,198)
#659FB0
(101,159,176)
#598C9A
(89,140,154)
#4D7984
(77,121,132)
#41666E
(65,102,110)
#355358
(53,83,88)
#294042
(41,64,66)
#1D2D2C
(29,45,44)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #89D8F2

#89D8F2
(137,216,242)
#93DBF3
(147,219,243)
#9DDEF4
(157,222,244)
#A7E1F5
(167,225,245)
#B1E4F6
(177,228,246)
#BBE7F7
(187,231,247)
#C5EAF8
(197,234,248)
#CFEDF9
(207,237,249)
#D9F0FA
(217,240,250)
#E3F3FB
(227,243,251)
#EDF6FC
(237,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D8F2 color. Also use rgb(137,216,242) instead hex code.

Text Font Color

.myTextColor { color: #89D8F2; }

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

This text font color is #89D8F2.

Background Color

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

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

This div background color is #89D8F2.

Border color

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

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

This div border color is #89D8F2.

Opacity

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

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

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

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

This text has shadow with #89D8F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D8F2.

Preview

Color preview on black background

This text has color #89D8F2 on black background.


Color preview on white background

This text has color #89D8F2 on white background.


Black color preview on #89D8F2 background

This text has black color on #89D8F2 background.


White color preview on #89D8F2 background

This text has white color on #89D8F2 background.


Related colors

Complementary color

Complementary color for #hex is #76270D.


I love getcolorcode.com

Triadic colors

1 #F289D8 and #D8F289 with #89D8F2 are triadic colors.

2 #F2D889 and #D889F2 with #89D8F2 are triadic colors.