COLOR #04AAFC

HEX: #04AAFC
RGB: (4,170,252)

Color info

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

RGB color model

#04AAFC color RGB value is (4,170,252).

  • red value is 4;
  • green value is 170;
  • blue value is 252.
RGB:
(4,170,252)
(2%,67%,99%)

RGB channels and saturation

R 4 of 255 = 2%
G 170 of 255 = 67%
B 252 of 255 = 99%

4
170
252

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

Portions of RGB colors in percentages

R + G + B =
4 + 170 + 252 = 426 (100%)
R 4 of 426 ~ 0.94%
G 170 of 426 ~ 39.91%
B 252 of 426 ~ 59.15%

%39.91
%59.15

CMYK color model

#04AAFC color CMYK value is (98,33,0,1).

  • cyan value is 98.41%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(98,33,0,1)
C98M33Y0K1 
(98%,33%,0%,1%)
(0.98/0.33/0.00/0.01)	

CMYK percentages

%98.41
%32.54
%0
%1.18

Codes

Color #04AAFC in popluar color models

04AAFC
RGB4170252
HSL200°97.64%50.20%
HSB/HSV200°98.41%98.82%
CMYK98.41%32.54%0.00%
1.18%

Color #04AAFC in popluar number systems.

HEX04AAFC
Decimal4170252
Binary1001010101011111100
Octal4252374

Shades and tints

Shades of #04AAFC

#04AAFC
(4,170,252)
#049BE6
(4,155,230)
#048CD0
(4,140,208)
#047DBA
(4,125,186)
#046EA4
(4,110,164)
#045F8E
(4,95,142)
#045078
(4,80,120)
#044162
(4,65,98)
#04324C
(4,50,76)
#042336
(4,35,54)
#041420
(4,20,32)
#000000
(0,0,0)

Tints of #04AAFC

#04AAFC
(4,170,252)
#1AB1FC
(26,177,252)
#30B8FC
(48,184,252)
#46BFFC
(70,191,252)
#5CC6FC
(92,198,252)
#72CDFC
(114,205,252)
#88D4FC
(136,212,252)
#9EDBFC
(158,219,252)
#B4E2FC
(180,226,252)
#CAE9FC
(202,233,252)
#E0F0FC
(224,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04AAFC color. Also use rgb(4,170,252) instead hex code.

Text Font Color

.myTextColor { color: #04AAFC; }

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

This text font color is #04AAFC.


Background Color

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

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

This div background color is #04AAFC.


Border color

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

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

This div border color is #04AAFC.


Opacity

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

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

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

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

This text has shadow with #04AAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AAFC on black background.


Color preview on white background

This text has color #04AAFC on white background.



Black color preview on #04AAFC background

This text has black color on #04AAFC background.


White color preview on #04AAFC background

This text has white color on #04AAFC background.