COLOR #1DAFF6

HEX: #1DAFF6
RGB: (29,175,246)

Color info

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

RGB color model

#1DAFF6 color RGB value is (29,175,246).

  • red value is 29;
  • green value is 175;
  • blue value is 246.
RGB:
(29,175,246)
(11%,69%,96%)

RGB channels and saturation

R 29 of 255 = 11%
G 175 of 255 = 69%
B 246 of 255 = 96%

29
175
246

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

Portions of RGB colors in percentages

R + G + B =
29 + 175 + 246 = 450 (100%)
R 29 of 450 ~ 6.44%
G 175 of 450 ~ 38.89%
B 246 of 450 ~ 54.67%

%38.89
%54.67

CMYK color model

#1DAFF6 color CMYK value is (88,29,0,4).

  • cyan value is 88.21%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(88,29,0,4)
C88M29Y0K4 
(88%,29%,0%,4%)
(0.88/0.29/0.00/0.04)	

CMYK percentages

%88.21
%28.86
%0
%3.53

Codes

Color #1DAFF6 in popluar color models

1DAFF6
RGB29175246
HSL200°92.34%53.92%
HSB/HSV200°88.21%96.47%
CMYK88.21%28.86%0.00%
3.53%

Color #1DAFF6 in popluar number systems.

HEX1DAFF6
Decimal29175246
Binary111011010111111110110
Octal35257366

Shades and tints

Shades of #1DAFF6

#1DAFF6
(29,175,246)
#1BA0E0
(27,160,224)
#1991CA
(25,145,202)
#1782B4
(23,130,180)
#15739E
(21,115,158)
#136488
(19,100,136)
#115572
(17,85,114)
#0F465C
(15,70,92)
#0D3746
(13,55,70)
#0B2830
(11,40,48)
#09191A
(9,25,26)
#000000
(0,0,0)

Tints of #1DAFF6

#1DAFF6
(29,175,246)
#31B6F6
(49,182,246)
#45BDF6
(69,189,246)
#59C4F6
(89,196,246)
#6DCBF6
(109,203,246)
#81D2F6
(129,210,246)
#95D9F6
(149,217,246)
#A9E0F6
(169,224,246)
#BDE7F6
(189,231,246)
#D1EEF6
(209,238,246)
#E5F5F6
(229,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DAFF6 color. Also use rgb(29,175,246) instead hex code.

Text Font Color

.myTextColor { color: #1DAFF6; }

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

This text font color is #1DAFF6.


Background Color

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

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

This div background color is #1DAFF6.


Border color

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

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

This div border color is #1DAFF6.


Opacity

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

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

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

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

This text has shadow with #1DAFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DAFF6 on black background.


Color preview on white background

This text has color #1DAFF6 on white background.



Black color preview on #1DAFF6 background

This text has black color on #1DAFF6 background.


White color preview on #1DAFF6 background

This text has white color on #1DAFF6 background.