COLOR #4FD2FA

HEX: #4FD2FA RGB: (79,210,250)

Color info

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

RGB color model

#4FD2FA color RGB value is (79,210,250).

RGB: (79,210,250) (31%, 82%, 98%)

RGB channels and saturation

R 79 of 255 = 31%
G 210 of 255 = 82%
B 250 of 255 = 98%

79
210
250

R + G + B ~ 70%. #4FD2FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 79 + 210 + 250 = 539 (100%)
R 79 of 539 ~ 14.66%
G 210 of 539 ~ 38.96%
B 250 of 539 ~ 46.38'%

%14.66
%38.96
%46.38

CMYK color model

#4FD2FA color CMYK value is (68,16,0,2).

  • cyan value is 68.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (68,16,0,2)
C68M16Y0K2 (68%, 16%, 0%, 2%)
(0.68 / 0.16 / 0.00 / 0.02)

CMYK percentages

%68.4
%16
%0
%1.96

Codes

Color #4FD2FA in popluar color models

4F D2 FA
RGB 79 210 250
HSL 194° 94.48% 64.51%
HSB/HSV 194° 68.40% 98.04%
CMYK 68.40% 16.00% 0.00%
1.96%

Color #4FD2FA in popluar number systems.

HEX 4F D2 FA
Decimal 79 210 250
Binary 1001111 11010010 11111010
Octal 117 322 372

Shades and tints

Shades of #4FD2FA

#4FD2FA
(79,210,250)
#48BFE4
(72,191,228)
#41ACCE
(65,172,206)
#3A99B8
(58,153,184)
#3386A2
(51,134,162)
#2C738C
(44,115,140)
#256076
(37,96,118)
#1E4D60
(30,77,96)
#173A4A
(23,58,74)
#102734
(16,39,52)
#09141E
(9,20,30)
#000000
(0,0,0)

Tints of #4FD2FA

#4FD2FA
(79,210,250)
#5FD6FA
(95,214,250)
#6FDAFA
(111,218,250)
#7FDEFA
(127,222,250)
#8FE2FA
(143,226,250)
#9FE6FA
(159,230,250)
#AFEAFA
(175,234,250)
#BFEEFA
(191,238,250)
#CFF2FA
(207,242,250)
#DFF6FA
(223,246,250)
#EFFAFA
(239,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FD2FA; }

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

This text font color is #4FD2FA.

Background Color

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

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

This div background color is #4FD2FA.

Border color

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

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

This div border color is #4FD2FA.

Opacity

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

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

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

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

This text has shadow with #4FD2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FD2FA.

Preview

Color preview on black background

This text has color #4FD2FA on black background.


Color preview on white background

This text has color #4FD2FA on white background.


Black color preview on #4FD2FA background

This text has black color on #4FD2FA background.


White color preview on #4FD2FA background

This text has white color on #4FD2FA background.


Related colors

Complementary color

Complementary color for #hex is #B02D05.


I love getcolorcode.com

Triadic colors

1 #FA4FD2 and #D2FA4F with #4FD2FA are triadic colors.

2 #FAD24F and #D24FFA with #4FD2FA are triadic colors.