COLOR #11BFFA

HEX: #11BFFA
RGB: (17,191,250)

Color info

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

RGB color model

#11BFFA color RGB value is (17,191,250).

  • red value is 17;
  • green value is 191;
  • blue value is 250.
RGB:
(17,191,250)
(7%,75%,98%)

RGB channels and saturation

R 17 of 255 = 7%
G 191 of 255 = 75%
B 250 of 255 = 98%

17
191
250

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

Portions of RGB colors in percentages

R + G + B =
17 + 191 + 250 = 458 (100%)
R 17 of 458 ~ 3.71%
G 191 of 458 ~ 41.7%
B 250 of 458 ~ 54.59%

%41.7
%54.59

CMYK color model

#11BFFA color CMYK value is (93,24,0,2).

  • cyan value is 93.20%
  • magenta value is 23.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(93,24,0,2)
C93M24Y0K2 
(93%,24%,0%,2%)
(0.93/0.24/0.00/0.02)	

CMYK percentages

%93.2
%23.6
%0
%1.96

Codes

Color #11BFFA in popluar color models

11BFFA
RGB17191250
HSL195°95.88%52.35%
HSB/HSV195°93.20%98.04%
CMYK93.20%23.60%0.00%
1.96%

Color #11BFFA in popluar number systems.

HEX11BFFA
Decimal17191250
Binary100011011111111111010
Octal21277372

Shades and tints

Shades of #11BFFA

#11BFFA
(17,191,250)
#10AEE4
(16,174,228)
#0F9DCE
(15,157,206)
#0E8CB8
(14,140,184)
#0D7BA2
(13,123,162)
#0C6A8C
(12,106,140)
#0B5976
(11,89,118)
#0A4860
(10,72,96)
#09374A
(9,55,74)
#082634
(8,38,52)
#07151E
(7,21,30)
#000000
(0,0,0)

Tints of #11BFFA

#11BFFA
(17,191,250)
#26C4FA
(38,196,250)
#3BC9FA
(59,201,250)
#50CEFA
(80,206,250)
#65D3FA
(101,211,250)
#7AD8FA
(122,216,250)
#8FDDFA
(143,221,250)
#A4E2FA
(164,226,250)
#B9E7FA
(185,231,250)
#CEECFA
(206,236,250)
#E3F1FA
(227,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11BFFA color. Also use rgb(17,191,250) instead hex code.

Text Font Color

.myTextColor { color: #11BFFA; }

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

This text font color is #11BFFA.


Background Color

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

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

This div background color is #11BFFA.


Border color

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

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

This div border color is #11BFFA.


Opacity

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

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

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

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

This text has shadow with #11BFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11BFFA on black background.


Color preview on white background

This text has color #11BFFA on white background.



Black color preview on #11BFFA background

This text has black color on #11BFFA background.


White color preview on #11BFFA background

This text has white color on #11BFFA background.