COLOR #47DCFA

HEX: #47DCFA
RGB: (71,220,250)

Color info

#47DCFA contains mainly green and blue colors. Web safe color of #47DCFA is #33CCFF (or #3CF).

RGB color model

#47DCFA color RGB value is (71,220,250).

  • red value is 71;
  • green value is 220;
  • blue value is 250.
RGB:
(71,220,250)
(28%,86%,98%)

RGB channels and saturation

R 71 of 255 = 28%
G 220 of 255 = 86%
B 250 of 255 = 98%

71
220
250

R + G + B ~ 71%. #47DCFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 220 + 250 = 541 (100%)
R 71 of 541 ~ 13.12%
G 220 of 541 ~ 40.67%
B 250 of 541 ~ 46.21%

%13.12
%40.67
%46.21

CMYK color model

#47DCFA color CMYK value is (72,12,0,2).

  • cyan value is 71.60%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(72,12,0,2)
C72M12Y0K2 
(72%,12%,0%,2%)
(0.72/0.12/0.00/0.02)	

CMYK percentages

%71.6
%12
%0
%1.96

Codes

Color #47DCFA in popluar color models

47DCFA
RGB71220250
HSL190°94.71%62.94%
HSB/HSV190°71.60%98.04%
CMYK71.60%12.00%0.00%
1.96%

Color #47DCFA in popluar number systems.

HEX47DCFA
Decimal71220250
Binary10001111101110011111010
Octal107334372

Shades and tints

Shades of #47DCFA

#47DCFA
(71,220,250)
#41C8E4
(65,200,228)
#3BB4CE
(59,180,206)
#35A0B8
(53,160,184)
#2F8CA2
(47,140,162)
#29788C
(41,120,140)
#236476
(35,100,118)
#1D5060
(29,80,96)
#173C4A
(23,60,74)
#112834
(17,40,52)
#0B141E
(11,20,30)
#000000
(0,0,0)

Tints of #47DCFA

#47DCFA
(71,220,250)
#57DFFA
(87,223,250)
#67E2FA
(103,226,250)
#77E5FA
(119,229,250)
#87E8FA
(135,232,250)
#97EBFA
(151,235,250)
#A7EEFA
(167,238,250)
#B7F1FA
(183,241,250)
#C7F4FA
(199,244,250)
#D7F7FA
(215,247,250)
#E7FAFA
(231,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47DCFA color. Also use rgb(71,220,250) instead hex code.

Text Font Color

.myTextColor { color: #47DCFA; }

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

This text font color is #47DCFA.


Background Color

.myBgColor { background-color: #47DCFA; }

<div style="background-color:#47DCFA">Inner text</div>

This div background color is #47DCFA.


Border color

.myBorderColor { border: 1px solid #47DCFA; }

<div style="border:3px solid #47DCFA">Div</div>

This div border color is #47DCFA.


Opacity

.myOpacity80 { color: #47DCFA; opacity: 0.8; }

<p style="color:#47DCFA;opacity:0.8;">80%</p>

Text with #47DCFA 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 #47DCFA;}

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

This text has shadow with #47DCFA color.

.textShadow {text-shadow: 3px 3px 1px #47DCFA, 3px 3px 1px red;}

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

This text has shadow with #47DCFA primary color and red secondary color.


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

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

This text has shadow with #47DCFA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47DCFA on black background.


Color preview on white background

This text has color #47DCFA on white background.



Black color preview on #47DCFA background

This text has black color on #47DCFA background.


White color preview on #47DCFA background

This text has white color on #47DCFA background.