COLOR #17B9F8

HEX: #17B9F8
RGB: (23,185,248)

Color info

#17B9F8 contains mainly blue color. Web safe color of #17B9F8 is #00CCFF (or #0CF).

RGB color model

#17B9F8 color RGB value is (23,185,248).

  • red value is 23;
  • green value is 185;
  • blue value is 248.
RGB:
(23,185,248)
(9%,73%,97%)

RGB channels and saturation

R 23 of 255 = 9%
G 185 of 255 = 73%
B 248 of 255 = 97%

23
185
248

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

Portions of RGB colors in percentages

R + G + B =
23 + 185 + 248 = 456 (100%)
R 23 of 456 ~ 5.04%
G 185 of 456 ~ 40.57%
B 248 of 456 ~ 54.39%

%40.57
%54.39

CMYK color model

#17B9F8 color CMYK value is (91,25,0,3).

  • cyan value is 90.73%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(91,25,0,3)
C91M25Y0K3 
(91%,25%,0%,3%)
(0.91/0.25/0.00/0.03)	

CMYK percentages

%90.73
%25.4
%0
%2.75

Codes

Color #17B9F8 in popluar color models

17B9F8
RGB23185248
HSL197°94.14%53.14%
HSB/HSV197°90.73%97.25%
CMYK90.73%25.40%0.00%
2.75%

Color #17B9F8 in popluar number systems.

HEX17B9F8
Decimal23185248
Binary101111011100111111000
Octal27271370

Shades and tints

Shades of #17B9F8

#17B9F8
(23,185,248)
#15A9E2
(21,169,226)
#1399CC
(19,153,204)
#1189B6
(17,137,182)
#0F79A0
(15,121,160)
#0D698A
(13,105,138)
#0B5974
(11,89,116)
#09495E
(9,73,94)
#073948
(7,57,72)
#052932
(5,41,50)
#03191C
(3,25,28)
#000000
(0,0,0)

Tints of #17B9F8

#17B9F8
(23,185,248)
#2CBFF8
(44,191,248)
#41C5F8
(65,197,248)
#56CBF8
(86,203,248)
#6BD1F8
(107,209,248)
#80D7F8
(128,215,248)
#95DDF8
(149,221,248)
#AAE3F8
(170,227,248)
#BFE9F8
(191,233,248)
#D4EFF8
(212,239,248)
#E9F5F8
(233,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17B9F8 color. Also use rgb(23,185,248) instead hex code.

Text Font Color

.myTextColor { color: #17B9F8; }

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

This text font color is #17B9F8.


Background Color

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

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

This div background color is #17B9F8.


Border color

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

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

This div border color is #17B9F8.


Opacity

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

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

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

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

This text has shadow with #17B9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17B9F8 on black background.


Color preview on white background

This text has color #17B9F8 on white background.



Black color preview on #17B9F8 background

This text has black color on #17B9F8 background.


White color preview on #17B9F8 background

This text has white color on #17B9F8 background.