COLOR #188EAD

HEX: #188EAD RGB: (24,142,173)

Color info

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

RGB color model

#188EAD color RGB value is (24,142,173).

RGB: (24,142,173) (9%, 56%, 68%)

RGB channels and saturation

R 24 of 255 = 9%
G 142 of 255 = 56%
B 173 of 255 = 68%

24
142
173

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

Portions of RGB colors in percentages

R + G + B = 24 + 142 + 173 = 339 (100%)
R 24 of 339 ~ 7.08%
G 142 of 339 ~ 41.89%
B 173 of 339 ~ 51.03'%

%41.89
%51.03

CMYK color model

#188EAD color CMYK value is (86,18,0,32).

  • cyan value is 86.13%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (86,18,0,32)
C86M18Y0K32 (86%, 18%, 0%, 32%)
(0.86 / 0.18 / 0.00 / 0.32)

CMYK percentages

%86.13
%17.92
%0
%32.16

Codes

Color #188EAD in popluar color models

18 8E AD
RGB 24 142 173
HSL 192° 75.63% 38.63%
HSB/HSV 192° 86.13% 67.84%
CMYK 86.13% 17.92% 0.00%
32.16%

Color #188EAD in popluar number systems.

HEX 18 8E AD
Decimal 24 142 173
Binary 11000 10001110 10101101
Octal 30 216 255

Shades and tints

Shades of #188EAD

#188EAD
(24,142,173)
#16829E
(22,130,158)
#14768F
(20,118,143)
#126A80
(18,106,128)
#105E71
(16,94,113)
#0E5262
(14,82,98)
#0C4653
(12,70,83)
#0A3A44
(10,58,68)
#082E35
(8,46,53)
#062226
(6,34,38)
#041617
(4,22,23)
#000000
(0,0,0)

Tints of #188EAD

#188EAD
(24,142,173)
#2D98B4
(45,152,180)
#42A2BB
(66,162,187)
#57ACC2
(87,172,194)
#6CB6C9
(108,182,201)
#81C0D0
(129,192,208)
#96CAD7
(150,202,215)
#ABD4DE
(171,212,222)
#C0DEE5
(192,222,229)
#D5E8EC
(213,232,236)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #188EAD; }

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

This text font color is #188EAD.

Background Color

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

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

This div background color is #188EAD.

Border color

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

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

This div border color is #188EAD.

Opacity

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

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

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

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

This text has shadow with #188EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #188EAD.

Preview

Color preview on black background

This text has color #188EAD on black background.


Color preview on white background

This text has color #188EAD on white background.


Black color preview on #188EAD background

This text has black color on #188EAD background.


White color preview on #188EAD background

This text has white color on #188EAD background.


Related colors

Complementary color

Complementary color for #hex is #E77152.


I love getcolorcode.com

Triadic colors

1 #AD188E and #8EAD18 with #188EAD are triadic colors.

2 #AD8E18 and #8E18AD with #188EAD are triadic colors.