COLOR #00A4E5

HEX: #00A4E5
RGB: (0,164,229)

Color info

#00A4E5 contains mainly blue color. Web safe color of #00A4E5 is #0099CC (or #09C).

RGB color model

#00A4E5 color RGB value is (0,164,229).

  • red value is 0;
  • green value is 164;
  • blue value is 229.
RGB:
(0,164,229)
(0%,64%,90%)

RGB channels and saturation

R 0 of 255 = 0%
G 164 of 255 = 64%
B 229 of 255 = 90%

0
164
229

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

Portions of RGB colors in percentages

R + G + B =
0 + 164 + 229 = 393 (100%)
R 0 of 393 ~ 0%
G 164 of 393 ~ 41.73%
B 229 of 393 ~ 58.27%

%41.73
%58.27

CMYK color model

#00A4E5 color CMYK value is (100,28,0,10).

  • cyan value is 100.00%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(100,28,0,10)
C100M28Y0K10 
(100%,28%,0%,10%)
(1.00/0.28/0.00/0.10)	

CMYK percentages

%100
%28.38
%0
%10.2

Codes

Color #00A4E5 in popluar color models

00A4E5
RGB0164229
HSL197°100.00%44.90%
HSB/HSV197°100.00%89.80%
CMYK100.00%28.38%0.00%
10.20%

Color #00A4E5 in popluar number systems.

HEX00A4E5
Decimal0164229
Binary01010010011100101
Octal0244345

Shades and tints

Shades of #00A4E5

#00A4E5
(0,164,229)
#0096D1
(0,150,209)
#0088BD
(0,136,189)
#007AA9
(0,122,169)
#006C95
(0,108,149)
#005E81
(0,94,129)
#00506D
(0,80,109)
#004259
(0,66,89)
#003445
(0,52,69)
#002631
(0,38,49)
#00181D
(0,24,29)
#000000
(0,0,0)

Tints of #00A4E5

#00A4E5
(0,164,229)
#17ACE7
(23,172,231)
#2EB4E9
(46,180,233)
#45BCEB
(69,188,235)
#5CC4ED
(92,196,237)
#73CCEF
(115,204,239)
#8AD4F1
(138,212,241)
#A1DCF3
(161,220,243)
#B8E4F5
(184,228,245)
#CFECF7
(207,236,247)
#E6F4F9
(230,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A4E5 color. Also use rgb(0,164,229) instead hex code.

Text Font Color

.myTextColor { color: #00A4E5; }

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

This text font color is #00A4E5.


Background Color

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

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

This div background color is #00A4E5.


Border color

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

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

This div border color is #00A4E5.


Opacity

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

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

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

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

This text has shadow with #00A4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A4E5 on black background.


Color preview on white background

This text has color #00A4E5 on white background.



Black color preview on #00A4E5 background

This text has black color on #00A4E5 background.


White color preview on #00A4E5 background

This text has white color on #00A4E5 background.