COLOR #17C6F2

HEX: #17C6F2
RGB: (23,198,242)

Color info

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

RGB color model

#17C6F2 color RGB value is (23,198,242).

  • red value is 23;
  • green value is 198;
  • blue value is 242.
RGB:
(23,198,242)
(9%,78%,95%)

RGB channels and saturation

R 23 of 255 = 9%
G 198 of 255 = 78%
B 242 of 255 = 95%

23
198
242

R + G + B ~ 61%. #17C6F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
23 + 198 + 242 = 463 (100%)
R 23 of 463 ~ 4.97%
G 198 of 463 ~ 42.76%
B 242 of 463 ~ 52.27%

%42.76
%52.27

CMYK color model

#17C6F2 color CMYK value is (90,18,0,5).

  • cyan value is 90.50%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(90,18,0,5)
C90M18Y0K5 
(90%,18%,0%,5%)
(0.90/0.18/0.00/0.05)	

CMYK percentages

%90.5
%18.18
%0
%5.1

Codes

Color #17C6F2 in popluar color models

17C6F2
RGB23198242
HSL192°89.39%51.96%
HSB/HSV192°90.50%94.90%
CMYK90.50%18.18%0.00%
5.10%

Color #17C6F2 in popluar number systems.

HEX17C6F2
Decimal23198242
Binary101111100011011110010
Octal27306362

Shades and tints

Shades of #17C6F2

#17C6F2
(23,198,242)
#15B4DC
(21,180,220)
#13A2C6
(19,162,198)
#1190B0
(17,144,176)
#0F7E9A
(15,126,154)
#0D6C84
(13,108,132)
#0B5A6E
(11,90,110)
#094858
(9,72,88)
#073642
(7,54,66)
#05242C
(5,36,44)
#031216
(3,18,22)
#000000
(0,0,0)

Tints of #17C6F2

#17C6F2
(23,198,242)
#2CCBF3
(44,203,243)
#41D0F4
(65,208,244)
#56D5F5
(86,213,245)
#6BDAF6
(107,218,246)
#80DFF7
(128,223,247)
#95E4F8
(149,228,248)
#AAE9F9
(170,233,249)
#BFEEFA
(191,238,250)
#D4F3FB
(212,243,251)
#E9F8FC
(233,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17C6F2 color. Also use rgb(23,198,242) instead hex code.

Text Font Color

.myTextColor { color: #17C6F2; }

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

This text font color is #17C6F2.


Background Color

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

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

This div background color is #17C6F2.


Border color

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

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

This div border color is #17C6F2.


Opacity

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

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

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

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

This text has shadow with #17C6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17C6F2 on black background.


Color preview on white background

This text has color #17C6F2 on white background.



Black color preview on #17C6F2 background

This text has black color on #17C6F2 background.


White color preview on #17C6F2 background

This text has white color on #17C6F2 background.