COLOR #9BD5F1

HEX: #9BD5F1
RGB: (155,213,241)

Color info

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

RGB color model

#9BD5F1 color RGB value is (155,213,241).

  • red value is 155;
  • green value is 213;
  • blue value is 241.
RGB:
(155,213,241)
(61%,84%,95%)

RGB channels and saturation

R 155 of 255 = 61%
G 213 of 255 = 84%
B 241 of 255 = 95%

155
213
241

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

Portions of RGB colors in percentages

R + G + B =
155 + 213 + 241 = 609 (100%)
R 155 of 609 ~ 25.45%
G 213 of 609 ~ 34.98%
B 241 of 609 ~ 39.57%

%25.45
%34.98
%39.57

CMYK color model

#9BD5F1 color CMYK value is (36,12,0,5).

  • cyan value is 35.68%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(36,12,0,5)
C36M12Y0K5 
(36%,12%,0%,5%)
(0.36/0.12/0.00/0.05)	

CMYK percentages

%35.68
%11.62
%0
%5.49

Codes

Color #9BD5F1 in popluar color models

9BD5F1
RGB155213241
HSL200°75.44%77.65%
HSB/HSV200°35.68%94.51%
CMYK35.68%11.62%0.00%
5.49%

Color #9BD5F1 in popluar number systems.

HEX9BD5F1
Decimal155213241
Binary100110111101010111110001
Octal233325361

Shades and tints

Shades of #9BD5F1

#9BD5F1
(155,213,241)
#8DC2DC
(141,194,220)
#7FAFC7
(127,175,199)
#719CB2
(113,156,178)
#63899D
(99,137,157)
#557688
(85,118,136)
#476373
(71,99,115)
#39505E
(57,80,94)
#2B3D49
(43,61,73)
#1D2A34
(29,42,52)
#0F171F
(15,23,31)
#000000
(0,0,0)

Tints of #9BD5F1

#9BD5F1
(155,213,241)
#A4D8F2
(164,216,242)
#ADDBF3
(173,219,243)
#B6DEF4
(182,222,244)
#BFE1F5
(191,225,245)
#C8E4F6
(200,228,246)
#D1E7F7
(209,231,247)
#DAEAF8
(218,234,248)
#E3EDF9
(227,237,249)
#ECF0FA
(236,240,250)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD5F1 color. Also use rgb(155,213,241) instead hex code.

Text Font Color

.myTextColor { color: #9BD5F1; }

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

This text font color is #9BD5F1.


Background Color

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

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

This div background color is #9BD5F1.


Border color

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

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

This div border color is #9BD5F1.


Opacity

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

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

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

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

This text has shadow with #9BD5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD5F1 on black background.


Color preview on white background

This text has color #9BD5F1 on white background.



Black color preview on #9BD5F1 background

This text has black color on #9BD5F1 background.


White color preview on #9BD5F1 background

This text has white color on #9BD5F1 background.