COLOR #08A9CC

HEX: #08A9CC
RGB: (8,169,204)

Color info

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

RGB color model

#08A9CC color RGB value is (8,169,204).

  • red value is 8;
  • green value is 169;
  • blue value is 204.
RGB:
(8,169,204)
(3%,66%,80%)

RGB channels and saturation

R 8 of 255 = 3%
G 169 of 255 = 66%
B 204 of 255 = 80%

8
169
204

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

Portions of RGB colors in percentages

R + G + B =
8 + 169 + 204 = 381 (100%)
R 8 of 381 ~ 2.1%
G 169 of 381 ~ 44.36%
B 204 of 381 ~ 53.54%

%44.36
%53.54

CMYK color model

#08A9CC color CMYK value is (96,17,0,20).

  • cyan value is 96.08%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(96,17,0,20)
C96M17Y0K20 
(96%,17%,0%,20%)
(0.96/0.17/0.00/0.20)	

CMYK percentages

%96.08
%17.16
%0
%20

Codes

Color #08A9CC in popluar color models

08A9CC
RGB8169204
HSL191°92.45%41.57%
HSB/HSV191°96.08%80.00%
CMYK96.08%17.16%0.00%
20.00%

Color #08A9CC in popluar number systems.

HEX08A9CC
Decimal8169204
Binary10001010100111001100
Octal10251314

Shades and tints

Shades of #08A9CC

#08A9CC
(8,169,204)
#089ABA
(8,154,186)
#088BA8
(8,139,168)
#087C96
(8,124,150)
#086D84
(8,109,132)
#085E72
(8,94,114)
#084F60
(8,79,96)
#08404E
(8,64,78)
#08313C
(8,49,60)
#08222A
(8,34,42)
#081318
(8,19,24)
#000000
(0,0,0)

Tints of #08A9CC

#08A9CC
(8,169,204)
#1EB0D0
(30,176,208)
#34B7D4
(52,183,212)
#4ABED8
(74,190,216)
#60C5DC
(96,197,220)
#76CCE0
(118,204,224)
#8CD3E4
(140,211,228)
#A2DAE8
(162,218,232)
#B8E1EC
(184,225,236)
#CEE8F0
(206,232,240)
#E4EFF4
(228,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08A9CC color. Also use rgb(8,169,204) instead hex code.

Text Font Color

.myTextColor { color: #08A9CC; }

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

This text font color is #08A9CC.


Background Color

.myBgColor { background-color: #08A9CC; }

<div style="background-color:#08A9CC">Inner text</div>

This div background color is #08A9CC.


Border color

.myBorderColor { border: 1px solid #08A9CC; }

<div style="border:3px solid #08A9CC">Div</div>

This div border color is #08A9CC.


Opacity

.myOpacity80 { color: #08A9CC; opacity: 0.8; }

<p style="color:#08A9CC;opacity:0.8;">80%</p>

Text with #08A9CC 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 #08A9CC;}

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

This text has shadow with #08A9CC color.

.textShadow {text-shadow: 3px 3px 1px #08A9CC, 3px 3px 1px red;}

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

This text has shadow with #08A9CC primary color and red secondary color.


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

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

This text has shadow with #08A9CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08A9CC on black background.


Color preview on white background

This text has color #08A9CC on white background.



Black color preview on #08A9CC background

This text has black color on #08A9CC background.


White color preview on #08A9CC background

This text has white color on #08A9CC background.