COLOR #89E3FF

HEX: #89E3FF RGB: (137,227,255)

Color info

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

RGB color model

#89E3FF color RGB value is (137,227,255).

RGB: (137,227,255) (54%, 89%, 100%)

RGB channels and saturation

R 137 of 255 = 54%
G 227 of 255 = 89%
B 255 of 255 = 100%

137
227
255

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

Portions of RGB colors in percentages

R + G + B = 137 + 227 + 255 = 619 (100%)
R 137 of 619 ~ 22.13%
G 227 of 619 ~ 36.67%
B 255 of 619 ~ 41.2'%

%22.13
%36.67
%41.2

CMYK color model

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

  • cyan value is 46.27%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (46,11,0,0)
C46M11Y0K0 (46%, 11%, 0%, 0%)
(0.46 / 0.11 / 0.00 / 0.00)

CMYK percentages

%46.27
%10.98
%0
%0

Codes

Color #89E3FF in popluar color models

89 E3 FF
RGB 137 227 255
HSL 194° 100.00% 76.86%
HSB/HSV 194° 46.27% 100.00%
CMYK 46.27% 10.98% 0.00%
0.00%

Color #89E3FF in popluar number systems.

HEX 89 E3 FF
Decimal 137 227 255
Binary 10001001 11100011 11111111
Octal 211 343 377

Shades and tints

Shades of #89E3FF

#89E3FF
(137,227,255)
#7DCFE8
(125,207,232)
#71BBD1
(113,187,209)
#65A7BA
(101,167,186)
#5993A3
(89,147,163)
#4D7F8C
(77,127,140)
#416B75
(65,107,117)
#35575E
(53,87,94)
#294347
(41,67,71)
#1D2F30
(29,47,48)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #89E3FF

#89E3FF
(137,227,255)
#93E5FF
(147,229,255)
#9DE7FF
(157,231,255)
#A7E9FF
(167,233,255)
#B1EBFF
(177,235,255)
#BBEDFF
(187,237,255)
#C5EFFF
(197,239,255)
#CFF1FF
(207,241,255)
#D9F3FF
(217,243,255)
#E3F5FF
(227,245,255)
#EDF7FF
(237,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89E3FF; }

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

This text font color is #89E3FF.

Background Color

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

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

This div background color is #89E3FF.

Border color

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

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

This div border color is #89E3FF.

Opacity

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

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

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

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

This text has shadow with #89E3FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89E3FF.

Preview

Color preview on black background

This text has color #89E3FF on black background.


Color preview on white background

This text has color #89E3FF on white background.


Black color preview on #89E3FF background

This text has black color on #89E3FF background.


White color preview on #89E3FF background

This text has white color on #89E3FF background.


Related colors

Complementary color

Complementary color for #hex is #761C00.


I love getcolorcode.com

Triadic colors

1 #FF89E3 and #E3FF89 with #89E3FF are triadic colors.

2 #FFE389 and #E389FF with #89E3FF are triadic colors.