COLOR #11D6EB

HEX: #11D6EB
RGB: (17,214,235)

Color info

#11D6EB contains mainly green and blue colors. Web safe color of #11D6EB is #00CCFF (or #0CF).

RGB color model

#11D6EB color RGB value is (17,214,235).

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

RGB channels and saturation

R 17 of 255 = 7%
G 214 of 255 = 84%
B 235 of 255 = 92%

17
214
235

R + G + B ~ 61%. #11D6EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
17 + 214 + 235 = 466 (100%)
R 17 of 466 ~ 3.65%
G 214 of 466 ~ 45.92%
B 235 of 466 ~ 50.43%

%45.92
%50.43

CMYK color model

#11D6EB color CMYK value is (93,9,0,8).

  • cyan value is 92.77%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(93,9,0,8)
C93M9Y0K8 
(93%,9%,0%,8%)
(0.93/0.09/0.00/0.08)	

CMYK percentages

%92.77
%8.94
%0
%7.84

Codes

Color #11D6EB in popluar color models

11D6EB
RGB17214235
HSL186°86.51%49.41%
HSB/HSV186°92.77%92.16%
CMYK92.77%8.94%0.00%
7.84%

Color #11D6EB in popluar number systems.

HEX11D6EB
Decimal17214235
Binary100011101011011101011
Octal21326353

Shades and tints

Shades of #11D6EB

#11D6EB
(17,214,235)
#10C3D6
(16,195,214)
#0FB0C1
(15,176,193)
#0E9DAC
(14,157,172)
#0D8A97
(13,138,151)
#0C7782
(12,119,130)
#0B646D
(11,100,109)
#0A5158
(10,81,88)
#093E43
(9,62,67)
#082B2E
(8,43,46)
#071819
(7,24,25)
#000000
(0,0,0)

Tints of #11D6EB

#11D6EB
(17,214,235)
#26D9EC
(38,217,236)
#3BDCED
(59,220,237)
#50DFEE
(80,223,238)
#65E2EF
(101,226,239)
#7AE5F0
(122,229,240)
#8FE8F1
(143,232,241)
#A4EBF2
(164,235,242)
#B9EEF3
(185,238,243)
#CEF1F4
(206,241,244)
#E3F4F5
(227,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11D6EB; }

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

This text font color is #11D6EB.


Background Color

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

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

This div background color is #11D6EB.


Border color

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

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

This div border color is #11D6EB.


Opacity

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

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

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

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

This text has shadow with #11D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11D6EB on black background.


Color preview on white background

This text has color #11D6EB on white background.



Black color preview on #11D6EB background

This text has black color on #11D6EB background.


White color preview on #11D6EB background

This text has white color on #11D6EB background.