COLOR #17A1ED

HEX: #17A1ED
RGB: (23,161,237)

Color info

#17A1ED contains mainly blue color. Web safe color of #17A1ED is #0099FF (or #09F).

RGB color model

#17A1ED color RGB value is (23,161,237).

  • red value is 23;
  • green value is 161;
  • blue value is 237.
RGB:
(23,161,237)
(9%,63%,93%)

RGB channels and saturation

R 23 of 255 = 9%
G 161 of 255 = 63%
B 237 of 255 = 93%

23
161
237

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

Portions of RGB colors in percentages

R + G + B =
23 + 161 + 237 = 421 (100%)
R 23 of 421 ~ 5.46%
G 161 of 421 ~ 38.24%
B 237 of 421 ~ 56.29%

%38.24
%56.29

CMYK color model

#17A1ED color CMYK value is (90,32,0,7).

  • cyan value is 90.30%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(90,32,0,7)
C90M32Y0K7 
(90%,32%,0%,7%)
(0.90/0.32/0.00/0.07)	

CMYK percentages

%90.3
%32.07
%0
%7.06

Codes

Color #17A1ED in popluar color models

17A1ED
RGB23161237
HSL201°85.60%50.98%
HSB/HSV201°90.30%92.94%
CMYK90.30%32.07%0.00%
7.06%

Color #17A1ED in popluar number systems.

HEX17A1ED
Decimal23161237
Binary101111010000111101101
Octal27241355

Shades and tints

Shades of #17A1ED

#17A1ED
(23,161,237)
#1593D8
(21,147,216)
#1385C3
(19,133,195)
#1177AE
(17,119,174)
#0F6999
(15,105,153)
#0D5B84
(13,91,132)
#0B4D6F
(11,77,111)
#093F5A
(9,63,90)
#073145
(7,49,69)
#052330
(5,35,48)
#03151B
(3,21,27)
#000000
(0,0,0)

Tints of #17A1ED

#17A1ED
(23,161,237)
#2CA9EE
(44,169,238)
#41B1EF
(65,177,239)
#56B9F0
(86,185,240)
#6BC1F1
(107,193,241)
#80C9F2
(128,201,242)
#95D1F3
(149,209,243)
#AAD9F4
(170,217,244)
#BFE1F5
(191,225,245)
#D4E9F6
(212,233,246)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17A1ED color. Also use rgb(23,161,237) instead hex code.

Text Font Color

.myTextColor { color: #17A1ED; }

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

This text font color is #17A1ED.


Background Color

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

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

This div background color is #17A1ED.


Border color

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

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

This div border color is #17A1ED.


Opacity

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

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

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

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

This text has shadow with #17A1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17A1ED on black background.


Color preview on white background

This text has color #17A1ED on white background.



Black color preview on #17A1ED background

This text has black color on #17A1ED background.


White color preview on #17A1ED background

This text has white color on #17A1ED background.