COLOR #11C5EB

HEX: #11C5EB
RGB: (17,197,235)

Renk bilgisi

#11C5EB contains mainly green and blue colors. #11C5EB ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#11C5EB color RGB value is (17,197,235).

  • kırmız ton 17;
  • yeşil ton 197;
  • mavi ton 235.
RGB:
(17,197,235)
(7%,77%,92%)

RGB bağlantıları ve doygunluk

R 17 of 255 = 7%
G 197 of 255 = 77%
B 235 of 255 = 92%

17
197
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
17 + 197 + 235 = 449 (100%)
R 17 of 449 ~ 3.79%
G 197 of 449 ~ 43.88%
B 235 of 449 ~ 52.34%

%43.88
%52.34

CMYK RENK MODELİ

#11C5EB rengi CMYK tonu (93,16,0,8).

  • camgöbeği tonu 92.77%
  • eflatun tonu 16.17%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(93,16,0,8)
C93M16Y0K8 
(93%,16%,0%,8%)
(0.93/0.16/0.00/0.08)	

CMYK yüzdeleri

%92.77
%16.17
%0
%7.84

Codes

Color #11C5EB in popluar color models

11C5EB
RGB17197235
HSL190°86.51%49.41%
HSB/HSV190°92.77%92.16%
CMYK92.77%16.17%0.00%
7.84%

Color #11C5EB in popluar number systems.

HEX11C5EB
Decimal17197235
Binary100011100010111101011
Octal21305353

Shades and tints

Shades of #11C5EB

#11C5EB
(17,197,235)
#10B4D6
(16,180,214)
#0FA3C1
(15,163,193)
#0E92AC
(14,146,172)
#0D8197
(13,129,151)
#0C7082
(12,112,130)
#0B5F6D
(11,95,109)
#0A4E58
(10,78,88)
#093D43
(9,61,67)
#082C2E
(8,44,46)
#071B19
(7,27,25)
#000000
(0,0,0)

Tints of #11C5EB

#11C5EB
(17,197,235)
#26CAEC
(38,202,236)
#3BCFED
(59,207,237)
#50D4EE
(80,212,238)
#65D9EF
(101,217,239)
#7ADEF0
(122,222,240)
#8FE3F1
(143,227,241)
#A4E8F2
(164,232,242)
#B9EDF3
(185,237,243)
#CEF2F4
(206,242,244)
#E3F7F5
(227,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11C5EB; }

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

This text font color is #11C5EB.


Background Color

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

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

This div background color is #11C5EB.


Border color

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

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

This div border color is #11C5EB.


Opacity

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

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

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

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

This text has shadow with #11C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11C5EB on black background.


Color preview on white background

This text has color #11C5EB on white background.



Black color preview on #11C5EB background

This text has black color on #11C5EB background.


White color preview on #11C5EB background

This text has white color on #11C5EB background.