COLOR #89CCF2

HEX: #89CCF2 RGB: (137,204,242)

Color info

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

RGB color model

#89CCF2 color RGB value is (137,204,242).

RGB: (137,204,242) (54%, 80%, 95%)

RGB channels and saturation

R 137 of 255 = 54%
G 204 of 255 = 80%
B 242 of 255 = 95%

137
204
242

R + G + B ~ 76%. #89CCF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 204 + 242 = 583 (100%)
R 137 of 583 ~ 23.5%
G 204 of 583 ~ 34.99%
B 242 of 583 ~ 41.51'%

%23.5
%34.99
%41.51

CMYK color model

#89CCF2 color CMYK value is (43,16,0,5).

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

CMYK: (43,16,0,5)
C43M16Y0K5 (43%, 16%, 0%, 5%)
(0.43 / 0.16 / 0.00 / 0.05)

CMYK percentages

%43.39
%15.7
%0
%5.1

Codes

Color #89CCF2 in popluar color models

89 CC F2
RGB 137 204 242
HSL 202° 80.15% 74.31%
HSB/HSV 202° 43.39% 94.90%
CMYK 43.39% 15.70% 0.00%
5.10%

Color #89CCF2 in popluar number systems.

HEX 89 CC F2
Decimal 137 204 242
Binary 10001001 11001100 11110010
Octal 211 314 362

Shades and tints

Shades of #89CCF2

#89CCF2
(137,204,242)
#7DBADC
(125,186,220)
#71A8C6
(113,168,198)
#6596B0
(101,150,176)
#59849A
(89,132,154)
#4D7284
(77,114,132)
#41606E
(65,96,110)
#354E58
(53,78,88)
#293C42
(41,60,66)
#1D2A2C
(29,42,44)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #89CCF2

#89CCF2
(137,204,242)
#93D0F3
(147,208,243)
#9DD4F4
(157,212,244)
#A7D8F5
(167,216,245)
#B1DCF6
(177,220,246)
#BBE0F7
(187,224,247)
#C5E4F8
(197,228,248)
#CFE8F9
(207,232,249)
#D9ECFA
(217,236,250)
#E3F0FB
(227,240,251)
#EDF4FC
(237,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CCF2; }

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

This text font color is #89CCF2.

Background Color

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

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

This div background color is #89CCF2.

Border color

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

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

This div border color is #89CCF2.

Opacity

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

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

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

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

This text has shadow with #89CCF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CCF2.

Preview

Color preview on black background

This text has color #89CCF2 on black background.


Color preview on white background

This text has color #89CCF2 on white background.


Black color preview on #89CCF2 background

This text has black color on #89CCF2 background.


White color preview on #89CCF2 background

This text has white color on #89CCF2 background.


Related colors

Complementary color

Complementary color for #hex is #76330D.


I love getcolorcode.com

Triadic colors

1 #F289CC and #CCF289 with #89CCF2 are triadic colors.

2 #F2CC89 and #CC89F2 with #89CCF2 are triadic colors.