COLOR #17DDF3

HEX: #17DDF3
RGB: (23,221,243)

Color info

#17DDF3 contains mainly green and blue colors. Web safe color of #17DDF3 is #00CCFF (or #0CF).

RGB color model

#17DDF3 color RGB value is (23,221,243).

  • red value is 23;
  • green value is 221;
  • blue value is 243.
RGB:
(23,221,243)
(9%,87%,95%)

RGB channels and saturation

R 23 of 255 = 9%
G 221 of 255 = 87%
B 243 of 255 = 95%

23
221
243

R + G + B ~ 64%. #17DDF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
23 + 221 + 243 = 487 (100%)
R 23 of 487 ~ 4.72%
G 221 of 487 ~ 45.38%
B 243 of 487 ~ 49.9%

%45.38
%49.9

CMYK color model

#17DDF3 color CMYK value is (91,9,0,5).

  • cyan value is 90.53%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(91,9,0,5)
C91M9Y0K5 
(91%,9%,0%,5%)
(0.91/0.09/0.00/0.05)	

CMYK percentages

%90.53
%9.05
%0
%4.71

Codes

Color #17DDF3 in popluar color models

17DDF3
RGB23221243
HSL186°90.16%52.16%
HSB/HSV186°90.53%95.29%
CMYK90.53%9.05%0.00%
4.71%

Color #17DDF3 in popluar number systems.

HEX17DDF3
Decimal23221243
Binary101111101110111110011
Octal27335363

Shades and tints

Shades of #17DDF3

#17DDF3
(23,221,243)
#15C9DD
(21,201,221)
#13B5C7
(19,181,199)
#11A1B1
(17,161,177)
#0F8D9B
(15,141,155)
#0D7985
(13,121,133)
#0B656F
(11,101,111)
#095159
(9,81,89)
#073D43
(7,61,67)
#05292D
(5,41,45)
#031517
(3,21,23)
#000000
(0,0,0)

Tints of #17DDF3

#17DDF3
(23,221,243)
#2CE0F4
(44,224,244)
#41E3F5
(65,227,245)
#56E6F6
(86,230,246)
#6BE9F7
(107,233,247)
#80ECF8
(128,236,248)
#95EFF9
(149,239,249)
#AAF2FA
(170,242,250)
#BFF5FB
(191,245,251)
#D4F8FC
(212,248,252)
#E9FBFD
(233,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17DDF3 color. Also use rgb(23,221,243) instead hex code.

Text Font Color

.myTextColor { color: #17DDF3; }

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

This text font color is #17DDF3.


Background Color

.myBgColor { background-color: #17DDF3; }

<div style="background-color:#17DDF3">Inner text</div>

This div background color is #17DDF3.


Border color

.myBorderColor { border: 1px solid #17DDF3; }

<div style="border:3px solid #17DDF3">Div</div>

This div border color is #17DDF3.


Opacity

.myOpacity80 { color: #17DDF3; opacity: 0.8; }

<p style="color:#17DDF3;opacity:0.8;">80%</p>

Text with #17DDF3 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 #17DDF3;}

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

This text has shadow with #17DDF3 color.

.textShadow {text-shadow: 3px 3px 1px #17DDF3, 3px 3px 1px red;}

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

This text has shadow with #17DDF3 primary color and red secondary color.


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

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

This text has shadow with #17DDF3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17DDF3 on black background.


Color preview on white background

This text has color #17DDF3 on white background.



Black color preview on #17DDF3 background

This text has black color on #17DDF3 background.


White color preview on #17DDF3 background

This text has white color on #17DDF3 background.