COLOR #009ACA

HEX: #009ACA
RGB: (0,154,202)

Color info

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

RGB color model

#009ACA color RGB value is (0,154,202).

  • red value is 0;
  • green value is 154;
  • blue value is 202.
RGB:
(0,154,202)
(0%,60%,79%)

RGB channels and saturation

R 0 of 255 = 0%
G 154 of 255 = 60%
B 202 of 255 = 79%

0
154
202

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

Portions of RGB colors in percentages

R + G + B =
0 + 154 + 202 = 356 (100%)
R 0 of 356 ~ 0%
G 154 of 356 ~ 43.26%
B 202 of 356 ~ 56.74%

%43.26
%56.74

CMYK color model

#009ACA color CMYK value is (100,24,0,21).

  • cyan value is 100.00%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(100,24,0,21)
C100M24Y0K21 
(100%,24%,0%,21%)
(1.00/0.24/0.00/0.21)	

CMYK percentages

%100
%23.76
%0
%20.78

Codes

Color #009ACA in popluar color models

009ACA
RGB0154202
HSL194°100.00%39.61%
HSB/HSV194°100.00%79.22%
CMYK100.00%23.76%0.00%
20.78%

Color #009ACA in popluar number systems.

HEX009ACA
Decimal0154202
Binary01001101011001010
Octal0232312

Shades and tints

Shades of #009ACA

#009ACA
(0,154,202)
#008CB8
(0,140,184)
#007EA6
(0,126,166)
#007094
(0,112,148)
#006282
(0,98,130)
#005470
(0,84,112)
#00465E
(0,70,94)
#00384C
(0,56,76)
#002A3A
(0,42,58)
#001C28
(0,28,40)
#000E16
(0,14,22)
#000000
(0,0,0)

Tints of #009ACA

#009ACA
(0,154,202)
#17A3CE
(23,163,206)
#2EACD2
(46,172,210)
#45B5D6
(69,181,214)
#5CBEDA
(92,190,218)
#73C7DE
(115,199,222)
#8AD0E2
(138,208,226)
#A1D9E6
(161,217,230)
#B8E2EA
(184,226,234)
#CFEBEE
(207,235,238)
#E6F4F2
(230,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009ACA; }

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

This text font color is #009ACA.


Background Color

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

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

This div background color is #009ACA.


Border color

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

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

This div border color is #009ACA.


Opacity

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

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

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

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

This text has shadow with #009ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009ACA on black background.


Color preview on white background

This text has color #009ACA on white background.



Black color preview on #009ACA background

This text has black color on #009ACA background.


White color preview on #009ACA background

This text has white color on #009ACA background.