COLOR #11C0E4

HEX: #11C0E4
RGB: (17,192,228)

Color info

#11C0E4 contains mainly green and blue colors. Web safe color of #11C0E4 is #00CCCC (or #0CC).

RGB color model

#11C0E4 color RGB value is (17,192,228).

  • red value is 17;
  • green value is 192;
  • blue value is 228.
RGB:
(17,192,228)
(7%,75%,89%)

RGB channels and saturation

R 17 of 255 = 7%
G 192 of 255 = 75%
B 228 of 255 = 89%

17
192
228

R + G + B ~ 57%. #11C0E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 192 + 228 = 437 (100%)
R 17 of 437 ~ 3.89%
G 192 of 437 ~ 43.94%
B 228 of 437 ~ 52.17%

%43.94
%52.17

CMYK color model

#11C0E4 color CMYK value is (93,16,0,11).

  • cyan value is 92.54%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(93,16,0,11)
C93M16Y0K11 
(93%,16%,0%,11%)
(0.93/0.16/0.00/0.11)	

CMYK percentages

%92.54
%15.79
%0
%10.59

Codes

Color #11C0E4 in popluar color models

11C0E4
RGB17192228
HSL190°86.12%48.04%
HSB/HSV190°92.54%89.41%
CMYK92.54%15.79%0.00%
10.59%

Color #11C0E4 in popluar number systems.

HEX11C0E4
Decimal17192228
Binary100011100000011100100
Octal21300344

Shades and tints

Shades of #11C0E4

#11C0E4
(17,192,228)
#10AFD0
(16,175,208)
#0F9EBC
(15,158,188)
#0E8DA8
(14,141,168)
#0D7C94
(13,124,148)
#0C6B80
(12,107,128)
#0B5A6C
(11,90,108)
#0A4958
(10,73,88)
#093844
(9,56,68)
#082730
(8,39,48)
#07161C
(7,22,28)
#000000
(0,0,0)

Tints of #11C0E4

#11C0E4
(17,192,228)
#26C5E6
(38,197,230)
#3BCAE8
(59,202,232)
#50CFEA
(80,207,234)
#65D4EC
(101,212,236)
#7AD9EE
(122,217,238)
#8FDEF0
(143,222,240)
#A4E3F2
(164,227,242)
#B9E8F4
(185,232,244)
#CEEDF6
(206,237,246)
#E3F2F8
(227,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11C0E4 color. Also use rgb(17,192,228) instead hex code.

Text Font Color

.myTextColor { color: #11C0E4; }

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

This text font color is #11C0E4.


Background Color

.myBgColor { background-color: #11C0E4; }

<div style="background-color:#11C0E4">Inner text</div>

This div background color is #11C0E4.


Border color

.myBorderColor { border: 1px solid #11C0E4; }

<div style="border:3px solid #11C0E4">Div</div>

This div border color is #11C0E4.


Opacity

.myOpacity80 { color: #11C0E4; opacity: 0.8; }

<p style="color:#11C0E4;opacity:0.8;">80%</p>

Text with #11C0E4 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 #11C0E4;}

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

This text has shadow with #11C0E4 color.

.textShadow {text-shadow: 3px 3px 1px #11C0E4, 3px 3px 1px red;}

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

This text has shadow with #11C0E4 primary color and red secondary color.


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

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

This text has shadow with #11C0E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11C0E4 on black background.


Color preview on white background

This text has color #11C0E4 on white background.



Black color preview on #11C0E4 background

This text has black color on #11C0E4 background.


White color preview on #11C0E4 background

This text has white color on #11C0E4 background.