COLOR #11A1EB

HEX: #11A1EB
RGB: (17,161,235)

Color info

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

RGB color model

#11A1EB color RGB value is (17,161,235).

  • red value is 17;
  • green value is 161;
  • blue value is 235.
RGB:
(17,161,235)
(7%,63%,92%)

RGB channels and saturation

R 17 of 255 = 7%
G 161 of 255 = 63%
B 235 of 255 = 92%

17
161
235

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

Portions of RGB colors in percentages

R + G + B =
17 + 161 + 235 = 413 (100%)
R 17 of 413 ~ 4.12%
G 161 of 413 ~ 38.98%
B 235 of 413 ~ 56.9%

%38.98
%56.9

CMYK color model

#11A1EB color CMYK value is (93,31,0,8).

  • cyan value is 92.77%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(93,31,0,8)
C93M31Y0K8 
(93%,31%,0%,8%)
(0.93/0.31/0.00/0.08)	

CMYK percentages

%92.77
%31.49
%0
%7.84

Codes

Color #11A1EB in popluar color models

11A1EB
RGB17161235
HSL200°86.51%49.41%
HSB/HSV200°92.77%92.16%
CMYK92.77%31.49%0.00%
7.84%

Color #11A1EB in popluar number systems.

HEX11A1EB
Decimal17161235
Binary100011010000111101011
Octal21241353

Shades and tints

Shades of #11A1EB

#11A1EB
(17,161,235)
#1093D6
(16,147,214)
#0F85C1
(15,133,193)
#0E77AC
(14,119,172)
#0D6997
(13,105,151)
#0C5B82
(12,91,130)
#0B4D6D
(11,77,109)
#0A3F58
(10,63,88)
#093143
(9,49,67)
#08232E
(8,35,46)
#071519
(7,21,25)
#000000
(0,0,0)

Tints of #11A1EB

#11A1EB
(17,161,235)
#26A9EC
(38,169,236)
#3BB1ED
(59,177,237)
#50B9EE
(80,185,238)
#65C1EF
(101,193,239)
#7AC9F0
(122,201,240)
#8FD1F1
(143,209,241)
#A4D9F2
(164,217,242)
#B9E1F3
(185,225,243)
#CEE9F4
(206,233,244)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11A1EB color. Also use rgb(17,161,235) instead hex code.

Text Font Color

.myTextColor { color: #11A1EB; }

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

This text font color is #11A1EB.


Background Color

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

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

This div background color is #11A1EB.


Border color

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

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

This div border color is #11A1EB.


Opacity

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

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

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

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

This text has shadow with #11A1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11A1EB on black background.


Color preview on white background

This text has color #11A1EB on white background.



Black color preview on #11A1EB background

This text has black color on #11A1EB background.


White color preview on #11A1EB background

This text has white color on #11A1EB background.