COLOR #188EEC

HEX: #188EEC
RGB: (24,142,236)

Color info

#188EEC contains mainly blue color. Web safe color of #188EEC is #0099FF (or #09F).

RGB color model

#188EEC color RGB value is (24,142,236).

  • red value is 24;
  • green value is 142;
  • blue value is 236.
RGB:
(24,142,236)
(9%,56%,93%)

RGB channels and saturation

R 24 of 255 = 9%
G 142 of 255 = 56%
B 236 of 255 = 93%

24
142
236

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

Portions of RGB colors in percentages

R + G + B =
24 + 142 + 236 = 402 (100%)
R 24 of 402 ~ 5.97%
G 142 of 402 ~ 35.32%
B 236 of 402 ~ 58.71%

%35.32
%58.71

CMYK color model

#188EEC color CMYK value is (90,40,0,7).

  • cyan value is 89.83%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(90,40,0,7)
C90M40Y0K7 
(90%,40%,0%,7%)
(0.90/0.40/0.00/0.07)	

CMYK percentages

%89.83
%39.83
%0
%7.45

Codes

Color #188EEC in popluar color models

188EEC
RGB24142236
HSL207°84.80%50.98%
HSB/HSV207°89.83%92.55%
CMYK89.83%39.83%0.00%
7.45%

Color #188EEC in popluar number systems.

HEX188EEC
Decimal24142236
Binary110001000111011101100
Octal30216354

Shades and tints

Shades of #188EEC

#188EEC
(24,142,236)
#1682D7
(22,130,215)
#1476C2
(20,118,194)
#126AAD
(18,106,173)
#105E98
(16,94,152)
#0E5283
(14,82,131)
#0C466E
(12,70,110)
#0A3A59
(10,58,89)
#082E44
(8,46,68)
#06222F
(6,34,47)
#04161A
(4,22,26)
#000000
(0,0,0)

Tints of #188EEC

#188EEC
(24,142,236)
#2D98ED
(45,152,237)
#42A2EE
(66,162,238)
#57ACEF
(87,172,239)
#6CB6F0
(108,182,240)
#81C0F1
(129,192,241)
#96CAF2
(150,202,242)
#ABD4F3
(171,212,243)
#C0DEF4
(192,222,244)
#D5E8F5
(213,232,245)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #188EEC; }

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

This text font color is #188EEC.


Background Color

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

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

This div background color is #188EEC.


Border color

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

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

This div border color is #188EEC.


Opacity

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

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

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

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

This text has shadow with #188EEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #188EEC on black background.


Color preview on white background

This text has color #188EEC on white background.



Black color preview on #188EEC background

This text has black color on #188EEC background.


White color preview on #188EEC background

This text has white color on #188EEC background.