COLOR #17AFC1

HEX: #17AFC1
RGB: (23,175,193)

Color info

#17AFC1 contains mainly green and blue colors. Web safe color of #17AFC1 is #0099CC (or #09C).

RGB color model

#17AFC1 color RGB value is (23,175,193).

  • red value is 23;
  • green value is 175;
  • blue value is 193.
RGB:
(23,175,193)
(9%,69%,76%)

RGB channels and saturation

R 23 of 255 = 9%
G 175 of 255 = 69%
B 193 of 255 = 76%

23
175
193

R + G + B ~ 51%. #17AFC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 175 + 193 = 391 (100%)
R 23 of 391 ~ 5.88%
G 175 of 391 ~ 44.76%
B 193 of 391 ~ 49.36%

%44.76
%49.36

CMYK color model

#17AFC1 color CMYK value is (88,9,0,24).

  • cyan value is 88.08%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(88,9,0,24)
C88M9Y0K24 
(88%,9%,0%,24%)
(0.88/0.09/0.00/0.24)	

CMYK percentages

%88.08
%9.33
%0
%24.31

Codes

Color #17AFC1 in popluar color models

17AFC1
RGB23175193
HSL186°78.70%42.35%
HSB/HSV186°88.08%75.69%
CMYK88.08%9.33%0.00%
24.31%

Color #17AFC1 in popluar number systems.

HEX17AFC1
Decimal23175193
Binary101111010111111000001
Octal27257301

Shades and tints

Shades of #17AFC1

#17AFC1
(23,175,193)
#15A0B0
(21,160,176)
#13919F
(19,145,159)
#11828E
(17,130,142)
#0F737D
(15,115,125)
#0D646C
(13,100,108)
#0B555B
(11,85,91)
#09464A
(9,70,74)
#073739
(7,55,57)
#052828
(5,40,40)
#031917
(3,25,23)
#000000
(0,0,0)

Tints of #17AFC1

#17AFC1
(23,175,193)
#2CB6C6
(44,182,198)
#41BDCB
(65,189,203)
#56C4D0
(86,196,208)
#6BCBD5
(107,203,213)
#80D2DA
(128,210,218)
#95D9DF
(149,217,223)
#AAE0E4
(170,224,228)
#BFE7E9
(191,231,233)
#D4EEEE
(212,238,238)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17AFC1 color. Also use rgb(23,175,193) instead hex code.

Text Font Color

.myTextColor { color: #17AFC1; }

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

This text font color is #17AFC1.


Background Color

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

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

This div background color is #17AFC1.


Border color

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

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

This div border color is #17AFC1.


Opacity

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

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

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

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

This text has shadow with #17AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17AFC1 on black background.


Color preview on white background

This text has color #17AFC1 on white background.



Black color preview on #17AFC1 background

This text has black color on #17AFC1 background.


White color preview on #17AFC1 background

This text has white color on #17AFC1 background.