COLOR #188BC2

HEX: #188BC2
RGB: (24,139,194)

Color info

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

RGB color model

#188BC2 color RGB value is (24,139,194).

  • red value is 24;
  • green value is 139;
  • blue value is 194.
RGB:
(24,139,194)
(9%,55%,76%)

RGB channels and saturation

R 24 of 255 = 9%
G 139 of 255 = 55%
B 194 of 255 = 76%

24
139
194

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

Portions of RGB colors in percentages

R + G + B =
24 + 139 + 194 = 357 (100%)
R 24 of 357 ~ 6.72%
G 139 of 357 ~ 38.94%
B 194 of 357 ~ 54.34%

%38.94
%54.34

CMYK color model

#188BC2 color CMYK value is (88,28,0,24).

  • cyan value is 87.63%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(88,28,0,24)
C88M28Y0K24 
(88%,28%,0%,24%)
(0.88/0.28/0.00/0.24)	

CMYK percentages

%87.63
%28.35
%0
%23.92

Codes

Color #188BC2 in popluar color models

188BC2
RGB24139194
HSL199°77.98%42.75%
HSB/HSV199°87.63%76.08%
CMYK87.63%28.35%0.00%
23.92%

Color #188BC2 in popluar number systems.

HEX188BC2
Decimal24139194
Binary110001000101111000010
Octal30213302

Shades and tints

Shades of #188BC2

#188BC2
(24,139,194)
#167FB1
(22,127,177)
#1473A0
(20,115,160)
#12678F
(18,103,143)
#105B7E
(16,91,126)
#0E4F6D
(14,79,109)
#0C435C
(12,67,92)
#0A374B
(10,55,75)
#082B3A
(8,43,58)
#061F29
(6,31,41)
#041318
(4,19,24)
#000000
(0,0,0)

Tints of #188BC2

#188BC2
(24,139,194)
#2D95C7
(45,149,199)
#429FCC
(66,159,204)
#57A9D1
(87,169,209)
#6CB3D6
(108,179,214)
#81BDDB
(129,189,219)
#96C7E0
(150,199,224)
#ABD1E5
(171,209,229)
#C0DBEA
(192,219,234)
#D5E5EF
(213,229,239)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #188BC2 color. Also use rgb(24,139,194) instead hex code.

Text Font Color

.myTextColor { color: #188BC2; }

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

This text font color is #188BC2.


Background Color

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

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

This div background color is #188BC2.


Border color

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

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

This div border color is #188BC2.


Opacity

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

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

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

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

This text has shadow with #188BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #188BC2 on black background.


Color preview on white background

This text has color #188BC2 on white background.



Black color preview on #188BC2 background

This text has black color on #188BC2 background.


White color preview on #188BC2 background

This text has white color on #188BC2 background.