COLOR #47D8F5

HEX: #47D8F5 RGB: (71,216,245)

Color info

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

RGB color model

#47D8F5 color RGB value is (71,216,245).

RGB: (71,216,245) (28%, 85%, 96%)

RGB channels and saturation

R 71 of 255 = 28%
G 216 of 255 = 85%
B 245 of 255 = 96%

71
216
245

R + G + B ~ 70%. #47D8F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 71 + 216 + 245 = 532 (100%)
R 71 of 532 ~ 13.35%
G 216 of 532 ~ 40.6%
B 245 of 532 ~ 46.05'%

%13.35
%40.6
%46.05

CMYK color model

#47D8F5 color CMYK value is (71,12,0,4).

  • cyan value is 71.02%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (71,12,0,4)
C71M12Y0K4 (71%, 12%, 0%, 4%)
(0.71 / 0.12 / 0.00 / 0.04)

CMYK percentages

%71.02
%11.84
%0
%3.92

Codes

Color #47D8F5 in popluar color models

47 D8 F5
RGB 71 216 245
HSL 190° 89.69% 61.96%
HSB/HSV 190° 71.02% 96.08%
CMYK 71.02% 11.84% 0.00%
3.92%

Color #47D8F5 in popluar number systems.

HEX 47 D8 F5
Decimal 71 216 245
Binary 1000111 11011000 11110101
Octal 107 330 365

Shades and tints

Shades of #47D8F5

#47D8F5
(71,216,245)
#41C5DF
(65,197,223)
#3BB2C9
(59,178,201)
#359FB3
(53,159,179)
#2F8C9D
(47,140,157)
#297987
(41,121,135)
#236671
(35,102,113)
#1D535B
(29,83,91)
#174045
(23,64,69)
#112D2F
(17,45,47)
#0B1A19
(11,26,25)
#000000
(0,0,0)

Tints of #47D8F5

#47D8F5
(71,216,245)
#57DBF5
(87,219,245)
#67DEF5
(103,222,245)
#77E1F5
(119,225,245)
#87E4F5
(135,228,245)
#97E7F5
(151,231,245)
#A7EAF5
(167,234,245)
#B7EDF5
(183,237,245)
#C7F0F5
(199,240,245)
#D7F3F5
(215,243,245)
#E7F6F5
(231,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D8F5 color. Also use rgb(71,216,245) instead hex code.

Text Font Color

.myTextColor { color: #47D8F5; }

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

This text font color is #47D8F5.

Background Color

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

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

This div background color is #47D8F5.

Border color

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

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

This div border color is #47D8F5.

Opacity

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

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

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

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

This text has shadow with #47D8F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47D8F5.

Preview

Color preview on black background

This text has color #47D8F5 on black background.


Color preview on white background

This text has color #47D8F5 on white background.


Black color preview on #47D8F5 background

This text has black color on #47D8F5 background.


White color preview on #47D8F5 background

This text has white color on #47D8F5 background.


Related colors

Complementary color

Complementary color for #hex is #B8270A.


I love getcolorcode.com

Triadic colors

1 #F547D8 and #D8F547 with #47D8F5 are triadic colors.

2 #F5D847 and #D847F5 with #47D8F5 are triadic colors.