COLOR #1B9FCB

HEX: #1B9FCB
RGB: (27,159,203)

Color info

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

RGB color model

#1B9FCB color RGB value is (27,159,203).

  • red value is 27;
  • green value is 159;
  • blue value is 203.
RGB:
(27,159,203)
(11%,62%,80%)

RGB channels and saturation

R 27 of 255 = 11%
G 159 of 255 = 62%
B 203 of 255 = 80%

27
159
203

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

Portions of RGB colors in percentages

R + G + B =
27 + 159 + 203 = 389 (100%)
R 27 of 389 ~ 6.94%
G 159 of 389 ~ 40.87%
B 203 of 389 ~ 52.19%

%40.87
%52.19

CMYK color model

#1B9FCB color CMYK value is (87,22,0,20).

  • cyan value is 86.70%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(87,22,0,20)
C87M22Y0K20 
(87%,22%,0%,20%)
(0.87/0.22/0.00/0.20)	

CMYK percentages

%86.7
%21.67
%0
%20.39

Codes

Color #1B9FCB in popluar color models

1B9FCB
RGB27159203
HSL195°76.52%45.10%
HSB/HSV195°86.70%79.61%
CMYK86.70%21.67%0.00%
20.39%

Color #1B9FCB in popluar number systems.

HEX1B9FCB
Decimal27159203
Binary110111001111111001011
Octal33237313

Shades and tints

Shades of #1B9FCB

#1B9FCB
(27,159,203)
#1991B9
(25,145,185)
#1783A7
(23,131,167)
#157595
(21,117,149)
#136783
(19,103,131)
#115971
(17,89,113)
#0F4B5F
(15,75,95)
#0D3D4D
(13,61,77)
#0B2F3B
(11,47,59)
#092129
(9,33,41)
#071317
(7,19,23)
#000000
(0,0,0)

Tints of #1B9FCB

#1B9FCB
(27,159,203)
#2FA7CF
(47,167,207)
#43AFD3
(67,175,211)
#57B7D7
(87,183,215)
#6BBFDB
(107,191,219)
#7FC7DF
(127,199,223)
#93CFE3
(147,207,227)
#A7D7E7
(167,215,231)
#BBDFEB
(187,223,235)
#CFE7EF
(207,231,239)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B9FCB color. Also use rgb(27,159,203) instead hex code.

Text Font Color

.myTextColor { color: #1B9FCB; }

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

This text font color is #1B9FCB.


Background Color

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

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

This div background color is #1B9FCB.


Border color

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

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

This div border color is #1B9FCB.


Opacity

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

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

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

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

This text has shadow with #1B9FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B9FCB on black background.


Color preview on white background

This text has color #1B9FCB on white background.



Black color preview on #1B9FCB background

This text has black color on #1B9FCB background.


White color preview on #1B9FCB background

This text has white color on #1B9FCB background.