COLOR #60BBE6

HEX: #60BBE6
RGB: (96,187,230)

Renk bilgisi

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

RGB renk modeli

#60BBE6 color RGB value is (96,187,230).

  • kırmız ton 96;
  • yeşil ton 187;
  • mavi ton 230.
RGB:
(96,187,230)
(38%,73%,90%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 187 of 255 = 73%
B 230 of 255 = 90%

96
187
230

R + G + B ~ 67%. #60BBE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 187 + 230 = 513 (100%)
R 96 of 513 ~ 18.71%
G 187 of 513 ~ 36.45%
B 230 of 513 ~ 44.83%

%18.71
%36.45
%44.83

CMYK RENK MODELİ

#60BBE6 rengi CMYK tonu (58,19,0,10).

  • camgöbeği tonu 58.26%
  • eflatun tonu 18.70%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(58,19,0,10)
C58M19Y0K10 
(58%,19%,0%,10%)
(0.58/0.19/0.00/0.10)	

CMYK yüzdeleri

%58.26
%18.7
%0
%9.8

Codes

Color #60BBE6 in popluar color models

60BBE6
RGB96187230
HSL199°72.83%63.92%
HSB/HSV199°58.26%90.20%
CMYK58.26%18.70%0.00%
9.80%

Color #60BBE6 in popluar number systems.

HEX60BBE6
Decimal96187230
Binary11000001011101111100110
Octal140273346

Shades and tints

Shades of #60BBE6

#60BBE6
(96,187,230)
#58AAD2
(88,170,210)
#5099BE
(80,153,190)
#4888AA
(72,136,170)
#407796
(64,119,150)
#386682
(56,102,130)
#30556E
(48,85,110)
#28445A
(40,68,90)
#203346
(32,51,70)
#182232
(24,34,50)
#10111E
(16,17,30)
#000000
(0,0,0)

Tints of #60BBE6

#60BBE6
(96,187,230)
#6EC1E8
(110,193,232)
#7CC7EA
(124,199,234)
#8ACDEC
(138,205,236)
#98D3EE
(152,211,238)
#A6D9F0
(166,217,240)
#B4DFF2
(180,223,242)
#C2E5F4
(194,229,244)
#D0EBF6
(208,235,246)
#DEF1F8
(222,241,248)
#ECF7FA
(236,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BBE6 color. Also use rgb(96,187,230) instead hex code.

Text Font Color

.myTextColor { color: #60BBE6; }

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

This text font color is #60BBE6.


Background Color

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

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

This div background color is #60BBE6.


Border color

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

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

This div border color is #60BBE6.


Opacity

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

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

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

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

This text has shadow with #60BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BBE6 on black background.


Color preview on white background

This text has color #60BBE6 on white background.



Black color preview on #60BBE6 background

This text has black color on #60BBE6 background.


White color preview on #60BBE6 background

This text has white color on #60BBE6 background.