COLOR #0CA9F6

HEX: #0CA9F6
RGB: (12,169,246)

Color info

#0CA9F6 contains mainly blue color. Web safe color of #0CA9F6 is #0099FF (or #09F).

RGB color model

#0CA9F6 color RGB value is (12,169,246).

  • red value is 12;
  • green value is 169;
  • blue value is 246.
RGB:
(12,169,246)
(5%,66%,96%)

RGB channels and saturation

R 12 of 255 = 5%
G 169 of 255 = 66%
B 246 of 255 = 96%

12
169
246

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

Portions of RGB colors in percentages

R + G + B =
12 + 169 + 246 = 427 (100%)
R 12 of 427 ~ 2.81%
G 169 of 427 ~ 39.58%
B 246 of 427 ~ 57.61%

%39.58
%57.61

CMYK color model

#0CA9F6 color CMYK value is (95,31,0,4).

  • cyan value is 95.12%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(95,31,0,4)
C95M31Y0K4 
(95%,31%,0%,4%)
(0.95/0.31/0.00/0.04)	

CMYK percentages

%95.12
%31.3
%0
%3.53

Codes

Color #0CA9F6 in popluar color models

0CA9F6
RGB12169246
HSL200°92.86%50.59%
HSB/HSV200°95.12%96.47%
CMYK95.12%31.30%0.00%
3.53%

Color #0CA9F6 in popluar number systems.

HEX0CA9F6
Decimal12169246
Binary11001010100111110110
Octal14251366

Shades and tints

Shades of #0CA9F6

#0CA9F6
(12,169,246)
#0B9AE0
(11,154,224)
#0A8BCA
(10,139,202)
#097CB4
(9,124,180)
#086D9E
(8,109,158)
#075E88
(7,94,136)
#064F72
(6,79,114)
#05405C
(5,64,92)
#043146
(4,49,70)
#032230
(3,34,48)
#02131A
(2,19,26)
#000000
(0,0,0)

Tints of #0CA9F6

#0CA9F6
(12,169,246)
#22B0F6
(34,176,246)
#38B7F6
(56,183,246)
#4EBEF6
(78,190,246)
#64C5F6
(100,197,246)
#7ACCF6
(122,204,246)
#90D3F6
(144,211,246)
#A6DAF6
(166,218,246)
#BCE1F6
(188,225,246)
#D2E8F6
(210,232,246)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA9F6 color. Also use rgb(12,169,246) instead hex code.

Text Font Color

.myTextColor { color: #0CA9F6; }

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

This text font color is #0CA9F6.


Background Color

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

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

This div background color is #0CA9F6.


Border color

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

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

This div border color is #0CA9F6.


Opacity

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

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

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

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

This text has shadow with #0CA9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA9F6 on black background.


Color preview on white background

This text has color #0CA9F6 on white background.



Black color preview on #0CA9F6 background

This text has black color on #0CA9F6 background.


White color preview on #0CA9F6 background

This text has white color on #0CA9F6 background.