COLOR #60DAE7

HEX: #60DAE7 RGB: (96,218,231)

Color info

#60DAE7 contains mainly green and blue colors. Web safe color of #60DAE7 is #66CCFF (or #6CF).

RGB color model

#60DAE7 color RGB value is (96,218,231).

RGB: (96,218,231) (38%, 85%, 91%)

RGB channels and saturation

R 96 of 255 = 38%
G 218 of 255 = 85%
B 231 of 255 = 91%

96
218
231

R + G + B ~ 71%. #60DAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 96 + 218 + 231 = 545 (100%)
R 96 of 545 ~ 17.61%
G 218 of 545 ~ 40%
B 231 of 545 ~ 42.39'%

%17.61
%40
%42.39

CMYK color model

#60DAE7 color CMYK value is (58,6,0,9).

  • cyan value is 58.44%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (58,6,0,9) C58M6Y0K9 (58%,6%,0%,9%) (0.58/0.06/0.00/0.09) 

CMYK percentages

%58.44
%5.63
%0
%9.41

Codes

Color #60DAE7 in popluar color models

60 DA E7
RGB 96 218 231
HSL 186° 73.77% 64.12%
HSB/HSV 186° 58.44% 90.59%
CMYK 58.44% 5.63% 0.00%
9.41%

Color #60DAE7 in popluar number systems.

HEX 60 DA E7
Decimal 96 218 231
Binary 1100000 11011010 11100111
Octal 140 332 347

Shades and tints

Shades of #60DAE7

#60DAE7
(96,218,231)
#58C7D2
(88,199,210)
#50B4BD
(80,180,189)
#48A1A8
(72,161,168)
#408E93
(64,142,147)
#387B7E
(56,123,126)
#306869
(48,104,105)
#285554
(40,85,84)
#20423F
(32,66,63)
#182F2A
(24,47,42)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #60DAE7

#60DAE7
(96,218,231)
#6EDDE9
(110,221,233)
#7CE0EB
(124,224,235)
#8AE3ED
(138,227,237)
#98E6EF
(152,230,239)
#A6E9F1
(166,233,241)
#B4ECF3
(180,236,243)
#C2EFF5
(194,239,245)
#D0F2F7
(208,242,247)
#DEF5F9
(222,245,249)
#ECF8FB
(236,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60DAE7 color. Also use rgb(96,218,231) instead hex code.

Text Font Color

.myTextColor { color: #60DAE7; }

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

This text font color is #60DAE7.

Background Color

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

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

This div background color is #60DAE7.

Border color

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

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

This div border color is #60DAE7.

Opacity

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

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

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

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

This text has shadow with #60DAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60DAE7.

Preview

Color preview on black background

This text has color #60DAE7 on black background.


Color preview on white background

This text has color #60DAE7 on white background.


Black color preview on #60DAE7 background

This text has black color on #60DAE7 background.


White color preview on #60DAE7 background

This text has white color on #60DAE7 background.


Related colors

Complementary color

Complementary color for #hex is #9F2518.


I love getcolorcode.com

Triadic colors

1 #E760DA and #DAE760 with #60DAE7 are triadic colors.

2 #E7DA60 and #DA60E7 with #60DAE7 are triadic colors.