COLOR #9BD1F5

HEX: #9BD1F5
RGB: (155,209,245)

Color info

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

RGB color model

#9BD1F5 color RGB value is (155,209,245).

  • red value is 155;
  • green value is 209;
  • blue value is 245.
RGB:
(155,209,245)
(61%,82%,96%)

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 245 of 255 = 96%

155
209
245

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

Portions of RGB colors in percentages

R + G + B =
155 + 209 + 245 = 609 (100%)
R 155 of 609 ~ 25.45%
G 209 of 609 ~ 34.32%
B 245 of 609 ~ 40.23%

%25.45
%34.32
%40.23

CMYK color model

#9BD1F5 color CMYK value is (37,15,0,4).

  • cyan value is 36.73%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(37,15,0,4)
C37M15Y0K4 
(37%,15%,0%,4%)
(0.37/0.15/0.00/0.04)	

CMYK percentages

%36.73
%14.69
%0
%3.92

Codes

Color #9BD1F5 in popluar color models

9BD1F5
RGB155209245
HSL204°81.82%78.43%
HSB/HSV204°36.73%96.08%
CMYK36.73%14.69%0.00%
3.92%

Color #9BD1F5 in popluar number systems.

HEX9BD1F5
Decimal155209245
Binary100110111101000111110101
Octal233321365

Shades and tints

Shades of #9BD1F5

#9BD1F5
(155,209,245)
#8DBEDF
(141,190,223)
#7FABC9
(127,171,201)
#7198B3
(113,152,179)
#63859D
(99,133,157)
#557287
(85,114,135)
#475F71
(71,95,113)
#394C5B
(57,76,91)
#2B3945
(43,57,69)
#1D262F
(29,38,47)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #9BD1F5

#9BD1F5
(155,209,245)
#A4D5F5
(164,213,245)
#ADD9F5
(173,217,245)
#B6DDF5
(182,221,245)
#BFE1F5
(191,225,245)
#C8E5F5
(200,229,245)
#D1E9F5
(209,233,245)
#DAEDF5
(218,237,245)
#E3F1F5
(227,241,245)
#ECF5F5
(236,245,245)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD1F5 color. Also use rgb(155,209,245) instead hex code.

Text Font Color

.myTextColor { color: #9BD1F5; }

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

This text font color is #9BD1F5.


Background Color

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

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

This div background color is #9BD1F5.


Border color

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

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

This div border color is #9BD1F5.


Opacity

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

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

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

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

This text has shadow with #9BD1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD1F5 on black background.


Color preview on white background

This text has color #9BD1F5 on white background.



Black color preview on #9BD1F5 background

This text has black color on #9BD1F5 background.


White color preview on #9BD1F5 background

This text has white color on #9BD1F5 background.