COLOR #60BDD0

HEX: #60BDD0
RGB: (96,189,208)

Color info

#60BDD0 contains mainly green and blue colors. Web safe color of #60BDD0 is #66CCCC (or #6CC).

RGB color model

#60BDD0 color RGB value is (96,189,208).

  • red value is 96;
  • green value is 189;
  • blue value is 208.
RGB:
(96,189,208)
(38%,74%,82%)

RGB channels and saturation

R 96 of 255 = 38%
G 189 of 255 = 74%
B 208 of 255 = 82%

96
189
208

R + G + B ~ 65%. #60BDD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 189 + 208 = 493 (100%)
R 96 of 493 ~ 19.47%
G 189 of 493 ~ 38.34%
B 208 of 493 ~ 42.19%

%19.47
%38.34
%42.19

CMYK color model

#60BDD0 color CMYK value is (54,9,0,18).

  • cyan value is 53.85%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(54,9,0,18)
C54M9Y0K18 
(54%,9%,0%,18%)
(0.54/0.09/0.00/0.18)	

CMYK percentages

%53.85
%9.13
%0
%18.43

Codes

Color #60BDD0 in popluar color models

60BDD0
RGB96189208
HSL190°54.37%59.61%
HSB/HSV190°53.85%81.57%
CMYK53.85%9.13%0.00%
18.43%

Color #60BDD0 in popluar number systems.

HEX60BDD0
Decimal96189208
Binary11000001011110111010000
Octal140275320

Shades and tints

Shades of #60BDD0

#60BDD0
(96,189,208)
#58ACBE
(88,172,190)
#509BAC
(80,155,172)
#488A9A
(72,138,154)
#407988
(64,121,136)
#386876
(56,104,118)
#305764
(48,87,100)
#284652
(40,70,82)
#203540
(32,53,64)
#18242E
(24,36,46)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #60BDD0

#60BDD0
(96,189,208)
#6EC3D4
(110,195,212)
#7CC9D8
(124,201,216)
#8ACFDC
(138,207,220)
#98D5E0
(152,213,224)
#A6DBE4
(166,219,228)
#B4E1E8
(180,225,232)
#C2E7EC
(194,231,236)
#D0EDF0
(208,237,240)
#DEF3F4
(222,243,244)
#ECF9F8
(236,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60BDD0 color. Also use rgb(96,189,208) instead hex code.

Text Font Color

.myTextColor { color: #60BDD0; }

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

This text font color is #60BDD0.


Background Color

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

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

This div background color is #60BDD0.


Border color

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

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

This div border color is #60BDD0.


Opacity

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

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

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

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

This text has shadow with #60BDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60BDD0 on black background.


Color preview on white background

This text has color #60BDD0 on white background.



Black color preview on #60BDD0 background

This text has black color on #60BDD0 background.


White color preview on #60BDD0 background

This text has white color on #60BDD0 background.