COLOR #089DD6

HEX: #089DD6
RGB: (8,157,214)

Color info

#089DD6 contains mainly green and blue colors. Web safe color of #089DD6 is #0099CC (or #09C).

RGB color model

#089DD6 color RGB value is (8,157,214).

  • red value is 8;
  • green value is 157;
  • blue value is 214.
RGB:
(8,157,214)
(3%,62%,84%)

RGB channels and saturation

R 8 of 255 = 3%
G 157 of 255 = 62%
B 214 of 255 = 84%

8
157
214

R + G + B ~ 50%. #089DD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 157 + 214 = 379 (100%)
R 8 of 379 ~ 2.11%
G 157 of 379 ~ 41.42%
B 214 of 379 ~ 56.46%

%41.42
%56.46

CMYK color model

#089DD6 color CMYK value is (96,27,0,16).

  • cyan value is 96.26%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(96,27,0,16)
C96M27Y0K16 
(96%,27%,0%,16%)
(0.96/0.27/0.00/0.16)	

CMYK percentages

%96.26
%26.64
%0
%16.08

Codes

Color #089DD6 in popluar color models

089DD6
RGB8157214
HSL197°92.79%43.53%
HSB/HSV197°96.26%83.92%
CMYK96.26%26.64%0.00%
16.08%

Color #089DD6 in popluar number systems.

HEX089DD6
Decimal8157214
Binary10001001110111010110
Octal10235326

Shades and tints

Shades of #089DD6

#089DD6
(8,157,214)
#088FC3
(8,143,195)
#0881B0
(8,129,176)
#08739D
(8,115,157)
#08658A
(8,101,138)
#085777
(8,87,119)
#084964
(8,73,100)
#083B51
(8,59,81)
#082D3E
(8,45,62)
#081F2B
(8,31,43)
#081118
(8,17,24)
#000000
(0,0,0)

Tints of #089DD6

#089DD6
(8,157,214)
#1EA5D9
(30,165,217)
#34ADDC
(52,173,220)
#4AB5DF
(74,181,223)
#60BDE2
(96,189,226)
#76C5E5
(118,197,229)
#8CCDE8
(140,205,232)
#A2D5EB
(162,213,235)
#B8DDEE
(184,221,238)
#CEE5F1
(206,229,241)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #089DD6 color. Also use rgb(8,157,214) instead hex code.

Text Font Color

.myTextColor { color: #089DD6; }

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

This text font color is #089DD6.


Background Color

.myBgColor { background-color: #089DD6; }

<div style="background-color:#089DD6">Inner text</div>

This div background color is #089DD6.


Border color

.myBorderColor { border: 1px solid #089DD6; }

<div style="border:3px solid #089DD6">Div</div>

This div border color is #089DD6.


Opacity

.myOpacity80 { color: #089DD6; opacity: 0.8; }

<p style="color:#089DD6;opacity:0.8;">80%</p>

Text with #089DD6 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 #089DD6;}

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

This text has shadow with #089DD6 color.

.textShadow {text-shadow: 3px 3px 1px #089DD6, 3px 3px 1px red;}

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

This text has shadow with #089DD6 primary color and red secondary color.


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

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

This text has shadow with #089DD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #089DD6 on black background.


Color preview on white background

This text has color #089DD6 on white background.



Black color preview on #089DD6 background

This text has black color on #089DD6 background.


White color preview on #089DD6 background

This text has white color on #089DD6 background.