COLOR #9BD1EA

HEX: #9BD1EA RGB: (155,209,234)

Color info

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

RGB color model

#9BD1EA color RGB value is (155,209,234).

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

RGB channels and saturation

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

155
209
234

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

Portions of RGB colors in percentages

R + G + B = 155 + 209 + 234 = 598 (100%)
R 155 of 598 ~ 25.92%
G 209 of 598 ~ 34.95%
B 234 of 598 ~ 39.13'%

%25.92
%34.95
%39.13

CMYK color model

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

  • cyan value is 33.76%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 8.24%

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

CMYK percentages

%33.76
%10.68
%0
%8.24

Codes

Color #9BD1EA in popluar color models

9B D1 EA
RGB 155 209 234
HSL 199° 65.29% 76.27%
HSB/HSV 199° 33.76% 91.76%
CMYK 33.76% 10.68% 0.00%
8.24%

Color #9BD1EA in popluar number systems.

HEX 9B D1 EA
Decimal 155 209 234
Binary 10011011 11010001 11101010
Octal 233 321 352

Shades and tints

Shades of #9BD1EA

#9BD1EA
(155,209,234)
#8DBED5
(141,190,213)
#7FABC0
(127,171,192)
#7198AB
(113,152,171)
#638596
(99,133,150)
#557281
(85,114,129)
#475F6C
(71,95,108)
#394C57
(57,76,87)
#2B3942
(43,57,66)
#1D262D
(29,38,45)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #9BD1EA

#9BD1EA
(155,209,234)
#A4D5EB
(164,213,235)
#ADD9EC
(173,217,236)
#B6DDED
(182,221,237)
#BFE1EE
(191,225,238)
#C8E5EF
(200,229,239)
#D1E9F0
(209,233,240)
#DAEDF1
(218,237,241)
#E3F1F2
(227,241,242)
#ECF5F3
(236,245,243)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD1EA; }

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

This text font color is #9BD1EA.

Background Color

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

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

This div background color is #9BD1EA.

Border color

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

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

This div border color is #9BD1EA.

Opacity

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

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

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

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

This text has shadow with #9BD1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD1EA.

Preview

Color preview on black background

This text has color #9BD1EA on black background.


Color preview on white background

This text has color #9BD1EA on white background.


Black color preview on #9BD1EA background

This text has black color on #9BD1EA background.


White color preview on #9BD1EA background

This text has white color on #9BD1EA background.


Related colors

Complementary color

Complementary color for #hex is #642E15.


I love getcolorcode.com

Triadic colors

1 #EA9BD1 and #D1EA9B with #9BD1EA are triadic colors.

2 #EAD19B and #D19BEA with #9BD1EA are triadic colors.