COLOR #1CB4E7

HEX: #1CB4E7
RGB: (28,180,231)

Color info

#1CB4E7 contains mainly green and blue colors. Web safe color of #1CB4E7 is #33CCFF (or #3CF).

RGB color model

#1CB4E7 color RGB value is (28,180,231).

  • red value is 28;
  • green value is 180;
  • blue value is 231.
RGB:
(28,180,231)
(11%,71%,91%)

RGB channels and saturation

R 28 of 255 = 11%
G 180 of 255 = 71%
B 231 of 255 = 91%

28
180
231

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

Portions of RGB colors in percentages

R + G + B =
28 + 180 + 231 = 439 (100%)
R 28 of 439 ~ 6.38%
G 180 of 439 ~ 41%
B 231 of 439 ~ 52.62%

%41
%52.62

CMYK color model

#1CB4E7 color CMYK value is (88,22,0,9).

  • cyan value is 87.88%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(88,22,0,9)
C88M22Y0K9 
(88%,22%,0%,9%)
(0.88/0.22/0.00/0.09)	

CMYK percentages

%87.88
%22.08
%0
%9.41

Codes

Color #1CB4E7 in popluar color models

1CB4E7
RGB28180231
HSL195°80.88%50.78%
HSB/HSV195°87.88%90.59%
CMYK87.88%22.08%0.00%
9.41%

Color #1CB4E7 in popluar number systems.

HEX1CB4E7
Decimal28180231
Binary111001011010011100111
Octal34264347

Shades and tints

Shades of #1CB4E7

#1CB4E7
(28,180,231)
#1AA4D2
(26,164,210)
#1894BD
(24,148,189)
#1684A8
(22,132,168)
#147493
(20,116,147)
#12647E
(18,100,126)
#105469
(16,84,105)
#0E4454
(14,68,84)
#0C343F
(12,52,63)
#0A242A
(10,36,42)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #1CB4E7

#1CB4E7
(28,180,231)
#30BAE9
(48,186,233)
#44C0EB
(68,192,235)
#58C6ED
(88,198,237)
#6CCCEF
(108,204,239)
#80D2F1
(128,210,241)
#94D8F3
(148,216,243)
#A8DEF5
(168,222,245)
#BCE4F7
(188,228,247)
#D0EAF9
(208,234,249)
#E4F0FB
(228,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CB4E7 color. Also use rgb(28,180,231) instead hex code.

Text Font Color

.myTextColor { color: #1CB4E7; }

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

This text font color is #1CB4E7.


Background Color

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

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

This div background color is #1CB4E7.


Border color

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

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

This div border color is #1CB4E7.


Opacity

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

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

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

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

This text has shadow with #1CB4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CB4E7 on black background.


Color preview on white background

This text has color #1CB4E7 on white background.



Black color preview on #1CB4E7 background

This text has black color on #1CB4E7 background.


White color preview on #1CB4E7 background

This text has white color on #1CB4E7 background.