COLOR #11B0E2

HEX: #11B0E2
RGB: (17,176,226)

Color info

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

RGB color model

#11B0E2 color RGB value is (17,176,226).

  • red value is 17;
  • green value is 176;
  • blue value is 226.
RGB:
(17,176,226)
(7%,69%,89%)

RGB channels and saturation

R 17 of 255 = 7%
G 176 of 255 = 69%
B 226 of 255 = 89%

17
176
226

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

Portions of RGB colors in percentages

R + G + B =
17 + 176 + 226 = 419 (100%)
R 17 of 419 ~ 4.06%
G 176 of 419 ~ 42%
B 226 of 419 ~ 53.94%

%42
%53.94

CMYK color model

#11B0E2 color CMYK value is (92,22,0,11).

  • cyan value is 92.48%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(92,22,0,11)
C92M22Y0K11 
(92%,22%,0%,11%)
(0.92/0.22/0.00/0.11)	

CMYK percentages

%92.48
%22.12
%0
%11.37

Codes

Color #11B0E2 in popluar color models

11B0E2
RGB17176226
HSL194°86.01%47.65%
HSB/HSV194°92.48%88.63%
CMYK92.48%22.12%0.00%
11.37%

Color #11B0E2 in popluar number systems.

HEX11B0E2
Decimal17176226
Binary100011011000011100010
Octal21260342

Shades and tints

Shades of #11B0E2

#11B0E2
(17,176,226)
#10A0CE
(16,160,206)
#0F90BA
(15,144,186)
#0E80A6
(14,128,166)
#0D7092
(13,112,146)
#0C607E
(12,96,126)
#0B506A
(11,80,106)
#0A4056
(10,64,86)
#093042
(9,48,66)
#08202E
(8,32,46)
#07101A
(7,16,26)
#000000
(0,0,0)

Tints of #11B0E2

#11B0E2
(17,176,226)
#26B7E4
(38,183,228)
#3BBEE6
(59,190,230)
#50C5E8
(80,197,232)
#65CCEA
(101,204,234)
#7AD3EC
(122,211,236)
#8FDAEE
(143,218,238)
#A4E1F0
(164,225,240)
#B9E8F2
(185,232,242)
#CEEFF4
(206,239,244)
#E3F6F6
(227,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11B0E2 color. Also use rgb(17,176,226) instead hex code.

Text Font Color

.myTextColor { color: #11B0E2; }

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

This text font color is #11B0E2.


Background Color

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

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

This div background color is #11B0E2.


Border color

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

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

This div border color is #11B0E2.


Opacity

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

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

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

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

This text has shadow with #11B0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11B0E2 on black background.


Color preview on white background

This text has color #11B0E2 on white background.



Black color preview on #11B0E2 background

This text has black color on #11B0E2 background.


White color preview on #11B0E2 background

This text has white color on #11B0E2 background.