COLOR #17AFC2

HEX: #17AFC2
RGB: (23,175,194)

Color info

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

RGB color model

#17AFC2 color RGB value is (23,175,194).

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

RGB channels and saturation

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

23
175
194

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

Portions of RGB colors in percentages

R + G + B =
23 + 175 + 194 = 392 (100%)
R 23 of 392 ~ 5.87%
G 175 of 392 ~ 44.64%
B 194 of 392 ~ 49.49%

%44.64
%49.49

CMYK color model

#17AFC2 color CMYK value is (88,10,0,24).

  • cyan value is 88.14%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(88,10,0,24)
C88M10Y0K24 
(88%,10%,0%,24%)
(0.88/0.10/0.00/0.24)	

CMYK percentages

%88.14
%9.79
%0
%23.92

Codes

Color #17AFC2 in popluar color models

17AFC2
RGB23175194
HSL187°78.80%42.55%
HSB/HSV187°88.14%76.08%
CMYK88.14%9.79%0.00%
23.92%

Color #17AFC2 in popluar number systems.

HEX17AFC2
Decimal23175194
Binary101111010111111000010
Octal27257302

Shades and tints

Shades of #17AFC2

#17AFC2
(23,175,194)
#15A0B1
(21,160,177)
#1391A0
(19,145,160)
#11828F
(17,130,143)
#0F737E
(15,115,126)
#0D646D
(13,100,109)
#0B555C
(11,85,92)
#09464B
(9,70,75)
#07373A
(7,55,58)
#052829
(5,40,41)
#031918
(3,25,24)
#000000
(0,0,0)

Tints of #17AFC2

#17AFC2
(23,175,194)
#2CB6C7
(44,182,199)
#41BDCC
(65,189,204)
#56C4D1
(86,196,209)
#6BCBD6
(107,203,214)
#80D2DB
(128,210,219)
#95D9E0
(149,217,224)
#AAE0E5
(170,224,229)
#BFE7EA
(191,231,234)
#D4EEEF
(212,238,239)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17AFC2; }

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

This text font color is #17AFC2.


Background Color

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

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

This div background color is #17AFC2.


Border color

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

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

This div border color is #17AFC2.


Opacity

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

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

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

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

This text has shadow with #17AFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17AFC2 on black background.


Color preview on white background

This text has color #17AFC2 on white background.



Black color preview on #17AFC2 background

This text has black color on #17AFC2 background.


White color preview on #17AFC2 background

This text has white color on #17AFC2 background.