COLOR #1DBBF9

HEX: #1DBBF9
RGB: (29,187,249)

Color info

#1DBBF9 contains mainly blue color. Web safe color of #1DBBF9 is #33CCFF (or #3CF).

RGB color model

#1DBBF9 color RGB value is (29,187,249).

  • red value is 29;
  • green value is 187;
  • blue value is 249.
RGB:
(29,187,249)
(11%,73%,98%)

RGB channels and saturation

R 29 of 255 = 11%
G 187 of 255 = 73%
B 249 of 255 = 98%

29
187
249

R + G + B ~ 61%. #1DBBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
29 + 187 + 249 = 465 (100%)
R 29 of 465 ~ 6.24%
G 187 of 465 ~ 40.22%
B 249 of 465 ~ 53.55%

%40.22
%53.55

CMYK color model

#1DBBF9 color CMYK value is (88,25,0,2).

  • cyan value is 88.35%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(88,25,0,2)
C88M25Y0K2 
(88%,25%,0%,2%)
(0.88/0.25/0.00/0.02)	

CMYK percentages

%88.35
%24.9
%0
%2.35

Codes

Color #1DBBF9 in popluar color models

1DBBF9
RGB29187249
HSL197°94.83%54.51%
HSB/HSV197°88.35%97.65%
CMYK88.35%24.90%0.00%
2.35%

Color #1DBBF9 in popluar number systems.

HEX1DBBF9
Decimal29187249
Binary111011011101111111001
Octal35273371

Shades and tints

Shades of #1DBBF9

#1DBBF9
(29,187,249)
#1BAAE3
(27,170,227)
#1999CD
(25,153,205)
#1788B7
(23,136,183)
#1577A1
(21,119,161)
#13668B
(19,102,139)
#115575
(17,85,117)
#0F445F
(15,68,95)
#0D3349
(13,51,73)
#0B2233
(11,34,51)
#09111D
(9,17,29)
#000000
(0,0,0)

Tints of #1DBBF9

#1DBBF9
(29,187,249)
#31C1F9
(49,193,249)
#45C7F9
(69,199,249)
#59CDF9
(89,205,249)
#6DD3F9
(109,211,249)
#81D9F9
(129,217,249)
#95DFF9
(149,223,249)
#A9E5F9
(169,229,249)
#BDEBF9
(189,235,249)
#D1F1F9
(209,241,249)
#E5F7F9
(229,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DBBF9 color. Also use rgb(29,187,249) instead hex code.

Text Font Color

.myTextColor { color: #1DBBF9; }

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

This text font color is #1DBBF9.


Background Color

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

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

This div background color is #1DBBF9.


Border color

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

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

This div border color is #1DBBF9.


Opacity

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

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

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

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

This text has shadow with #1DBBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DBBF9 on black background.


Color preview on white background

This text has color #1DBBF9 on white background.



Black color preview on #1DBBF9 background

This text has black color on #1DBBF9 background.


White color preview on #1DBBF9 background

This text has white color on #1DBBF9 background.