COLOR #9BC9F4

HEX: #9BC9F4 RGB: (155,201,244)

Color info

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

RGB color model

#9BC9F4 color RGB value is (155,201,244).

RGB: (155,201,244) (61%, 79%, 96%)

RGB channels and saturation

R 155 of 255 = 61%
G 201 of 255 = 79%
B 244 of 255 = 96%

155
201
244

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

Portions of RGB colors in percentages

R + G + B = 155 + 201 + 244 = 600 (100%)
R 155 of 600 ~ 25.83%
G 201 of 600 ~ 33.5%
B 244 of 600 ~ 40.67'%

%25.83
%33.5
%40.67

CMYK color model

#9BC9F4 color CMYK value is (36,18,0,4).

  • cyan value is 36.48%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (36,18,0,4)
C36M18Y0K4 (36%, 18%, 0%, 4%)
(0.36 / 0.18 / 0.00 / 0.04)

CMYK percentages

%36.48
%17.62
%0
%4.31

Codes

Color #9BC9F4 in popluar color models

9B C9 F4
RGB 155 201 244
HSL 209° 80.18% 78.24%
HSB/HSV 209° 36.48% 95.69%
CMYK 36.48% 17.62% 0.00%
4.31%

Color #9BC9F4 in popluar number systems.

HEX 9B C9 F4
Decimal 155 201 244
Binary 10011011 11001001 11110100
Octal 233 311 364

Shades and tints

Shades of #9BC9F4

#9BC9F4
(155,201,244)
#8DB7DE
(141,183,222)
#7FA5C8
(127,165,200)
#7193B2
(113,147,178)
#63819C
(99,129,156)
#556F86
(85,111,134)
#475D70
(71,93,112)
#394B5A
(57,75,90)
#2B3944
(43,57,68)
#1D272E
(29,39,46)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #9BC9F4

#9BC9F4
(155,201,244)
#A4CDF5
(164,205,245)
#ADD1F6
(173,209,246)
#B6D5F7
(182,213,247)
#BFD9F8
(191,217,248)
#C8DDF9
(200,221,249)
#D1E1FA
(209,225,250)
#DAE5FB
(218,229,251)
#E3E9FC
(227,233,252)
#ECEDFD
(236,237,253)
#F5F1FE
(245,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC9F4 color. Also use rgb(155,201,244) instead hex code.

Text Font Color

.myTextColor { color: #9BC9F4; }

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

This text font color is #9BC9F4.

Background Color

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

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

This div background color is #9BC9F4.

Border color

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

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

This div border color is #9BC9F4.

Opacity

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

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

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

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

This text has shadow with #9BC9F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BC9F4.

Preview

Color preview on black background

This text has color #9BC9F4 on black background.


Color preview on white background

This text has color #9BC9F4 on white background.


Black color preview on #9BC9F4 background

This text has black color on #9BC9F4 background.


White color preview on #9BC9F4 background

This text has white color on #9BC9F4 background.


Related colors

Complementary color

Complementary color for #hex is #64360B.


I love getcolorcode.com

Triadic colors

1 #F49BC9 and #C9F49B with #9BC9F4 are triadic colors.

2 #F4C99B and #C99BF4 with #9BC9F4 are triadic colors.