COLOR #1B9CEE

HEX: #1B9CEE
RGB: (27,156,238)

Color info

#1B9CEE contains mainly blue color. Web safe color of #1B9CEE is #3399FF (or #39F).

RGB color model

#1B9CEE color RGB value is (27,156,238).

  • red value is 27;
  • green value is 156;
  • blue value is 238.
RGB:
(27,156,238)
(11%,61%,93%)

RGB channels and saturation

R 27 of 255 = 11%
G 156 of 255 = 61%
B 238 of 255 = 93%

27
156
238

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

Portions of RGB colors in percentages

R + G + B =
27 + 156 + 238 = 421 (100%)
R 27 of 421 ~ 6.41%
G 156 of 421 ~ 37.05%
B 238 of 421 ~ 56.53%

%37.05
%56.53

CMYK color model

#1B9CEE color CMYK value is (89,34,0,7).

  • cyan value is 88.66%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(89,34,0,7)
C89M34Y0K7 
(89%,34%,0%,7%)
(0.89/0.34/0.00/0.07)	

CMYK percentages

%88.66
%34.45
%0
%6.67

Codes

Color #1B9CEE in popluar color models

1B9CEE
RGB27156238
HSL203°86.12%51.96%
HSB/HSV203°88.66%93.33%
CMYK88.66%34.45%0.00%
6.67%

Color #1B9CEE in popluar number systems.

HEX1B9CEE
Decimal27156238
Binary110111001110011101110
Octal33234356

Shades and tints

Shades of #1B9CEE

#1B9CEE
(27,156,238)
#198ED9
(25,142,217)
#1780C4
(23,128,196)
#1572AF
(21,114,175)
#13649A
(19,100,154)
#115685
(17,86,133)
#0F4870
(15,72,112)
#0D3A5B
(13,58,91)
#0B2C46
(11,44,70)
#091E31
(9,30,49)
#07101C
(7,16,28)
#000000
(0,0,0)

Tints of #1B9CEE

#1B9CEE
(27,156,238)
#2FA5EF
(47,165,239)
#43AEF0
(67,174,240)
#57B7F1
(87,183,241)
#6BC0F2
(107,192,242)
#7FC9F3
(127,201,243)
#93D2F4
(147,210,244)
#A7DBF5
(167,219,245)
#BBE4F6
(187,228,246)
#CFEDF7
(207,237,247)
#E3F6F8
(227,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B9CEE color. Also use rgb(27,156,238) instead hex code.

Text Font Color

.myTextColor { color: #1B9CEE; }

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

This text font color is #1B9CEE.


Background Color

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

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

This div background color is #1B9CEE.


Border color

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

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

This div border color is #1B9CEE.


Opacity

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

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

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

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

This text has shadow with #1B9CEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B9CEE on black background.


Color preview on white background

This text has color #1B9CEE on white background.



Black color preview on #1B9CEE background

This text has black color on #1B9CEE background.


White color preview on #1B9CEE background

This text has white color on #1B9CEE background.