COLOR #17D0FF

HEX: #17D0FF
RGB: (23,208,255)

Color info

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

RGB color model

#17D0FF color RGB value is (23,208,255).

  • red value is 23;
  • green value is 208;
  • blue value is 255.
RGB:
(23,208,255)
(9%,82%,100%)

RGB channels and saturation

R 23 of 255 = 9%
G 208 of 255 = 82%
B 255 of 255 = 100%

23
208
255

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

Portions of RGB colors in percentages

R + G + B =
23 + 208 + 255 = 486 (100%)
R 23 of 486 ~ 4.73%
G 208 of 486 ~ 42.8%
B 255 of 486 ~ 52.47%

%42.8
%52.47

CMYK color model

#17D0FF color CMYK value is (91,18,0,0).

  • cyan value is 90.98%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(91,18,0,0)
C91M18Y0K0 
(91%,18%,0%,0%)
(0.91/0.18/0.00/0.00)	

CMYK percentages

%90.98
%18.43
%0
%0

Codes

Color #17D0FF in popluar color models

17D0FF
RGB23208255
HSL192°100.00%54.51%
HSB/HSV192°90.98%100.00%
CMYK90.98%18.43%0.00%
0.00%

Color #17D0FF in popluar number systems.

HEX17D0FF
Decimal23208255
Binary101111101000011111111
Octal27320377

Shades and tints

Shades of #17D0FF

#17D0FF
(23,208,255)
#15BEE8
(21,190,232)
#13ACD1
(19,172,209)
#119ABA
(17,154,186)
#0F88A3
(15,136,163)
#0D768C
(13,118,140)
#0B6475
(11,100,117)
#09525E
(9,82,94)
#074047
(7,64,71)
#052E30
(5,46,48)
#031C19
(3,28,25)
#000000
(0,0,0)

Tints of #17D0FF

#17D0FF
(23,208,255)
#2CD4FF
(44,212,255)
#41D8FF
(65,216,255)
#56DCFF
(86,220,255)
#6BE0FF
(107,224,255)
#80E4FF
(128,228,255)
#95E8FF
(149,232,255)
#AAECFF
(170,236,255)
#BFF0FF
(191,240,255)
#D4F4FF
(212,244,255)
#E9F8FF
(233,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17D0FF color. Also use rgb(23,208,255) instead hex code.

Text Font Color

.myTextColor { color: #17D0FF; }

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

This text font color is #17D0FF.


Background Color

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

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

This div background color is #17D0FF.


Border color

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

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

This div border color is #17D0FF.


Opacity

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

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

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

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

This text has shadow with #17D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17D0FF on black background.


Color preview on white background

This text has color #17D0FF on white background.



Black color preview on #17D0FF background

This text has black color on #17D0FF background.


White color preview on #17D0FF background

This text has white color on #17D0FF background.