COLOR #89CFF0

HEX: #89CFF0
RGB: (137,207,240)

Color info

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

RGB color model

#89CFF0 color RGB value is (137,207,240).

  • red value is 137;
  • green value is 207;
  • blue value is 240.
RGB:
(137,207,240)
(54%,81%,94%)

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 240 of 255 = 94%

137
207
240

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

Portions of RGB colors in percentages

R + G + B =
137 + 207 + 240 = 584 (100%)
R 137 of 584 ~ 23.46%
G 207 of 584 ~ 35.45%
B 240 of 584 ~ 41.1%

%23.46
%35.45
%41.1

CMYK color model

#89CFF0 color CMYK value is (43,14,0,6).

  • cyan value is 42.92%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(43,14,0,6)
C43M14Y0K6 
(43%,14%,0%,6%)
(0.43/0.14/0.00/0.06)	

CMYK percentages

%42.92
%13.75
%0
%5.88

Codes

Color #89CFF0 in popluar color models

89CFF0
RGB137207240
HSL199°77.44%73.92%
HSB/HSV199°42.92%94.12%
CMYK42.92%13.75%0.00%
5.88%

Color #89CFF0 in popluar number systems.

HEX89CFF0
Decimal137207240
Binary100010011100111111110000
Octal211317360

Shades and tints

Shades of #89CFF0

#89CFF0
(137,207,240)
#7DBDDB
(125,189,219)
#71ABC6
(113,171,198)
#6599B1
(101,153,177)
#59879C
(89,135,156)
#4D7587
(77,117,135)
#416372
(65,99,114)
#35515D
(53,81,93)
#293F48
(41,63,72)
#1D2D33
(29,45,51)
#111B1E
(17,27,30)
#000000
(0,0,0)

Tints of #89CFF0

#89CFF0
(137,207,240)
#93D3F1
(147,211,241)
#9DD7F2
(157,215,242)
#A7DBF3
(167,219,243)
#B1DFF4
(177,223,244)
#BBE3F5
(187,227,245)
#C5E7F6
(197,231,246)
#CFEBF7
(207,235,247)
#D9EFF8
(217,239,248)
#E3F3F9
(227,243,249)
#EDF7FA
(237,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CFF0 color. Also use rgb(137,207,240) instead hex code.

Text Font Color

.myTextColor { color: #89CFF0; }

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

This text font color is #89CFF0.


Background Color

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

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

This div background color is #89CFF0.


Border color

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

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

This div border color is #89CFF0.


Opacity

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

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

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

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

This text has shadow with #89CFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CFF0 on black background.


Color preview on white background

This text has color #89CFF0 on white background.



Black color preview on #89CFF0 background

This text has black color on #89CFF0 background.


White color preview on #89CFF0 background

This text has white color on #89CFF0 background.