COLOR #60DDF8

HEX: #60DDF8
RGB: (96,221,248)

Color info

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

RGB color model

#60DDF8 color RGB value is (96,221,248).

  • red value is 96;
  • green value is 221;
  • blue value is 248.
RGB:
(96,221,248)
(38%,87%,97%)

RGB channels and saturation

R 96 of 255 = 38%
G 221 of 255 = 87%
B 248 of 255 = 97%

96
221
248

R + G + B ~ 74%. #60DDF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 221 + 248 = 565 (100%)
R 96 of 565 ~ 16.99%
G 221 of 565 ~ 39.12%
B 248 of 565 ~ 43.89%

%16.99
%39.12
%43.89

CMYK color model

#60DDF8 color CMYK value is (61,11,0,3).

  • cyan value is 61.29%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(61,11,0,3)
C61M11Y0K3 
(61%,11%,0%,3%)
(0.61/0.11/0.00/0.03)	

CMYK percentages

%61.29
%10.89
%0
%2.75

Codes

Color #60DDF8 in popluar color models

60DDF8
RGB96221248
HSL191°91.57%67.45%
HSB/HSV191°61.29%97.25%
CMYK61.29%10.89%0.00%
2.75%

Color #60DDF8 in popluar number systems.

HEX60DDF8
Decimal96221248
Binary11000001101110111111000
Octal140335370

Shades and tints

Shades of #60DDF8

#60DDF8
(96,221,248)
#58C9E2
(88,201,226)
#50B5CC
(80,181,204)
#48A1B6
(72,161,182)
#408DA0
(64,141,160)
#38798A
(56,121,138)
#306574
(48,101,116)
#28515E
(40,81,94)
#203D48
(32,61,72)
#182932
(24,41,50)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #60DDF8

#60DDF8
(96,221,248)
#6EE0F8
(110,224,248)
#7CE3F8
(124,227,248)
#8AE6F8
(138,230,248)
#98E9F8
(152,233,248)
#A6ECF8
(166,236,248)
#B4EFF8
(180,239,248)
#C2F2F8
(194,242,248)
#D0F5F8
(208,245,248)
#DEF8F8
(222,248,248)
#ECFBF8
(236,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60DDF8 color. Also use rgb(96,221,248) instead hex code.

Text Font Color

.myTextColor { color: #60DDF8; }

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

This text font color is #60DDF8.


Background Color

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

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

This div background color is #60DDF8.


Border color

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

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

This div border color is #60DDF8.


Opacity

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

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

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

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

This text has shadow with #60DDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60DDF8 on black background.


Color preview on white background

This text has color #60DDF8 on white background.



Black color preview on #60DDF8 background

This text has black color on #60DDF8 background.


White color preview on #60DDF8 background

This text has white color on #60DDF8 background.