COLOR #9BD1EB

HEX: #9BD1EB RGB: (155,209,235)

Color info

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

RGB color model

#9BD1EB color RGB value is (155,209,235).

RGB: (155,209,235) (61%, 82%, 92%)

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 235 of 255 = 92%

155
209
235

R + G + B ~ 78%. #9BD1EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 209 + 235 = 599 (100%)
R 155 of 599 ~ 25.88%
G 209 of 599 ~ 34.89%
B 235 of 599 ~ 39.23'%

%25.88
%34.89
%39.23

CMYK color model

#9BD1EB color CMYK value is (34,11,0,8).

  • cyan value is 34.04%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (34,11,0,8)
C34M11Y0K8 (34%, 11%, 0%, 8%)
(0.34 / 0.11 / 0.00 / 0.08)

CMYK percentages

%34.04
%11.06
%0
%7.84

Codes

Color #9BD1EB in popluar color models

9B D1 EB
RGB 155 209 235
HSL 200° 66.67% 76.47%
HSB/HSV 200° 34.04% 92.16%
CMYK 34.04% 11.06% 0.00%
7.84%

Color #9BD1EB in popluar number systems.

HEX 9B D1 EB
Decimal 155 209 235
Binary 10011011 11010001 11101011
Octal 233 321 353

Shades and tints

Shades of #9BD1EB

#9BD1EB
(155,209,235)
#8DBED6
(141,190,214)
#7FABC1
(127,171,193)
#7198AC
(113,152,172)
#638597
(99,133,151)
#557282
(85,114,130)
#475F6D
(71,95,109)
#394C58
(57,76,88)
#2B3943
(43,57,67)
#1D262E
(29,38,46)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #9BD1EB

#9BD1EB
(155,209,235)
#A4D5EC
(164,213,236)
#ADD9ED
(173,217,237)
#B6DDEE
(182,221,238)
#BFE1EF
(191,225,239)
#C8E5F0
(200,229,240)
#D1E9F1
(209,233,241)
#DAEDF2
(218,237,242)
#E3F1F3
(227,241,243)
#ECF5F4
(236,245,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD1EB; }

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

This text font color is #9BD1EB.

Background Color

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

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

This div background color is #9BD1EB.

Border color

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

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

This div border color is #9BD1EB.

Opacity

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

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

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

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

This text has shadow with #9BD1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD1EB.

Preview

Color preview on black background

This text has color #9BD1EB on black background.


Color preview on white background

This text has color #9BD1EB on white background.


Black color preview on #9BD1EB background

This text has black color on #9BD1EB background.


White color preview on #9BD1EB background

This text has white color on #9BD1EB background.


Related colors

Complementary color

Complementary color for #hex is #642E14.


I love getcolorcode.com

Triadic colors

1 #EB9BD1 and #D1EB9B with #9BD1EB are triadic colors.

2 #EBD19B and #D19BEB with #9BD1EB are triadic colors.