COLOR #89C0EA

HEX: #89C0EA RGB: (137,192,234)

Color info

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

RGB color model

#89C0EA color RGB value is (137,192,234).

RGB: (137,192,234) (54%, 75%, 92%)

RGB channels and saturation

R 137 of 255 = 54%
G 192 of 255 = 75%
B 234 of 255 = 92%

137
192
234

R + G + B ~ 74%. #89C0EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 192 + 234 = 563 (100%)
R 137 of 563 ~ 24.33%
G 192 of 563 ~ 34.1%
B 234 of 563 ~ 41.56'%

%24.33
%34.1
%41.56

CMYK color model

#89C0EA color CMYK value is (41,18,0,8).

  • cyan value is 41.45%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (41,18,0,8) C41M18Y0K8 (41%,18%,0%,8%) (0.41/0.18/0.00/0.08) 

CMYK percentages

%41.45
%17.95
%0
%8.24

Codes

Color #89C0EA in popluar color models

89 C0 EA
RGB 137 192 234
HSL 206° 69.78% 72.75%
HSB/HSV 206° 41.45% 91.76%
CMYK 41.45% 17.95% 0.00%
8.24%

Color #89C0EA in popluar number systems.

HEX 89 C0 EA
Decimal 137 192 234
Binary 10001001 11000000 11101010
Octal 211 300 352

Shades and tints

Shades of #89C0EA

#89C0EA
(137,192,234)
#7DAFD5
(125,175,213)
#719EC0
(113,158,192)
#658DAB
(101,141,171)
#597C96
(89,124,150)
#4D6B81
(77,107,129)
#415A6C
(65,90,108)
#354957
(53,73,87)
#293842
(41,56,66)
#1D272D
(29,39,45)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #89C0EA

#89C0EA
(137,192,234)
#93C5EB
(147,197,235)
#9DCAEC
(157,202,236)
#A7CFED
(167,207,237)
#B1D4EE
(177,212,238)
#BBD9EF
(187,217,239)
#C5DEF0
(197,222,240)
#CFE3F1
(207,227,241)
#D9E8F2
(217,232,242)
#E3EDF3
(227,237,243)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C0EA color. Also use rgb(137,192,234) instead hex code.

Text Font Color

.myTextColor { color: #89C0EA; }

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

This text font color is #89C0EA.

Background Color

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

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

This div background color is #89C0EA.

Border color

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

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

This div border color is #89C0EA.

Opacity

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

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

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

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

This text has shadow with #89C0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C0EA.

Preview

Color preview on black background

This text has color #89C0EA on black background.


Color preview on white background

This text has color #89C0EA on white background.


Black color preview on #89C0EA background

This text has black color on #89C0EA background.


White color preview on #89C0EA background

This text has white color on #89C0EA background.


Related colors

Complementary color

Complementary color for #hex is #763F15.


I love getcolorcode.com

Triadic colors

1 #EA89C0 and #C0EA89 with #89C0EA are triadic colors.

2 #EAC089 and #C089EA with #89C0EA are triadic colors.