COLOR #9FBCFE

HEX: #9FBCFE RGB: (159,188,254)

Color info

#9FBCFE contains mainly blue color. Web safe color of #9FBCFE is #99CCFF (or #9CF).

RGB color model

#9FBCFE color RGB value is (159,188,254).

RGB: (159,188,254) (62%, 74%, 100%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 254 of 255 = 100%

159
188
254

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

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 254 = 601 (100%)
R 159 of 601 ~ 26.46%
G 188 of 601 ~ 31.28%
B 254 of 601 ~ 42.26'%

%26.46
%31.28
%42.26

CMYK color model

#9FBCFE color CMYK value is (37,26,0,0).

  • cyan value is 37.40%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (37,26,0,0)
C37M26Y0K0 (37%, 26%, 0%, 0%)
(0.37 / 0.26 / 0.00 / 0.00)

CMYK percentages

%37.4
%25.98
%0
%0.39

Codes

Color #9FBCFE in popluar color models

9F BC FE
RGB 159 188 254
HSL 222° 97.94% 80.98%
HSB/HSV 222° 37.40% 99.61%
CMYK 37.40% 25.98% 0.00%
0.39%

Color #9FBCFE in popluar number systems.

HEX 9F BC FE
Decimal 159 188 254
Binary 10011111 10111100 11111110
Octal 237 274 376

Shades and tints

Shades of #9FBCFE

#9FBCFE
(159,188,254)
#91ABE7
(145,171,231)
#839AD0
(131,154,208)
#7589B9
(117,137,185)
#6778A2
(103,120,162)
#59678B
(89,103,139)
#4B5674
(75,86,116)
#3D455D
(61,69,93)
#2F3446
(47,52,70)
#21232F
(33,35,47)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #9FBCFE

#9FBCFE
(159,188,254)
#A7C2FE
(167,194,254)
#AFC8FE
(175,200,254)
#B7CEFE
(183,206,254)
#BFD4FE
(191,212,254)
#C7DAFE
(199,218,254)
#CFE0FE
(207,224,254)
#D7E6FE
(215,230,254)
#DFECFE
(223,236,254)
#E7F2FE
(231,242,254)
#EFF8FE
(239,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCFE color. Also use rgb(159,188,254) instead hex code.

Text Font Color

.myTextColor { color: #9FBCFE; }

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

This text font color is #9FBCFE.

Background Color

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

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

This div background color is #9FBCFE.

Border color

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

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

This div border color is #9FBCFE.

Opacity

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

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

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

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

This text has shadow with #9FBCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBCFE.

Preview

Color preview on black background

This text has color #9FBCFE on black background.


Color preview on white background

This text has color #9FBCFE on white background.


Black color preview on #9FBCFE background

This text has black color on #9FBCFE background.


White color preview on #9FBCFE background

This text has white color on #9FBCFE background.


Related colors

Complementary color

Complementary color for #hex is #604301.


I love getcolorcode.com

Triadic colors

1 #FE9FBC and #BCFE9F with #9FBCFE are triadic colors.

2 #FEBC9F and #BC9FFE with #9FBCFE are triadic colors.