COLOR #0CA8CA

HEX: #0CA8CA
RGB: (12,168,202)

Color info

#0CA8CA contains mainly green and blue colors. Web safe color of #0CA8CA is #0099CC (or #09C).

RGB color model

#0CA8CA color RGB value is (12,168,202).

  • red value is 12;
  • green value is 168;
  • blue value is 202.
RGB:
(12,168,202)
(5%,66%,79%)

RGB channels and saturation

R 12 of 255 = 5%
G 168 of 255 = 66%
B 202 of 255 = 79%

12
168
202

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

Portions of RGB colors in percentages

R + G + B =
12 + 168 + 202 = 382 (100%)
R 12 of 382 ~ 3.14%
G 168 of 382 ~ 43.98%
B 202 of 382 ~ 52.88%

%43.98
%52.88

CMYK color model

#0CA8CA color CMYK value is (94,17,0,21).

  • cyan value is 94.06%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(94,17,0,21)
C94M17Y0K21 
(94%,17%,0%,21%)
(0.94/0.17/0.00/0.21)	

CMYK percentages

%94.06
%16.83
%0
%20.78

Codes

Color #0CA8CA in popluar color models

0CA8CA
RGB12168202
HSL191°88.79%41.96%
HSB/HSV191°94.06%79.22%
CMYK94.06%16.83%0.00%
20.78%

Color #0CA8CA in popluar number systems.

HEX0CA8CA
Decimal12168202
Binary11001010100011001010
Octal14250312

Shades and tints

Shades of #0CA8CA

#0CA8CA
(12,168,202)
#0B99B8
(11,153,184)
#0A8AA6
(10,138,166)
#097B94
(9,123,148)
#086C82
(8,108,130)
#075D70
(7,93,112)
#064E5E
(6,78,94)
#053F4C
(5,63,76)
#04303A
(4,48,58)
#032128
(3,33,40)
#021216
(2,18,22)
#000000
(0,0,0)

Tints of #0CA8CA

#0CA8CA
(12,168,202)
#22AFCE
(34,175,206)
#38B6D2
(56,182,210)
#4EBDD6
(78,189,214)
#64C4DA
(100,196,218)
#7ACBDE
(122,203,222)
#90D2E2
(144,210,226)
#A6D9E6
(166,217,230)
#BCE0EA
(188,224,234)
#D2E7EE
(210,231,238)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA8CA color. Also use rgb(12,168,202) instead hex code.

Text Font Color

.myTextColor { color: #0CA8CA; }

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

This text font color is #0CA8CA.


Background Color

.myBgColor { background-color: #0CA8CA; }

<div style="background-color:#0CA8CA">Inner text</div>

This div background color is #0CA8CA.


Border color

.myBorderColor { border: 1px solid #0CA8CA; }

<div style="border:3px solid #0CA8CA">Div</div>

This div border color is #0CA8CA.


Opacity

.myOpacity80 { color: #0CA8CA; opacity: 0.8; }

<p style="color:#0CA8CA;opacity:0.8;">80%</p>

Text with #0CA8CA 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 #0CA8CA;}

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

This text has shadow with #0CA8CA color.

.textShadow {text-shadow: 3px 3px 1px #0CA8CA, 3px 3px 1px red;}

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

This text has shadow with #0CA8CA primary color and red secondary color.


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

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

This text has shadow with #0CA8CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA8CA on black background.


Color preview on white background

This text has color #0CA8CA on white background.



Black color preview on #0CA8CA background

This text has black color on #0CA8CA background.


White color preview on #0CA8CA background

This text has white color on #0CA8CA background.