COLOR #04F6FD

HEX: #04F6FD
RGB: (4,246,253)

Color info

#04F6FD contains mainly green and blue colors. Web safe color of #04F6FD is #00FFFF (or #0FF).

RGB color model

#04F6FD color RGB value is (4,246,253).

  • red value is 4;
  • green value is 246;
  • blue value is 253.
RGB:
(4,246,253)
(2%,96%,99%)

RGB channels and saturation

R 4 of 255 = 2%
G 246 of 255 = 96%
B 253 of 255 = 99%

4
246
253

R + G + B ~ 66%. #04F6FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
4 + 246 + 253 = 503 (100%)
R 4 of 503 ~ 0.8%
G 246 of 503 ~ 48.91%
B 253 of 503 ~ 50.3%

%48.91
%50.3

CMYK color model

#04F6FD color CMYK value is (98,3,0,1).

  • cyan value is 98.42%
  • magenta value is 2.77%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(98,3,0,1)
C98M3Y0K1 
(98%,3%,0%,1%)
(0.98/0.03/0.00/0.01)	

CMYK percentages

%98.42
%2.77
%0
%0.78

Codes

Color #04F6FD in popluar color models

04F6FD
RGB4246253
HSL182°98.42%50.39%
HSB/HSV182°98.42%99.22%
CMYK98.42%2.77%0.00%
0.78%

Color #04F6FD in popluar number systems.

HEX04F6FD
Decimal4246253
Binary1001111011011111101
Octal4366375

Shades and tints

Shades of #04F6FD

#04F6FD
(4,246,253)
#04E0E6
(4,224,230)
#04CACF
(4,202,207)
#04B4B8
(4,180,184)
#049EA1
(4,158,161)
#04888A
(4,136,138)
#047273
(4,114,115)
#045C5C
(4,92,92)
#044645
(4,70,69)
#04302E
(4,48,46)
#041A17
(4,26,23)
#000000
(0,0,0)

Tints of #04F6FD

#04F6FD
(4,246,253)
#1AF6FD
(26,246,253)
#30F6FD
(48,246,253)
#46F6FD
(70,246,253)
#5CF6FD
(92,246,253)
#72F6FD
(114,246,253)
#88F6FD
(136,246,253)
#9EF6FD
(158,246,253)
#B4F6FD
(180,246,253)
#CAF6FD
(202,246,253)
#E0F6FD
(224,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04F6FD color. Also use rgb(4,246,253) instead hex code.

Text Font Color

.myTextColor { color: #04F6FD; }

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

This text font color is #04F6FD.


Background Color

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

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

This div background color is #04F6FD.


Border color

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

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

This div border color is #04F6FD.


Opacity

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

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

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

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

This text has shadow with #04F6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04F6FD on black background.


Color preview on white background

This text has color #04F6FD on white background.



Black color preview on #04F6FD background

This text has black color on #04F6FD background.


White color preview on #04F6FD background

This text has white color on #04F6FD background.