COLOR #89BEEC

HEX: #89BEEC RGB: (137,190,236)

Color info

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

RGB color model

#89BEEC color RGB value is (137,190,236).

RGB: (137,190,236) (54%, 75%, 93%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 236 of 255 = 93%

137
190
236

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

Portions of RGB colors in percentages

R + G + B = 137 + 190 + 236 = 563 (100%)
R 137 of 563 ~ 24.33%
G 190 of 563 ~ 33.75%
B 236 of 563 ~ 41.92'%

%24.33
%33.75
%41.92

CMYK color model

#89BEEC color CMYK value is (42,19,0,7).

  • cyan value is 41.95%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (42,19,0,7) C42M19Y0K7 (42%,19%,0%,7%) (0.42/0.19/0.00/0.07) 

CMYK percentages

%41.95
%19.49
%0
%7.45

Codes

Color #89BEEC in popluar color models

89 BE EC
RGB 137 190 236
HSL 208° 72.26% 73.14%
HSB/HSV 208° 41.95% 92.55%
CMYK 41.95% 19.49% 0.00%
7.45%

Color #89BEEC in popluar number systems.

HEX 89 BE EC
Decimal 137 190 236
Binary 10001001 10111110 11101100
Octal 211 276 354

Shades and tints

Shades of #89BEEC

#89BEEC
(137,190,236)
#7DADD7
(125,173,215)
#719CC2
(113,156,194)
#658BAD
(101,139,173)
#597A98
(89,122,152)
#4D6983
(77,105,131)
#41586E
(65,88,110)
#354759
(53,71,89)
#293644
(41,54,68)
#1D252F
(29,37,47)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #89BEEC

#89BEEC
(137,190,236)
#93C3ED
(147,195,237)
#9DC8EE
(157,200,238)
#A7CDEF
(167,205,239)
#B1D2F0
(177,210,240)
#BBD7F1
(187,215,241)
#C5DCF2
(197,220,242)
#CFE1F3
(207,225,243)
#D9E6F4
(217,230,244)
#E3EBF5
(227,235,245)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BEEC color. Also use rgb(137,190,236) instead hex code.

Text Font Color

.myTextColor { color: #89BEEC; }

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

This text font color is #89BEEC.

Background Color

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

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

This div background color is #89BEEC.

Border color

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

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

This div border color is #89BEEC.

Opacity

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

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

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

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

This text has shadow with #89BEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BEEC.

Preview

Color preview on black background

This text has color #89BEEC on black background.


Color preview on white background

This text has color #89BEEC on white background.


Black color preview on #89BEEC background

This text has black color on #89BEEC background.


White color preview on #89BEEC background

This text has white color on #89BEEC background.


Related colors

Complementary color

Complementary color for #hex is #764113.


I love getcolorcode.com

Triadic colors

1 #EC89BE and #BEEC89 with #89BEEC are triadic colors.

2 #ECBE89 and #BE89EC with #89BEEC are triadic colors.