COLOR #17DAFF

HEX: #17DAFF
RGB: (23,218,255)

Color info

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

RGB color model

#17DAFF color RGB value is (23,218,255).

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

RGB channels and saturation

R 23 of 255 = 9%
G 218 of 255 = 85%
B 255 of 255 = 100%

23
218
255

R + G + B ~ 65%. #17DAFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
23 + 218 + 255 = 496 (100%)
R 23 of 496 ~ 4.64%
G 218 of 496 ~ 43.95%
B 255 of 496 ~ 51.41%

%43.95
%51.41

CMYK color model

#17DAFF color CMYK value is (91,15,0,0).

  • cyan value is 90.98%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(91,15,0,0)
C91M15Y0K0 
(91%,15%,0%,0%)
(0.91/0.15/0.00/0.00)	

CMYK percentages

%90.98
%14.51
%0
%0

Codes

Color #17DAFF in popluar color models

17DAFF
RGB23218255
HSL190°100.00%54.51%
HSB/HSV190°90.98%100.00%
CMYK90.98%14.51%0.00%
0.00%

Color #17DAFF in popluar number systems.

HEX17DAFF
Decimal23218255
Binary101111101101011111111
Octal27332377

Shades and tints

Shades of #17DAFF

#17DAFF
(23,218,255)
#15C7E8
(21,199,232)
#13B4D1
(19,180,209)
#11A1BA
(17,161,186)
#0F8EA3
(15,142,163)
#0D7B8C
(13,123,140)
#0B6875
(11,104,117)
#09555E
(9,85,94)
#074247
(7,66,71)
#052F30
(5,47,48)
#031C19
(3,28,25)
#000000
(0,0,0)

Tints of #17DAFF

#17DAFF
(23,218,255)
#2CDDFF
(44,221,255)
#41E0FF
(65,224,255)
#56E3FF
(86,227,255)
#6BE6FF
(107,230,255)
#80E9FF
(128,233,255)
#95ECFF
(149,236,255)
#AAEFFF
(170,239,255)
#BFF2FF
(191,242,255)
#D4F5FF
(212,245,255)
#E9F8FF
(233,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17DAFF; }

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

This text font color is #17DAFF.


Background Color

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

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

This div background color is #17DAFF.


Border color

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

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

This div border color is #17DAFF.


Opacity

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

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

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

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

This text has shadow with #17DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17DAFF on black background.


Color preview on white background

This text has color #17DAFF on white background.



Black color preview on #17DAFF background

This text has black color on #17DAFF background.


White color preview on #17DAFF background

This text has white color on #17DAFF background.