COLOR #89E1FC

HEX: #89E1FC
RGB: (137,225,252)

Color info

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

RGB color model

#89E1FC color RGB value is (137,225,252).

  • red value is 137;
  • green value is 225;
  • blue value is 252.
RGB:
(137,225,252)
(54%,88%,99%)

RGB channels and saturation

R 137 of 255 = 54%
G 225 of 255 = 88%
B 252 of 255 = 99%

137
225
252

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

Portions of RGB colors in percentages

R + G + B =
137 + 225 + 252 = 614 (100%)
R 137 of 614 ~ 22.31%
G 225 of 614 ~ 36.64%
B 252 of 614 ~ 41.04%

%22.31
%36.64
%41.04

CMYK color model

#89E1FC color CMYK value is (46,11,0,1).

  • cyan value is 45.63%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(46,11,0,1)
C46M11Y0K1 
(46%,11%,0%,1%)
(0.46/0.11/0.00/0.01)	

CMYK percentages

%45.63
%10.71
%0
%1.18

Codes

Color #89E1FC in popluar color models

89E1FC
RGB137225252
HSL194°95.04%76.27%
HSB/HSV194°45.63%98.82%
CMYK45.63%10.71%0.00%
1.18%

Color #89E1FC in popluar number systems.

HEX89E1FC
Decimal137225252
Binary100010011110000111111100
Octal211341374

Shades and tints

Shades of #89E1FC

#89E1FC
(137,225,252)
#7DCDE6
(125,205,230)
#71B9D0
(113,185,208)
#65A5BA
(101,165,186)
#5991A4
(89,145,164)
#4D7D8E
(77,125,142)
#416978
(65,105,120)
#355562
(53,85,98)
#29414C
(41,65,76)
#1D2D36
(29,45,54)
#111920
(17,25,32)
#000000
(0,0,0)

Tints of #89E1FC

#89E1FC
(137,225,252)
#93E3FC
(147,227,252)
#9DE5FC
(157,229,252)
#A7E7FC
(167,231,252)
#B1E9FC
(177,233,252)
#BBEBFC
(187,235,252)
#C5EDFC
(197,237,252)
#CFEFFC
(207,239,252)
#D9F1FC
(217,241,252)
#E3F3FC
(227,243,252)
#EDF5FC
(237,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E1FC color. Also use rgb(137,225,252) instead hex code.

Text Font Color

.myTextColor { color: #89E1FC; }

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

This text font color is #89E1FC.


Background Color

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

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

This div background color is #89E1FC.


Border color

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

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

This div border color is #89E1FC.


Opacity

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

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

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

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

This text has shadow with #89E1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E1FC on black background.


Color preview on white background

This text has color #89E1FC on white background.



Black color preview on #89E1FC background

This text has black color on #89E1FC background.


White color preview on #89E1FC background

This text has white color on #89E1FC background.