COLOR #00A4CE

HEX: #00A4CE
RGB: (0,164,206)

Color info

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

RGB color model

#00A4CE color RGB value is (0,164,206).

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

RGB channels and saturation

R 0 of 255 = 0%
G 164 of 255 = 64%
B 206 of 255 = 81%

0
164
206

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

Portions of RGB colors in percentages

R + G + B =
0 + 164 + 206 = 370 (100%)
R 0 of 370 ~ 0%
G 164 of 370 ~ 44.32%
B 206 of 370 ~ 55.68%

%44.32
%55.68

CMYK color model

#00A4CE color CMYK value is (100,20,0,19).

  • cyan value is 100.00%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(100,20,0,19)
C100M20Y0K19 
(100%,20%,0%,19%)
(1.00/0.20/0.00/0.19)	

CMYK percentages

%100
%20.39
%0
%19.22

Codes

Color #00A4CE in popluar color models

00A4CE
RGB0164206
HSL192°100.00%40.39%
HSB/HSV192°100.00%80.78%
CMYK100.00%20.39%0.00%
19.22%

Color #00A4CE in popluar number systems.

HEX00A4CE
Decimal0164206
Binary01010010011001110
Octal0244316

Shades and tints

Shades of #00A4CE

#00A4CE
(0,164,206)
#0096BC
(0,150,188)
#0088AA
(0,136,170)
#007A98
(0,122,152)
#006C86
(0,108,134)
#005E74
(0,94,116)
#005062
(0,80,98)
#004250
(0,66,80)
#00343E
(0,52,62)
#00262C
(0,38,44)
#00181A
(0,24,26)
#000000
(0,0,0)

Tints of #00A4CE

#00A4CE
(0,164,206)
#17ACD2
(23,172,210)
#2EB4D6
(46,180,214)
#45BCDA
(69,188,218)
#5CC4DE
(92,196,222)
#73CCE2
(115,204,226)
#8AD4E6
(138,212,230)
#A1DCEA
(161,220,234)
#B8E4EE
(184,228,238)
#CFECF2
(207,236,242)
#E6F4F6
(230,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A4CE; }

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

This text font color is #00A4CE.


Background Color

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

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

This div background color is #00A4CE.


Border color

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

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

This div border color is #00A4CE.


Opacity

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

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

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

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

This text has shadow with #00A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A4CE on black background.


Color preview on white background

This text has color #00A4CE on white background.



Black color preview on #00A4CE background

This text has black color on #00A4CE background.


White color preview on #00A4CE background

This text has white color on #00A4CE background.