COLOR #60BCD9

HEX: #60BCD9
RGB: (96,188,217)

Renk bilgisi

#60BCD9 contains mainly green and blue colors. #60BCD9 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#60BCD9 color RGB value is (96,188,217).

  • kırmız ton 96;
  • yeşil ton 188;
  • mavi ton 217.
RGB:
(96,188,217)
(38%,74%,85%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 188 of 255 = 74%
B 217 of 255 = 85%

96
188
217

R + G + B ~ 66%. #60BCD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 188 + 217 = 501 (100%)
R 96 of 501 ~ 19.16%
G 188 of 501 ~ 37.52%
B 217 of 501 ~ 43.31%

%19.16
%37.52
%43.31

CMYK RENK MODELİ

#60BCD9 rengi CMYK tonu (56,13,0,15).

  • camgöbeği tonu 55.76%
  • eflatun tonu 13.36%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(56,13,0,15)
C56M13Y0K15 
(56%,13%,0%,15%)
(0.56/0.13/0.00/0.15)	

CMYK yüzdeleri

%55.76
%13.36
%0
%14.9

Codes

Color #60BCD9 in popluar color models

60BCD9
RGB96188217
HSL194°61.42%61.37%
HSB/HSV194°55.76%85.10%
CMYK55.76%13.36%0.00%
14.90%

Color #60BCD9 in popluar number systems.

HEX60BCD9
Decimal96188217
Binary11000001011110011011001
Octal140274331

Shades and tints

Shades of #60BCD9

#60BCD9
(96,188,217)
#58ABC6
(88,171,198)
#509AB3
(80,154,179)
#4889A0
(72,137,160)
#40788D
(64,120,141)
#38677A
(56,103,122)
#305667
(48,86,103)
#284554
(40,69,84)
#203441
(32,52,65)
#18232E
(24,35,46)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #60BCD9

#60BCD9
(96,188,217)
#6EC2DC
(110,194,220)
#7CC8DF
(124,200,223)
#8ACEE2
(138,206,226)
#98D4E5
(152,212,229)
#A6DAE8
(166,218,232)
#B4E0EB
(180,224,235)
#C2E6EE
(194,230,238)
#D0ECF1
(208,236,241)
#DEF2F4
(222,242,244)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BCD9 color. Also use rgb(96,188,217) instead hex code.

Text Font Color

.myTextColor { color: #60BCD9; }

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

This text font color is #60BCD9.


Background Color

.myBgColor { background-color: #60BCD9; }

<div style="background-color:#60BCD9">Inner text</div>

This div background color is #60BCD9.


Border color

.myBorderColor { border: 1px solid #60BCD9; }

<div style="border:3px solid #60BCD9">Div</div>

This div border color is #60BCD9.


Opacity

.myOpacity80 { color: #60BCD9; opacity: 0.8; }

<p style="color:#60BCD9;opacity:0.8;">80%</p>

Text with #60BCD9 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 #60BCD9;}

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

This text has shadow with #60BCD9 color.

.textShadow {text-shadow: 3px 3px 1px #60BCD9, 3px 3px 1px red;}

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

This text has shadow with #60BCD9 primary color and red secondary color.


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

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

This text has shadow with #60BCD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BCD9 on black background.


Color preview on white background

This text has color #60BCD9 on white background.



Black color preview on #60BCD9 background

This text has black color on #60BCD9 background.


White color preview on #60BCD9 background

This text has white color on #60BCD9 background.