COLOR #9FC5F8

HEX: #9FC5F8
RGB: (159,197,248)

Color info

#9FC5F8 contains mainly green and blue colors. Web safe color of #9FC5F8 is #99CCFF (or #9CF).

RGB color model

#9FC5F8 color RGB value is (159,197,248).

  • red value is 159;
  • green value is 197;
  • blue value is 248.
RGB:
(159,197,248)
(62%,77%,97%)

RGB channels and saturation

R 159 of 255 = 62%
G 197 of 255 = 77%
B 248 of 255 = 97%

159
197
248

R + G + B ~ 79%. #9FC5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 197 + 248 = 604 (100%)
R 159 of 604 ~ 26.32%
G 197 of 604 ~ 32.62%
B 248 of 604 ~ 41.06%

%26.32
%32.62
%41.06

CMYK color model

#9FC5F8 color CMYK value is (36,21,0,3).

  • cyan value is 35.89%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(36,21,0,3)
C36M21Y0K3 
(36%,21%,0%,3%)
(0.36/0.21/0.00/0.03)	

CMYK percentages

%35.89
%20.56
%0
%2.75

Codes

Color #9FC5F8 in popluar color models

9FC5F8
RGB159197248
HSL214°86.41%79.80%
HSB/HSV214°35.89%97.25%
CMYK35.89%20.56%0.00%
2.75%

Color #9FC5F8 in popluar number systems.

HEX9FC5F8
Decimal159197248
Binary100111111100010111111000
Octal237305370

Shades and tints

Shades of #9FC5F8

#9FC5F8
(159,197,248)
#91B4E2
(145,180,226)
#83A3CC
(131,163,204)
#7592B6
(117,146,182)
#6781A0
(103,129,160)
#59708A
(89,112,138)
#4B5F74
(75,95,116)
#3D4E5E
(61,78,94)
#2F3D48
(47,61,72)
#212C32
(33,44,50)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #9FC5F8

#9FC5F8
(159,197,248)
#A7CAF8
(167,202,248)
#AFCFF8
(175,207,248)
#B7D4F8
(183,212,248)
#BFD9F8
(191,217,248)
#C7DEF8
(199,222,248)
#CFE3F8
(207,227,248)
#D7E8F8
(215,232,248)
#DFEDF8
(223,237,248)
#E7F2F8
(231,242,248)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC5F8 color. Also use rgb(159,197,248) instead hex code.

Text Font Color

.myTextColor { color: #9FC5F8; }

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

This text font color is #9FC5F8.


Background Color

.myBgColor { background-color: #9FC5F8; }

<div style="background-color:#9FC5F8">Inner text</div>

This div background color is #9FC5F8.


Border color

.myBorderColor { border: 1px solid #9FC5F8; }

<div style="border:3px solid #9FC5F8">Div</div>

This div border color is #9FC5F8.


Opacity

.myOpacity80 { color: #9FC5F8; opacity: 0.8; }

<p style="color:#9FC5F8;opacity:0.8;">80%</p>

Text with #9FC5F8 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 #9FC5F8;}

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

This text has shadow with #9FC5F8 color.

.textShadow {text-shadow: 3px 3px 1px #9FC5F8, 3px 3px 1px red;}

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

This text has shadow with #9FC5F8 primary color and red secondary color.


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

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

This text has shadow with #9FC5F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC5F8 on black background.


Color preview on white background

This text has color #9FC5F8 on white background.



Black color preview on #9FC5F8 background

This text has black color on #9FC5F8 background.


White color preview on #9FC5F8 background

This text has white color on #9FC5F8 background.