COLOR #04AFDF

HEX: #04AFDF
RGB: (4,175,223)

Color info

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

RGB color model

#04AFDF color RGB value is (4,175,223).

  • red value is 4;
  • green value is 175;
  • blue value is 223.
RGB:
(4,175,223)
(2%,69%,87%)

RGB channels and saturation

R 4 of 255 = 2%
G 175 of 255 = 69%
B 223 of 255 = 87%

4
175
223

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

Portions of RGB colors in percentages

R + G + B =
4 + 175 + 223 = 402 (100%)
R 4 of 402 ~ 1%
G 175 of 402 ~ 43.53%
B 223 of 402 ~ 55.47%

%43.53
%55.47

CMYK color model

#04AFDF color CMYK value is (98,22,0,13).

  • cyan value is 98.21%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(98,22,0,13)
C98M22Y0K13 
(98%,22%,0%,13%)
(0.98/0.22/0.00/0.13)	

CMYK percentages

%98.21
%21.52
%0
%12.55

Codes

Color #04AFDF in popluar color models

04AFDF
RGB4175223
HSL193°96.48%44.51%
HSB/HSV193°98.21%87.45%
CMYK98.21%21.52%0.00%
12.55%

Color #04AFDF in popluar number systems.

HEX04AFDF
Decimal4175223
Binary1001010111111011111
Octal4257337

Shades and tints

Shades of #04AFDF

#04AFDF
(4,175,223)
#04A0CB
(4,160,203)
#0491B7
(4,145,183)
#0482A3
(4,130,163)
#04738F
(4,115,143)
#04647B
(4,100,123)
#045567
(4,85,103)
#044653
(4,70,83)
#04373F
(4,55,63)
#04282B
(4,40,43)
#041917
(4,25,23)
#000000
(0,0,0)

Tints of #04AFDF

#04AFDF
(4,175,223)
#1AB6E1
(26,182,225)
#30BDE3
(48,189,227)
#46C4E5
(70,196,229)
#5CCBE7
(92,203,231)
#72D2E9
(114,210,233)
#88D9EB
(136,217,235)
#9EE0ED
(158,224,237)
#B4E7EF
(180,231,239)
#CAEEF1
(202,238,241)
#E0F5F3
(224,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04AFDF color. Also use rgb(4,175,223) instead hex code.

Text Font Color

.myTextColor { color: #04AFDF; }

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

This text font color is #04AFDF.


Background Color

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

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

This div background color is #04AFDF.


Border color

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

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

This div border color is #04AFDF.


Opacity

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

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

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

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

This text has shadow with #04AFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04AFDF on black background.


Color preview on white background

This text has color #04AFDF on white background.



Black color preview on #04AFDF background

This text has black color on #04AFDF background.


White color preview on #04AFDF background

This text has white color on #04AFDF background.