COLOR #96B9F5

HEX: #96B9F5 RGB: (150,185,245)

Color info

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

RGB color model

#96B9F5 color RGB value is (150,185,245).

RGB: (150,185,245) (59%, 73%, 96%)

RGB channels and saturation

R 150 of 255 = 59%
G 185 of 255 = 73%
B 245 of 255 = 96%

150
185
245

R + G + B ~ 76%. #96B9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 185 + 245 = 580 (100%)
R 150 of 580 ~ 25.86%
G 185 of 580 ~ 31.9%
B 245 of 580 ~ 42.24'%

%25.86
%31.9
%42.24

CMYK color model

#96B9F5 color CMYK value is (39,24,0,4).

  • cyan value is 38.78%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (39,24,0,4)
C39M24Y0K4 (39%, 24%, 0%, 4%)
(0.39 / 0.24 / 0.00 / 0.04)

CMYK percentages

%38.78
%24.49
%0
%3.92

Codes

Color #96B9F5 in popluar color models

96 B9 F5
RGB 150 185 245
HSL 218° 82.61% 77.45%
HSB/HSV 218° 38.78% 96.08%
CMYK 38.78% 24.49% 0.00%
3.92%

Color #96B9F5 in popluar number systems.

HEX 96 B9 F5
Decimal 150 185 245
Binary 10010110 10111001 11110101
Octal 226 271 365

Shades and tints

Shades of #96B9F5

#96B9F5
(150,185,245)
#89A9DF
(137,169,223)
#7C99C9
(124,153,201)
#6F89B3
(111,137,179)
#62799D
(98,121,157)
#556987
(85,105,135)
#485971
(72,89,113)
#3B495B
(59,73,91)
#2E3945
(46,57,69)
#21292F
(33,41,47)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #96B9F5

#96B9F5
(150,185,245)
#9FBFF5
(159,191,245)
#A8C5F5
(168,197,245)
#B1CBF5
(177,203,245)
#BAD1F5
(186,209,245)
#C3D7F5
(195,215,245)
#CCDDF5
(204,221,245)
#D5E3F5
(213,227,245)
#DEE9F5
(222,233,245)
#E7EFF5
(231,239,245)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B9F5 color. Also use rgb(150,185,245) instead hex code.

Text Font Color

.myTextColor { color: #96B9F5; }

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

This text font color is #96B9F5.

Background Color

.myBgColor { background-color: #96B9F5; }

<div style="background-color:#96B9F5">Inner text</div>

This div background color is #96B9F5.

Border color

.myBorderColor { border: 1px solid #96B9F5; }

<div style="border:3px solid #96B9F5">Div</div>

This div border color is #96B9F5.

Opacity

.myOpacity80 { color: #96B9F5; opacity: 0.8; }

<p style="color:#96B9F5;opacity:0.8;">80%</p>

Text with #96B9F5 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 #96B9F5;}

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

This text has shadow with #96B9F5 color.


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

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

This text has shadow with #96B9F5 primary color and red secondary color.


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

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

This text has shadow with #96B9F5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96B9F5.

Preview

Color preview on black background

This text has color #96B9F5 on black background.


Color preview on white background

This text has color #96B9F5 on white background.


Black color preview on #96B9F5 background

This text has black color on #96B9F5 background.


White color preview on #96B9F5 background

This text has white color on #96B9F5 background.


Related colors

Complementary color

Complementary color for #hex is #69460A.


I love getcolorcode.com

Triadic colors

1 #F596B9 and #B9F596 with #96B9F5 are triadic colors.

2 #F5B996 and #B996F5 with #96B9F5 are triadic colors.