COLOR #118EAD

HEX: #118EAD
RGB: (17,142,173)

Color info

#118EAD contains mainly green and blue colors. Web safe color of #118EAD is #009999 (or #099).

RGB color model

#118EAD color RGB value is (17,142,173).

  • red value is 17;
  • green value is 142;
  • blue value is 173.
RGB:
(17,142,173)
(7%,56%,68%)

RGB channels and saturation

R 17 of 255 = 7%
G 142 of 255 = 56%
B 173 of 255 = 68%

17
142
173

R + G + B ~ 44%. #118EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 142 + 173 = 332 (100%)
R 17 of 332 ~ 5.12%
G 142 of 332 ~ 42.77%
B 173 of 332 ~ 52.11%

%42.77
%52.11

CMYK color model

#118EAD color CMYK value is (90,18,0,32).

  • cyan value is 90.17%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(90,18,0,32)
C90M18Y0K32 
(90%,18%,0%,32%)
(0.90/0.18/0.00/0.32)	

CMYK percentages

%90.17
%17.92
%0
%32.16

Codes

Color #118EAD in popluar color models

118EAD
RGB17142173
HSL192°82.11%37.25%
HSB/HSV192°90.17%67.84%
CMYK90.17%17.92%0.00%
32.16%

Color #118EAD in popluar number systems.

HEX118EAD
Decimal17142173
Binary100011000111010101101
Octal21216255

Shades and tints

Shades of #118EAD

#118EAD
(17,142,173)
#10829E
(16,130,158)
#0F768F
(15,118,143)
#0E6A80
(14,106,128)
#0D5E71
(13,94,113)
#0C5262
(12,82,98)
#0B4653
(11,70,83)
#0A3A44
(10,58,68)
#092E35
(9,46,53)
#082226
(8,34,38)
#071617
(7,22,23)
#000000
(0,0,0)

Tints of #118EAD

#118EAD
(17,142,173)
#2698B4
(38,152,180)
#3BA2BB
(59,162,187)
#50ACC2
(80,172,194)
#65B6C9
(101,182,201)
#7AC0D0
(122,192,208)
#8FCAD7
(143,202,215)
#A4D4DE
(164,212,222)
#B9DEE5
(185,222,229)
#CEE8EC
(206,232,236)
#E3F2F3
(227,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118EAD color. Also use rgb(17,142,173) instead hex code.

Text Font Color

.myTextColor { color: #118EAD; }

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

This text font color is #118EAD.


Background Color

.myBgColor { background-color: #118EAD; }

<div style="background-color:#118EAD">Inner text</div>

This div background color is #118EAD.


Border color

.myBorderColor { border: 1px solid #118EAD; }

<div style="border:3px solid #118EAD">Div</div>

This div border color is #118EAD.


Opacity

.myOpacity80 { color: #118EAD; opacity: 0.8; }

<p style="color:#118EAD;opacity:0.8;">80%</p>

Text with #118EAD 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 #118EAD;}

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

This text has shadow with #118EAD color.

.textShadow {text-shadow: 3px 3px 1px #118EAD, 3px 3px 1px red;}

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

This text has shadow with #118EAD primary color and red secondary color.


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

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

This text has shadow with #118EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118EAD on black background.


Color preview on white background

This text has color #118EAD on white background.



Black color preview on #118EAD background

This text has black color on #118EAD background.


White color preview on #118EAD background

This text has white color on #118EAD background.