COLOR #1B96D0

HEX: #1B96D0 RGB: (27,150,208)

Color info

#1B96D0 contains mainly green and blue colors. Web safe color of #1B96D0 is #3399CC (or #39C).

RGB color model

#1B96D0 color RGB value is (27,150,208).

RGB: (27,150,208) (11%, 59%, 82%)

RGB channels and saturation

R 27 of 255 = 11%
G 150 of 255 = 59%
B 208 of 255 = 82%

27
150
208

R + G + B ~ 51%. #1B96D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 27 + 150 + 208 = 385 (100%)
R 27 of 385 ~ 7.01%
G 150 of 385 ~ 38.96%
B 208 of 385 ~ 54.03'%

%38.96
%54.03

CMYK color model

#1B96D0 color CMYK value is (87,28,0,18).

  • cyan value is 87.02%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (87,28,0,18)
C87M28Y0K18 (87%, 28%, 0%, 18%)
(0.87 / 0.28 / 0.00 / 0.18)

CMYK percentages

%87.02
%27.88
%0
%18.43

Codes

Color #1B96D0 in popluar color models

1B 96 D0
RGB 27 150 208
HSL 199° 77.02% 46.08%
HSB/HSV 199° 87.02% 81.57%
CMYK 87.02% 27.88% 0.00%
18.43%

Color #1B96D0 in popluar number systems.

HEX 1B 96 D0
Decimal 27 150 208
Binary 11011 10010110 11010000
Octal 33 226 320

Shades and tints

Shades of #1B96D0

#1B96D0
(27,150,208)
#1989BE
(25,137,190)
#177CAC
(23,124,172)
#156F9A
(21,111,154)
#136288
(19,98,136)
#115576
(17,85,118)
#0F4864
(15,72,100)
#0D3B52
(13,59,82)
#0B2E40
(11,46,64)
#09212E
(9,33,46)
#07141C
(7,20,28)
#000000
(0,0,0)

Tints of #1B96D0

#1B96D0
(27,150,208)
#2F9FD4
(47,159,212)
#43A8D8
(67,168,216)
#57B1DC
(87,177,220)
#6BBAE0
(107,186,224)
#7FC3E4
(127,195,228)
#93CCE8
(147,204,232)
#A7D5EC
(167,213,236)
#BBDEF0
(187,222,240)
#CFE7F4
(207,231,244)
#E3F0F8
(227,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B96D0 color. Also use rgb(27,150,208) instead hex code.

Text Font Color

.myTextColor { color: #1B96D0; }

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

This text font color is #1B96D0.

Background Color

.myBgColor { background-color: #1B96D0; }

<div style="background-color:#1B96D0">Inner text</div>

This div background color is #1B96D0.

Border color

.myBorderColor { border: 1px solid #1B96D0; }

<div style="border:3px solid #1B96D0">Div</div>

This div border color is #1B96D0.

Opacity

.myOpacity80 { color: #1B96D0; opacity: 0.8; }

<p style="color:#1B96D0;opacity:0.8;">80%</p>

Text with #1B96D0 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 #1B96D0;}

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

This text has shadow with #1B96D0 color.


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

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

This text has shadow with #1B96D0 primary color and red secondary color.


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

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

This text has shadow with #1B96D0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1B96D0.

Preview

Color preview on black background

This text has color #1B96D0 on black background.


Color preview on white background

This text has color #1B96D0 on white background.


Black color preview on #1B96D0 background

This text has black color on #1B96D0 background.


White color preview on #1B96D0 background

This text has white color on #1B96D0 background.


Related colors

Complementary color

Complementary color for #hex is #E4692F.


I love getcolorcode.com

Triadic colors

1 #D01B96 and #96D01B with #1B96D0 are triadic colors.

2 #D0961B and #961BD0 with #1B96D0 are triadic colors.