COLOR #71C4F8

HEX: #71C4F8
RGB: (113,196,248)

Color info

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

RGB color model

#71C4F8 color RGB value is (113,196,248).

  • red value is 113;
  • green value is 196;
  • blue value is 248.
RGB:
(113,196,248)
(44%,77%,97%)

RGB channels and saturation

R 113 of 255 = 44%
G 196 of 255 = 77%
B 248 of 255 = 97%

113
196
248

R + G + B ~ 73%. #71C4F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 196 + 248 = 557 (100%)
R 113 of 557 ~ 20.29%
G 196 of 557 ~ 35.19%
B 248 of 557 ~ 44.52%

%20.29
%35.19
%44.52

CMYK color model

#71C4F8 color CMYK value is (54,21,0,3).

  • cyan value is 54.44%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(54,21,0,3)
C54M21Y0K3 
(54%,21%,0%,3%)
(0.54/0.21/0.00/0.03)	

CMYK percentages

%54.44
%20.97
%0
%2.75

Codes

Color #71C4F8 in popluar color models

71C4F8
RGB113196248
HSL203°90.60%70.78%
HSB/HSV203°54.44%97.25%
CMYK54.44%20.97%0.00%
2.75%

Color #71C4F8 in popluar number systems.

HEX71C4F8
Decimal113196248
Binary11100011100010011111000
Octal161304370

Shades and tints

Shades of #71C4F8

#71C4F8
(113,196,248)
#67B3E2
(103,179,226)
#5DA2CC
(93,162,204)
#5391B6
(83,145,182)
#4980A0
(73,128,160)
#3F6F8A
(63,111,138)
#355E74
(53,94,116)
#2B4D5E
(43,77,94)
#213C48
(33,60,72)
#172B32
(23,43,50)
#0D1A1C
(13,26,28)
#000000
(0,0,0)

Tints of #71C4F8

#71C4F8
(113,196,248)
#7DC9F8
(125,201,248)
#89CEF8
(137,206,248)
#95D3F8
(149,211,248)
#A1D8F8
(161,216,248)
#ADDDF8
(173,221,248)
#B9E2F8
(185,226,248)
#C5E7F8
(197,231,248)
#D1ECF8
(209,236,248)
#DDF1F8
(221,241,248)
#E9F6F8
(233,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C4F8 color. Also use rgb(113,196,248) instead hex code.

Text Font Color

.myTextColor { color: #71C4F8; }

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

This text font color is #71C4F8.


Background Color

.myBgColor { background-color: #71C4F8; }

<div style="background-color:#71C4F8">Inner text</div>

This div background color is #71C4F8.


Border color

.myBorderColor { border: 1px solid #71C4F8; }

<div style="border:3px solid #71C4F8">Div</div>

This div border color is #71C4F8.


Opacity

.myOpacity80 { color: #71C4F8; opacity: 0.8; }

<p style="color:#71C4F8;opacity:0.8;">80%</p>

Text with #71C4F8 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 #71C4F8;}

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

This text has shadow with #71C4F8 color.

.textShadow {text-shadow: 3px 3px 1px #71C4F8, 3px 3px 1px red;}

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

This text has shadow with #71C4F8 primary color and red secondary color.


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

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

This text has shadow with #71C4F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C4F8 on black background.


Color preview on white background

This text has color #71C4F8 on white background.



Black color preview on #71C4F8 background

This text has black color on #71C4F8 background.


White color preview on #71C4F8 background

This text has white color on #71C4F8 background.