COLOR #1C99F6

HEX: #1C99F6
RGB: (28,153,246)

Color info

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

RGB color model

#1C99F6 color RGB value is (28,153,246).

  • red value is 28;
  • green value is 153;
  • blue value is 246.
RGB:
(28,153,246)
(11%,60%,96%)

RGB channels and saturation

R 28 of 255 = 11%
G 153 of 255 = 60%
B 246 of 255 = 96%

28
153
246

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

Portions of RGB colors in percentages

R + G + B =
28 + 153 + 246 = 427 (100%)
R 28 of 427 ~ 6.56%
G 153 of 427 ~ 35.83%
B 246 of 427 ~ 57.61%

%35.83
%57.61

CMYK color model

#1C99F6 color CMYK value is (89,38,0,4).

  • cyan value is 88.62%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(89,38,0,4)
C89M38Y0K4 
(89%,38%,0%,4%)
(0.89/0.38/0.00/0.04)	

CMYK percentages

%88.62
%37.8
%0
%3.53

Codes

Color #1C99F6 in popluar color models

1C99F6
RGB28153246
HSL206°92.37%53.73%
HSB/HSV206°88.62%96.47%
CMYK88.62%37.80%0.00%
3.53%

Color #1C99F6 in popluar number systems.

HEX1C99F6
Decimal28153246
Binary111001001100111110110
Octal34231366

Shades and tints

Shades of #1C99F6

#1C99F6
(28,153,246)
#1A8CE0
(26,140,224)
#187FCA
(24,127,202)
#1672B4
(22,114,180)
#14659E
(20,101,158)
#125888
(18,88,136)
#104B72
(16,75,114)
#0E3E5C
(14,62,92)
#0C3146
(12,49,70)
#0A2430
(10,36,48)
#08171A
(8,23,26)
#000000
(0,0,0)

Tints of #1C99F6

#1C99F6
(28,153,246)
#30A2F6
(48,162,246)
#44ABF6
(68,171,246)
#58B4F6
(88,180,246)
#6CBDF6
(108,189,246)
#80C6F6
(128,198,246)
#94CFF6
(148,207,246)
#A8D8F6
(168,216,246)
#BCE1F6
(188,225,246)
#D0EAF6
(208,234,246)
#E4F3F6
(228,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C99F6 color. Also use rgb(28,153,246) instead hex code.

Text Font Color

.myTextColor { color: #1C99F6; }

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

This text font color is #1C99F6.


Background Color

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

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

This div background color is #1C99F6.


Border color

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

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

This div border color is #1C99F6.


Opacity

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

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

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

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

This text has shadow with #1C99F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C99F6 on black background.


Color preview on white background

This text has color #1C99F6 on white background.



Black color preview on #1C99F6 background

This text has black color on #1C99F6 background.


White color preview on #1C99F6 background

This text has white color on #1C99F6 background.