COLOR #04A3B8

HEX: #04A3B8
RGB: (4,163,184)

Color info

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

RGB color model

#04A3B8 color RGB value is (4,163,184).

  • red value is 4;
  • green value is 163;
  • blue value is 184.
RGB:
(4,163,184)
(2%,64%,72%)

RGB channels and saturation

R 4 of 255 = 2%
G 163 of 255 = 64%
B 184 of 255 = 72%

4
163
184

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

Portions of RGB colors in percentages

R + G + B =
4 + 163 + 184 = 351 (100%)
R 4 of 351 ~ 1.14%
G 163 of 351 ~ 46.44%
B 184 of 351 ~ 52.42%

%46.44
%52.42

CMYK color model

#04A3B8 color CMYK value is (98,11,0,28).

  • cyan value is 97.83%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(98,11,0,28)
C98M11Y0K28 
(98%,11%,0%,28%)
(0.98/0.11/0.00/0.28)	

CMYK percentages

%97.83
%11.41
%0
%27.84

Codes

Color #04A3B8 in popluar color models

04A3B8
RGB4163184
HSL187°95.74%36.86%
HSB/HSV187°97.83%72.16%
CMYK97.83%11.41%0.00%
27.84%

Color #04A3B8 in popluar number systems.

HEX04A3B8
Decimal4163184
Binary1001010001110111000
Octal4243270

Shades and tints

Shades of #04A3B8

#04A3B8
(4,163,184)
#0495A8
(4,149,168)
#048798
(4,135,152)
#047988
(4,121,136)
#046B78
(4,107,120)
#045D68
(4,93,104)
#044F58
(4,79,88)
#044148
(4,65,72)
#043338
(4,51,56)
#042528
(4,37,40)
#041718
(4,23,24)
#000000
(0,0,0)

Tints of #04A3B8

#04A3B8
(4,163,184)
#1AABBE
(26,171,190)
#30B3C4
(48,179,196)
#46BBCA
(70,187,202)
#5CC3D0
(92,195,208)
#72CBD6
(114,203,214)
#88D3DC
(136,211,220)
#9EDBE2
(158,219,226)
#B4E3E8
(180,227,232)
#CAEBEE
(202,235,238)
#E0F3F4
(224,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A3B8 color. Also use rgb(4,163,184) instead hex code.

Text Font Color

.myTextColor { color: #04A3B8; }

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

This text font color is #04A3B8.


Background Color

.myBgColor { background-color: #04A3B8; }

<div style="background-color:#04A3B8">Inner text</div>

This div background color is #04A3B8.


Border color

.myBorderColor { border: 1px solid #04A3B8; }

<div style="border:3px solid #04A3B8">Div</div>

This div border color is #04A3B8.


Opacity

.myOpacity80 { color: #04A3B8; opacity: 0.8; }

<p style="color:#04A3B8;opacity:0.8;">80%</p>

Text with #04A3B8 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 #04A3B8;}

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

This text has shadow with #04A3B8 color.

.textShadow {text-shadow: 3px 3px 1px #04A3B8, 3px 3px 1px red;}

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

This text has shadow with #04A3B8 primary color and red secondary color.


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

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

This text has shadow with #04A3B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A3B8 on black background.


Color preview on white background

This text has color #04A3B8 on white background.



Black color preview on #04A3B8 background

This text has black color on #04A3B8 background.


White color preview on #04A3B8 background

This text has white color on #04A3B8 background.