COLOR #00A2DB

HEX: #00A2DB
RGB: (0,162,219)

Color info

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

RGB color model

#00A2DB color RGB value is (0,162,219).

  • red value is 0;
  • green value is 162;
  • blue value is 219.
RGB:
(0,162,219)
(0%,64%,86%)

RGB channels and saturation

R 0 of 255 = 0%
G 162 of 255 = 64%
B 219 of 255 = 86%

0
162
219

R + G + B ~ 50%. #00A2DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 162 + 219 = 381 (100%)
R 0 of 381 ~ 0%
G 162 of 381 ~ 42.52%
B 219 of 381 ~ 57.48%

%42.52
%57.48

CMYK color model

#00A2DB color CMYK value is (100,26,0,14).

  • cyan value is 100.00%
  • magenta value is 26.03%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(100,26,0,14)
C100M26Y0K14 
(100%,26%,0%,14%)
(1.00/0.26/0.00/0.14)	

CMYK percentages

%100
%26.03
%0
%14.12

Codes

Color #00A2DB in popluar color models

00A2DB
RGB0162219
HSL196°100.00%42.94%
HSB/HSV196°100.00%85.88%
CMYK100.00%26.03%0.00%
14.12%

Color #00A2DB in popluar number systems.

HEX00A2DB
Decimal0162219
Binary01010001011011011
Octal0242333

Shades and tints

Shades of #00A2DB

#00A2DB
(0,162,219)
#0094C8
(0,148,200)
#0086B5
(0,134,181)
#0078A2
(0,120,162)
#006A8F
(0,106,143)
#005C7C
(0,92,124)
#004E69
(0,78,105)
#004056
(0,64,86)
#003243
(0,50,67)
#002430
(0,36,48)
#00161D
(0,22,29)
#000000
(0,0,0)

Tints of #00A2DB

#00A2DB
(0,162,219)
#17AADE
(23,170,222)
#2EB2E1
(46,178,225)
#45BAE4
(69,186,228)
#5CC2E7
(92,194,231)
#73CAEA
(115,202,234)
#8AD2ED
(138,210,237)
#A1DAF0
(161,218,240)
#B8E2F3
(184,226,243)
#CFEAF6
(207,234,246)
#E6F2F9
(230,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A2DB color. Also use rgb(0,162,219) instead hex code.

Text Font Color

.myTextColor { color: #00A2DB; }

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

This text font color is #00A2DB.


Background Color

.myBgColor { background-color: #00A2DB; }

<div style="background-color:#00A2DB">Inner text</div>

This div background color is #00A2DB.


Border color

.myBorderColor { border: 1px solid #00A2DB; }

<div style="border:3px solid #00A2DB">Div</div>

This div border color is #00A2DB.


Opacity

.myOpacity80 { color: #00A2DB; opacity: 0.8; }

<p style="color:#00A2DB;opacity:0.8;">80%</p>

Text with #00A2DB 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 #00A2DB;}

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

This text has shadow with #00A2DB color.

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

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

This text has shadow with #00A2DB primary color and red secondary color.


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

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

This text has shadow with #00A2DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A2DB on black background.


Color preview on white background

This text has color #00A2DB on white background.



Black color preview on #00A2DB background

This text has black color on #00A2DB background.


White color preview on #00A2DB background

This text has white color on #00A2DB background.