COLOR #89E6F5

HEX: #89E6F5 RGB: (137,230,245)

Color info

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

RGB color model

#89E6F5 color RGB value is (137,230,245).

RGB: (137,230,245) (54%, 90%, 96%)

RGB channels and saturation

R 137 of 255 = 54%
G 230 of 255 = 90%
B 245 of 255 = 96%

137
230
245

R + G + B ~ 80%. #89E6F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 230 + 245 = 612 (100%)
R 137 of 612 ~ 22.39%
G 230 of 612 ~ 37.58%
B 245 of 612 ~ 40.03'%

%22.39
%37.58
%40.03

CMYK color model

#89E6F5 color CMYK value is (44,6,0,4).

  • cyan value is 44.08%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (44,6,0,4)
C44M6Y0K4 (44%, 6%, 0%, 4%)
(0.44 / 0.06 / 0.00 / 0.04)

CMYK percentages

%44.08
%6.12
%0
%3.92

Codes

Color #89E6F5 in popluar color models

89 E6 F5
RGB 137 230 245
HSL 188° 84.38% 74.90%
HSB/HSV 188° 44.08% 96.08%
CMYK 44.08% 6.12% 0.00%
3.92%

Color #89E6F5 in popluar number systems.

HEX 89 E6 F5
Decimal 137 230 245
Binary 10001001 11100110 11110101
Octal 211 346 365

Shades and tints

Shades of #89E6F5

#89E6F5
(137,230,245)
#7DD2DF
(125,210,223)
#71BEC9
(113,190,201)
#65AAB3
(101,170,179)
#59969D
(89,150,157)
#4D8287
(77,130,135)
#416E71
(65,110,113)
#355A5B
(53,90,91)
#294645
(41,70,69)
#1D322F
(29,50,47)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #89E6F5

#89E6F5
(137,230,245)
#93E8F5
(147,232,245)
#9DEAF5
(157,234,245)
#A7ECF5
(167,236,245)
#B1EEF5
(177,238,245)
#BBF0F5
(187,240,245)
#C5F2F5
(197,242,245)
#CFF4F5
(207,244,245)
#D9F6F5
(217,246,245)
#E3F8F5
(227,248,245)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E6F5 color. Also use rgb(137,230,245) instead hex code.

Text Font Color

.myTextColor { color: #89E6F5; }

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

This text font color is #89E6F5.

Background Color

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

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

This div background color is #89E6F5.

Border color

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

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

This div border color is #89E6F5.

Opacity

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

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

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

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

This text has shadow with #89E6F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E6F5.

Preview

Color preview on black background

This text has color #89E6F5 on black background.


Color preview on white background

This text has color #89E6F5 on white background.


Black color preview on #89E6F5 background

This text has black color on #89E6F5 background.


White color preview on #89E6F5 background

This text has white color on #89E6F5 background.


Related colors

Complementary color

Complementary color for #hex is #76190A.


I love getcolorcode.com

Triadic colors

1 #F589E6 and #E6F589 with #89E6F5 are triadic colors.

2 #F5E689 and #E689F5 with #89E6F5 are triadic colors.