COLOR #0A9BC6

HEX: #0A9BC6
RGB: (10,155,198)

Color info

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

RGB color model

#0A9BC6 color RGB value is (10,155,198).

  • red value is 10;
  • green value is 155;
  • blue value is 198.
RGB:
(10,155,198)
(4%,61%,78%)

RGB channels and saturation

R 10 of 255 = 4%
G 155 of 255 = 61%
B 198 of 255 = 78%

10
155
198

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

Portions of RGB colors in percentages

R + G + B =
10 + 155 + 198 = 363 (100%)
R 10 of 363 ~ 2.75%
G 155 of 363 ~ 42.7%
B 198 of 363 ~ 54.55%

%42.7
%54.55

CMYK color model

#0A9BC6 color CMYK value is (95,22,0,22).

  • cyan value is 94.95%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(95,22,0,22)
C95M22Y0K22 
(95%,22%,0%,22%)
(0.95/0.22/0.00/0.22)	

CMYK percentages

%94.95
%21.72
%0
%22.35

Codes

Color #0A9BC6 in popluar color models

0A9BC6
RGB10155198
HSL194°90.38%40.78%
HSB/HSV194°94.95%77.65%
CMYK94.95%21.72%0.00%
22.35%

Color #0A9BC6 in popluar number systems.

HEX0A9BC6
Decimal10155198
Binary10101001101111000110
Octal12233306

Shades and tints

Shades of #0A9BC6

#0A9BC6
(10,155,198)
#0A8DB4
(10,141,180)
#0A7FA2
(10,127,162)
#0A7190
(10,113,144)
#0A637E
(10,99,126)
#0A556C
(10,85,108)
#0A475A
(10,71,90)
#0A3948
(10,57,72)
#0A2B36
(10,43,54)
#0A1D24
(10,29,36)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #0A9BC6

#0A9BC6
(10,155,198)
#20A4CB
(32,164,203)
#36ADD0
(54,173,208)
#4CB6D5
(76,182,213)
#62BFDA
(98,191,218)
#78C8DF
(120,200,223)
#8ED1E4
(142,209,228)
#A4DAE9
(164,218,233)
#BAE3EE
(186,227,238)
#D0ECF3
(208,236,243)
#E6F5F8
(230,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A9BC6 color. Also use rgb(10,155,198) instead hex code.

Text Font Color

.myTextColor { color: #0A9BC6; }

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

This text font color is #0A9BC6.


Background Color

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

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

This div background color is #0A9BC6.


Border color

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

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

This div border color is #0A9BC6.


Opacity

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

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

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

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

This text has shadow with #0A9BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A9BC6 on black background.


Color preview on white background

This text has color #0A9BC6 on white background.



Black color preview on #0A9BC6 background

This text has black color on #0A9BC6 background.


White color preview on #0A9BC6 background

This text has white color on #0A9BC6 background.