COLOR #9BCCFC

HEX: #9BCCFC RGB: (155,204,252)

Color info

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

RGB color model

#9BCCFC color RGB value is (155,204,252).

RGB: (155,204,252) (61%, 80%, 99%)

RGB channels and saturation

R 155 of 255 = 61%
G 204 of 255 = 80%
B 252 of 255 = 99%

155
204
252

R + G + B ~ 80%. #9BCCFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 204 + 252 = 611 (100%)
R 155 of 611 ~ 25.37%
G 204 of 611 ~ 33.39%
B 252 of 611 ~ 41.24'%

%25.37
%33.39
%41.24

CMYK color model

#9BCCFC color CMYK value is (38,19,0,1).

  • cyan value is 38.49%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (38,19,0,1)
C38M19Y0K1 (38%, 19%, 0%, 1%)
(0.38 / 0.19 / 0.00 / 0.01)

CMYK percentages

%38.49
%19.05
%0
%1.18

Codes

Color #9BCCFC in popluar color models

9B CC FC
RGB 155 204 252
HSL 210° 94.17% 79.80%
HSB/HSV 210° 38.49% 98.82%
CMYK 38.49% 19.05% 0.00%
1.18%

Color #9BCCFC in popluar number systems.

HEX 9B CC FC
Decimal 155 204 252
Binary 10011011 11001100 11111100
Octal 233 314 374

Shades and tints

Shades of #9BCCFC

#9BCCFC
(155,204,252)
#8DBAE6
(141,186,230)
#7FA8D0
(127,168,208)
#7196BA
(113,150,186)
#6384A4
(99,132,164)
#55728E
(85,114,142)
#476078
(71,96,120)
#394E62
(57,78,98)
#2B3C4C
(43,60,76)
#1D2A36
(29,42,54)
#0F1820
(15,24,32)
#000000
(0,0,0)

Tints of #9BCCFC

#9BCCFC
(155,204,252)
#A4D0FC
(164,208,252)
#ADD4FC
(173,212,252)
#B6D8FC
(182,216,252)
#BFDCFC
(191,220,252)
#C8E0FC
(200,224,252)
#D1E4FC
(209,228,252)
#DAE8FC
(218,232,252)
#E3ECFC
(227,236,252)
#ECF0FC
(236,240,252)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCCFC color. Also use rgb(155,204,252) instead hex code.

Text Font Color

.myTextColor { color: #9BCCFC; }

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

This text font color is #9BCCFC.

Background Color

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

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

This div background color is #9BCCFC.

Border color

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

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

This div border color is #9BCCFC.

Opacity

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

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

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

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

This text has shadow with #9BCCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCCFC.

Preview

Color preview on black background

This text has color #9BCCFC on black background.


Color preview on white background

This text has color #9BCCFC on white background.


Black color preview on #9BCCFC background

This text has black color on #9BCCFC background.


White color preview on #9BCCFC background

This text has white color on #9BCCFC background.


Related colors

Complementary color

Complementary color for #hex is #643303.


I love getcolorcode.com

Triadic colors

1 #FC9BCC and #CCFC9B with #9BCCFC are triadic colors.

2 #FCCC9B and #CC9BFC with #9BCCFC are triadic colors.