COLOR #009AD1

HEX: #009AD1
RGB: (0,154,209)

Renk bilgisi

#009AD1 contains only green and blue colors. #009AD1 ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#009AD1 color RGB value is (0,154,209).

  • kırmız ton 0;
  • yeşil ton 154;
  • mavi ton 209.
RGB:
(0,154,209)
(0%,60%,82%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 154 of 255 = 60%
B 209 of 255 = 82%

0
154
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 154 + 209 = 363 (100%)
R 0 of 363 ~ 0%
G 154 of 363 ~ 42.42%
B 209 of 363 ~ 57.58%

%42.42
%57.58

CMYK RENK MODELİ

#009AD1 rengi CMYK tonu (100,26,0,18).

  • camgöbeği tonu 100.00%
  • eflatun tonu 26.32%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(100,26,0,18)
C100M26Y0K18 
(100%,26%,0%,18%)
(1.00/0.26/0.00/0.18)	

CMYK yüzdeleri

%100
%26.32
%0
%18.04

Codes

Color #009AD1 in popluar color models

009AD1
RGB0154209
HSL196°100.00%40.98%
HSB/HSV196°100.00%81.96%
CMYK100.00%26.32%0.00%
18.04%

Color #009AD1 in popluar number systems.

HEX009AD1
Decimal0154209
Binary01001101011010001
Octal0232321

Shades and tints

Shades of #009AD1

#009AD1
(0,154,209)
#008CBE
(0,140,190)
#007EAB
(0,126,171)
#007098
(0,112,152)
#006285
(0,98,133)
#005472
(0,84,114)
#00465F
(0,70,95)
#00384C
(0,56,76)
#002A39
(0,42,57)
#001C26
(0,28,38)
#000E13
(0,14,19)
#000000
(0,0,0)

Tints of #009AD1

#009AD1
(0,154,209)
#17A3D5
(23,163,213)
#2EACD9
(46,172,217)
#45B5DD
(69,181,221)
#5CBEE1
(92,190,225)
#73C7E5
(115,199,229)
#8AD0E9
(138,208,233)
#A1D9ED
(161,217,237)
#B8E2F1
(184,226,241)
#CFEBF5
(207,235,245)
#E6F4F9
(230,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009AD1; }

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

This text font color is #009AD1.


Background Color

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

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

This div background color is #009AD1.


Border color

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

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

This div border color is #009AD1.


Opacity

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

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

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

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

This text has shadow with #009AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009AD1 on black background.


Color preview on white background

This text has color #009AD1 on white background.



Black color preview on #009AD1 background

This text has black color on #009AD1 background.


White color preview on #009AD1 background

This text has white color on #009AD1 background.