COLOR #11EFF9

HEX: #11EFF9
RGB: (17,239,249)

Color info

#11EFF9 contains mainly green and blue colors. Web safe color of #11EFF9 is #00FFFF (or #0FF).

RGB color model

#11EFF9 color RGB value is (17,239,249).

  • red value is 17;
  • green value is 239;
  • blue value is 249.
RGB:
(17,239,249)
(7%,94%,98%)

RGB channels and saturation

R 17 of 255 = 7%
G 239 of 255 = 94%
B 249 of 255 = 98%

17
239
249

R + G + B ~ 66%. #11EFF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
17 + 239 + 249 = 505 (100%)
R 17 of 505 ~ 3.37%
G 239 of 505 ~ 47.33%
B 249 of 505 ~ 49.31%

%47.33
%49.31

CMYK color model

#11EFF9 color CMYK value is (93,4,0,2).

  • cyan value is 93.17%
  • magenta value is 4.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(93,4,0,2)
C93M4Y0K2 
(93%,4%,0%,2%)
(0.93/0.04/0.00/0.02)	

CMYK percentages

%93.17
%4.02
%0
%2.35

Codes

Color #11EFF9 in popluar color models

11EFF9
RGB17239249
HSL183°95.08%52.16%
HSB/HSV183°93.17%97.65%
CMYK93.17%4.02%0.00%
2.35%

Color #11EFF9 in popluar number systems.

HEX11EFF9
Decimal17239249
Binary100011110111111111001
Octal21357371

Shades and tints

Shades of #11EFF9

#11EFF9
(17,239,249)
#10DAE3
(16,218,227)
#0FC5CD
(15,197,205)
#0EB0B7
(14,176,183)
#0D9BA1
(13,155,161)
#0C868B
(12,134,139)
#0B7175
(11,113,117)
#0A5C5F
(10,92,95)
#094749
(9,71,73)
#083233
(8,50,51)
#071D1D
(7,29,29)
#000000
(0,0,0)

Tints of #11EFF9

#11EFF9
(17,239,249)
#26F0F9
(38,240,249)
#3BF1F9
(59,241,249)
#50F2F9
(80,242,249)
#65F3F9
(101,243,249)
#7AF4F9
(122,244,249)
#8FF5F9
(143,245,249)
#A4F6F9
(164,246,249)
#B9F7F9
(185,247,249)
#CEF8F9
(206,248,249)
#E3F9F9
(227,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11EFF9 color. Also use rgb(17,239,249) instead hex code.

Text Font Color

.myTextColor { color: #11EFF9; }

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

This text font color is #11EFF9.


Background Color

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

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

This div background color is #11EFF9.


Border color

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

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

This div border color is #11EFF9.


Opacity

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

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

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

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

This text has shadow with #11EFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11EFF9 on black background.


Color preview on white background

This text has color #11EFF9 on white background.



Black color preview on #11EFF9 background

This text has black color on #11EFF9 background.


White color preview on #11EFF9 background

This text has white color on #11EFF9 background.