COLOR #4FD9FA

HEX: #4FD9FA
RGB: (79,217,250)

Color info

#4FD9FA contains mainly green and blue colors. Web safe color of #4FD9FA is #66CCFF (or #6CF).

RGB color model

#4FD9FA color RGB value is (79,217,250).

  • red value is 79;
  • green value is 217;
  • blue value is 250.
RGB:
(79,217,250)
(31%,85%,98%)

RGB channels and saturation

R 79 of 255 = 31%
G 217 of 255 = 85%
B 250 of 255 = 98%

79
217
250

R + G + B ~ 71%. #4FD9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 217 + 250 = 546 (100%)
R 79 of 546 ~ 14.47%
G 217 of 546 ~ 39.74%
B 250 of 546 ~ 45.79%

%14.47
%39.74
%45.79

CMYK color model

#4FD9FA color CMYK value is (68,13,0,2).

  • cyan value is 68.40%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(68,13,0,2)
C68M13Y0K2 
(68%,13%,0%,2%)
(0.68/0.13/0.00/0.02)	

CMYK percentages

%68.4
%13.2
%0
%1.96

Codes

Color #4FD9FA in popluar color models

4FD9FA
RGB79217250
HSL192°94.48%64.51%
HSB/HSV192°68.40%98.04%
CMYK68.40%13.20%0.00%
1.96%

Color #4FD9FA in popluar number systems.

HEX4FD9FA
Decimal79217250
Binary10011111101100111111010
Octal117331372

Shades and tints

Shades of #4FD9FA

#4FD9FA
(79,217,250)
#48C6E4
(72,198,228)
#41B3CE
(65,179,206)
#3AA0B8
(58,160,184)
#338DA2
(51,141,162)
#2C7A8C
(44,122,140)
#256776
(37,103,118)
#1E5460
(30,84,96)
#17414A
(23,65,74)
#102E34
(16,46,52)
#091B1E
(9,27,30)
#000000
(0,0,0)

Tints of #4FD9FA

#4FD9FA
(79,217,250)
#5FDCFA
(95,220,250)
#6FDFFA
(111,223,250)
#7FE2FA
(127,226,250)
#8FE5FA
(143,229,250)
#9FE8FA
(159,232,250)
#AFEBFA
(175,235,250)
#BFEEFA
(191,238,250)
#CFF1FA
(207,241,250)
#DFF4FA
(223,244,250)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD9FA color. Also use rgb(79,217,250) instead hex code.

Text Font Color

.myTextColor { color: #4FD9FA; }

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

This text font color is #4FD9FA.


Background Color

.myBgColor { background-color: #4FD9FA; }

<div style="background-color:#4FD9FA">Inner text</div>

This div background color is #4FD9FA.


Border color

.myBorderColor { border: 1px solid #4FD9FA; }

<div style="border:3px solid #4FD9FA">Div</div>

This div border color is #4FD9FA.


Opacity

.myOpacity80 { color: #4FD9FA; opacity: 0.8; }

<p style="color:#4FD9FA;opacity:0.8;">80%</p>

Text with #4FD9FA 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 #4FD9FA;}

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

This text has shadow with #4FD9FA color.

.textShadow {text-shadow: 3px 3px 1px #4FD9FA, 3px 3px 1px red;}

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

This text has shadow with #4FD9FA primary color and red secondary color.


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

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

This text has shadow with #4FD9FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD9FA on black background.


Color preview on white background

This text has color #4FD9FA on white background.



Black color preview on #4FD9FA background

This text has black color on #4FD9FA background.


White color preview on #4FD9FA background

This text has white color on #4FD9FA background.