COLOR #60B9EE

HEX: #60B9EE
RGB: (96,185,238)

Renk bilgisi

#60B9EE contains mainly green and blue colors. #60B9EE ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#60B9EE color RGB value is (96,185,238).

  • kırmız ton 96;
  • yeşil ton 185;
  • mavi ton 238.
RGB:
(96,185,238)
(38%,73%,93%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 185 of 255 = 73%
B 238 of 255 = 93%

96
185
238

R + G + B ~ 68%. #60B9EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 185 + 238 = 519 (100%)
R 96 of 519 ~ 18.5%
G 185 of 519 ~ 35.65%
B 238 of 519 ~ 45.86%

%18.5
%35.65
%45.86

CMYK RENK MODELİ

#60B9EE rengi CMYK tonu (60,22,0,7).

  • camgöbeği tonu 59.66%
  • eflatun tonu 22.27%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(60,22,0,7)
C60M22Y0K7 
(60%,22%,0%,7%)
(0.60/0.22/0.00/0.07)	

CMYK yüzdeleri

%59.66
%22.27
%0
%6.67

Codes

Color #60B9EE in popluar color models

60B9EE
RGB96185238
HSL202°80.68%65.49%
HSB/HSV202°59.66%93.33%
CMYK59.66%22.27%0.00%
6.67%

Color #60B9EE in popluar number systems.

HEX60B9EE
Decimal96185238
Binary11000001011100111101110
Octal140271356

Shades and tints

Shades of #60B9EE

#60B9EE
(96,185,238)
#58A9D9
(88,169,217)
#5099C4
(80,153,196)
#4889AF
(72,137,175)
#40799A
(64,121,154)
#386985
(56,105,133)
#305970
(48,89,112)
#28495B
(40,73,91)
#203946
(32,57,70)
#182931
(24,41,49)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #60B9EE

#60B9EE
(96,185,238)
#6EBFEF
(110,191,239)
#7CC5F0
(124,197,240)
#8ACBF1
(138,203,241)
#98D1F2
(152,209,242)
#A6D7F3
(166,215,243)
#B4DDF4
(180,221,244)
#C2E3F5
(194,227,245)
#D0E9F6
(208,233,246)
#DEEFF7
(222,239,247)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60B9EE color. Also use rgb(96,185,238) instead hex code.

Text Font Color

.myTextColor { color: #60B9EE; }

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

This text font color is #60B9EE.


Background Color

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

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

This div background color is #60B9EE.


Border color

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

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

This div border color is #60B9EE.


Opacity

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

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

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

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

This text has shadow with #60B9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60B9EE on black background.


Color preview on white background

This text has color #60B9EE on white background.



Black color preview on #60B9EE background

This text has black color on #60B9EE background.


White color preview on #60B9EE background

This text has white color on #60B9EE background.