COLOR #009DD1

HEX: #009DD1
RGB: (0,157,209)

Color info

#009DD1 contains only green and blue colors. Web safe color of #009DD1 is #0099CC (or #09C).

RGB color model

#009DD1 color RGB value is (0,157,209).

  • red value is 0;
  • green value is 157;
  • blue value is 209.
RGB:
(0,157,209)
(0%,62%,82%)

RGB channels and saturation

R 0 of 255 = 0%
G 157 of 255 = 62%
B 209 of 255 = 82%

0
157
209

R + G + B ~ 48%. #009DD1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 157 + 209 = 366 (100%)
R 0 of 366 ~ 0%
G 157 of 366 ~ 42.9%
B 209 of 366 ~ 57.1%

%42.9
%57.1

CMYK color model

#009DD1 color CMYK value is (100,25,0,18).

  • cyan value is 100.00%
  • magenta value is 24.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,25,0,18)
C100M25Y0K18 
(100%,25%,0%,18%)
(1.00/0.25/0.00/0.18)	

CMYK percentages

%100
%24.88
%0
%18.04

Codes

Color #009DD1 in popluar color models

009DD1
RGB0157209
HSL195°100.00%40.98%
HSB/HSV195°100.00%81.96%
CMYK100.00%24.88%0.00%
18.04%

Color #009DD1 in popluar number systems.

HEX009DD1
Decimal0157209
Binary01001110111010001
Octal0235321

Shades and tints

Shades of #009DD1

#009DD1
(0,157,209)
#008FBE
(0,143,190)
#0081AB
(0,129,171)
#007398
(0,115,152)
#006585
(0,101,133)
#005772
(0,87,114)
#00495F
(0,73,95)
#003B4C
(0,59,76)
#002D39
(0,45,57)
#001F26
(0,31,38)
#001113
(0,17,19)
#000000
(0,0,0)

Tints of #009DD1

#009DD1
(0,157,209)
#17A5D5
(23,165,213)
#2EADD9
(46,173,217)
#45B5DD
(69,181,221)
#5CBDE1
(92,189,225)
#73C5E5
(115,197,229)
#8ACDE9
(138,205,233)
#A1D5ED
(161,213,237)
#B8DDF1
(184,221,241)
#CFE5F5
(207,229,245)
#E6EDF9
(230,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009DD1 color. Also use rgb(0,157,209) instead hex code.

Text Font Color

.myTextColor { color: #009DD1; }

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

This text font color is #009DD1.


Background Color

.myBgColor { background-color: #009DD1; }

<div style="background-color:#009DD1">Inner text</div>

This div background color is #009DD1.


Border color

.myBorderColor { border: 1px solid #009DD1; }

<div style="border:3px solid #009DD1">Div</div>

This div border color is #009DD1.


Opacity

.myOpacity80 { color: #009DD1; opacity: 0.8; }

<p style="color:#009DD1;opacity:0.8;">80%</p>

Text with #009DD1 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 #009DD1;}

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

This text has shadow with #009DD1 color.

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

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

This text has shadow with #009DD1 primary color and red secondary color.


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

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

This text has shadow with #009DD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009DD1 on black background.


Color preview on white background

This text has color #009DD1 on white background.



Black color preview on #009DD1 background

This text has black color on #009DD1 background.


White color preview on #009DD1 background

This text has white color on #009DD1 background.