COLOR #11BCFF

HEX: #11BCFF
RGB: (17,188,255)

Renk bilgisi

#11BCFF contains mainly blue color. #11BCFF ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#11BCFF color RGB value is (17,188,255).

  • kırmız ton 17;
  • yeşil ton 188;
  • mavi ton 255.
RGB:
(17,188,255)
(7%,74%,100%)

RGB bağlantıları ve doygunluk

R 17 of 255 = 7%
G 188 of 255 = 74%
B 255 of 255 = 100%

17
188
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
17 + 188 + 255 = 460 (100%)
R 17 of 460 ~ 3.7%
G 188 of 460 ~ 40.87%
B 255 of 460 ~ 55.43%

%40.87
%55.43

CMYK RENK MODELİ

#11BCFF rengi CMYK tonu (93,26,0,0).

  • camgöbeği tonu 93.33%
  • eflatun tonu 26.27%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(93,26,0,0)
C93M26Y0K0 
(93%,26%,0%,0%)
(0.93/0.26/0.00/0.00)	

CMYK yüzdeleri

%93.33
%26.27
%0
%0

Codes

Color #11BCFF in popluar color models

11BCFF
RGB17188255
HSL197°100.00%53.33%
HSB/HSV197°93.33%100.00%
CMYK93.33%26.27%0.00%
0.00%

Color #11BCFF in popluar number systems.

HEX11BCFF
Decimal17188255
Binary100011011110011111111
Octal21274377

Shades and tints

Shades of #11BCFF

#11BCFF
(17,188,255)
#10ABE8
(16,171,232)
#0F9AD1
(15,154,209)
#0E89BA
(14,137,186)
#0D78A3
(13,120,163)
#0C678C
(12,103,140)
#0B5675
(11,86,117)
#0A455E
(10,69,94)
#093447
(9,52,71)
#082330
(8,35,48)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #11BCFF

#11BCFF
(17,188,255)
#26C2FF
(38,194,255)
#3BC8FF
(59,200,255)
#50CEFF
(80,206,255)
#65D4FF
(101,212,255)
#7ADAFF
(122,218,255)
#8FE0FF
(143,224,255)
#A4E6FF
(164,230,255)
#B9ECFF
(185,236,255)
#CEF2FF
(206,242,255)
#E3F8FF
(227,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11BCFF color. Also use rgb(17,188,255) instead hex code.

Text Font Color

.myTextColor { color: #11BCFF; }

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

This text font color is #11BCFF.


Background Color

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

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

This div background color is #11BCFF.


Border color

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

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

This div border color is #11BCFF.


Opacity

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

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

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

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

This text has shadow with #11BCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11BCFF on black background.


Color preview on white background

This text has color #11BCFF on white background.



Black color preview on #11BCFF background

This text has black color on #11BCFF background.


White color preview on #11BCFF background

This text has white color on #11BCFF background.