COLOR #89E3FD

HEX: #89E3FD RGB: (137,227,253)

Color info

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

RGB color model

#89E3FD color RGB value is (137,227,253).

RGB: (137,227,253) (54%, 89%, 99%)

RGB channels and saturation

R 137 of 255 = 54%
G 227 of 255 = 89%
B 253 of 255 = 99%

137
227
253

R + G + B ~ 81%. #89E3FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 227 + 253 = 617 (100%)
R 137 of 617 ~ 22.2%
G 227 of 617 ~ 36.79%
B 253 of 617 ~ 41'%

%22.2
%36.79
%41

CMYK color model

#89E3FD color CMYK value is (46,10,0,1).

  • cyan value is 45.85%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (46,10,0,1)
C46M10Y0K1 (46%, 10%, 0%, 1%)
(0.46 / 0.10 / 0.00 / 0.01)

CMYK percentages

%45.85
%10.28
%0
%0.78

Codes

Color #89E3FD in popluar color models

89 E3 FD
RGB 137 227 253
HSL 193° 96.67% 76.47%
HSB/HSV 193° 45.85% 99.22%
CMYK 45.85% 10.28% 0.00%
0.78%

Color #89E3FD in popluar number systems.

HEX 89 E3 FD
Decimal 137 227 253
Binary 10001001 11100011 11111101
Octal 211 343 375

Shades and tints

Shades of #89E3FD

#89E3FD
(137,227,253)
#7DCFE6
(125,207,230)
#71BBCF
(113,187,207)
#65A7B8
(101,167,184)
#5993A1
(89,147,161)
#4D7F8A
(77,127,138)
#416B73
(65,107,115)
#35575C
(53,87,92)
#294345
(41,67,69)
#1D2F2E
(29,47,46)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #89E3FD

#89E3FD
(137,227,253)
#93E5FD
(147,229,253)
#9DE7FD
(157,231,253)
#A7E9FD
(167,233,253)
#B1EBFD
(177,235,253)
#BBEDFD
(187,237,253)
#C5EFFD
(197,239,253)
#CFF1FD
(207,241,253)
#D9F3FD
(217,243,253)
#E3F5FD
(227,245,253)
#EDF7FD
(237,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E3FD color. Also use rgb(137,227,253) instead hex code.

Text Font Color

.myTextColor { color: #89E3FD; }

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

This text font color is #89E3FD.

Background Color

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

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

This div background color is #89E3FD.

Border color

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

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

This div border color is #89E3FD.

Opacity

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

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

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

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

This text has shadow with #89E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E3FD.

Preview

Color preview on black background

This text has color #89E3FD on black background.


Color preview on white background

This text has color #89E3FD on white background.


Black color preview on #89E3FD background

This text has black color on #89E3FD background.


White color preview on #89E3FD background

This text has white color on #89E3FD background.


Related colors

Complementary color

Complementary color for #hex is #761C02.


I love getcolorcode.com

Triadic colors

1 #FD89E3 and #E3FD89 with #89E3FD are triadic colors.

2 #FDE389 and #E389FD with #89E3FD are triadic colors.