COLOR #1DC6F4

HEX: #1DC6F4
RGB: (29,198,244)

Color info

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

RGB color model

#1DC6F4 color RGB value is (29,198,244).

  • red value is 29;
  • green value is 198;
  • blue value is 244.
RGB:
(29,198,244)
(11%,78%,96%)

RGB channels and saturation

R 29 of 255 = 11%
G 198 of 255 = 78%
B 244 of 255 = 96%

29
198
244

R + G + B ~ 62%. #1DC6F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
29 + 198 + 244 = 471 (100%)
R 29 of 471 ~ 6.16%
G 198 of 471 ~ 42.04%
B 244 of 471 ~ 51.8%

%42.04
%51.8

CMYK color model

#1DC6F4 color CMYK value is (88,19,0,4).

  • cyan value is 88.11%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(88,19,0,4)
C88M19Y0K4 
(88%,19%,0%,4%)
(0.88/0.19/0.00/0.04)	

CMYK percentages

%88.11
%18.85
%0
%4.31

Codes

Color #1DC6F4 in popluar color models

1DC6F4
RGB29198244
HSL193°90.72%53.53%
HSB/HSV193°88.11%95.69%
CMYK88.11%18.85%0.00%
4.31%

Color #1DC6F4 in popluar number systems.

HEX1DC6F4
Decimal29198244
Binary111011100011011110100
Octal35306364

Shades and tints

Shades of #1DC6F4

#1DC6F4
(29,198,244)
#1BB4DE
(27,180,222)
#19A2C8
(25,162,200)
#1790B2
(23,144,178)
#157E9C
(21,126,156)
#136C86
(19,108,134)
#115A70
(17,90,112)
#0F485A
(15,72,90)
#0D3644
(13,54,68)
#0B242E
(11,36,46)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #1DC6F4

#1DC6F4
(29,198,244)
#31CBF5
(49,203,245)
#45D0F6
(69,208,246)
#59D5F7
(89,213,247)
#6DDAF8
(109,218,248)
#81DFF9
(129,223,249)
#95E4FA
(149,228,250)
#A9E9FB
(169,233,251)
#BDEEFC
(189,238,252)
#D1F3FD
(209,243,253)
#E5F8FE
(229,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DC6F4 color. Also use rgb(29,198,244) instead hex code.

Text Font Color

.myTextColor { color: #1DC6F4; }

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

This text font color is #1DC6F4.


Background Color

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

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

This div background color is #1DC6F4.


Border color

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

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

This div border color is #1DC6F4.


Opacity

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

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

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

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

This text has shadow with #1DC6F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DC6F4 on black background.


Color preview on white background

This text has color #1DC6F4 on white background.



Black color preview on #1DC6F4 background

This text has black color on #1DC6F4 background.


White color preview on #1DC6F4 background

This text has white color on #1DC6F4 background.