COLOR #71D5FF

HEX: #71D5FF RGB: (113,213,255)

Color info

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

RGB color model

#71D5FF color RGB value is (113,213,255).

RGB: (113,213,255) (44%, 84%, 100%)

RGB channels and saturation

R 113 of 255 = 44%
G 213 of 255 = 84%
B 255 of 255 = 100%

113
213
255

R + G + B ~ 76%. #71D5FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 213 + 255 = 581 (100%)
R 113 of 581 ~ 19.45%
G 213 of 581 ~ 36.66%
B 255 of 581 ~ 43.89'%

%19.45
%36.66
%43.89

CMYK color model

#71D5FF color CMYK value is (56,16,0,0).

  • cyan value is 55.69%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (56,16,0,0)
C56M16Y0K0 (56%, 16%, 0%, 0%)
(0.56 / 0.16 / 0.00 / 0.00)

CMYK percentages

%55.69
%16.47
%0
%0

Codes

Color #71D5FF in popluar color models

71 D5 FF
RGB 113 213 255
HSL 198° 100.00% 72.16%
HSB/HSV 198° 55.69% 100.00%
CMYK 55.69% 16.47% 0.00%
0.00%

Color #71D5FF in popluar number systems.

HEX 71 D5 FF
Decimal 113 213 255
Binary 1110001 11010101 11111111
Octal 161 325 377

Shades and tints

Shades of #71D5FF

#71D5FF
(113,213,255)
#67C2E8
(103,194,232)
#5DAFD1
(93,175,209)
#539CBA
(83,156,186)
#4989A3
(73,137,163)
#3F768C
(63,118,140)
#356375
(53,99,117)
#2B505E
(43,80,94)
#213D47
(33,61,71)
#172A30
(23,42,48)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #71D5FF

#71D5FF
(113,213,255)
#7DD8FF
(125,216,255)
#89DBFF
(137,219,255)
#95DEFF
(149,222,255)
#A1E1FF
(161,225,255)
#ADE4FF
(173,228,255)
#B9E7FF
(185,231,255)
#C5EAFF
(197,234,255)
#D1EDFF
(209,237,255)
#DDF0FF
(221,240,255)
#E9F3FF
(233,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D5FF color. Also use rgb(113,213,255) instead hex code.

Text Font Color

.myTextColor { color: #71D5FF; }

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

This text font color is #71D5FF.

Background Color

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

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

This div background color is #71D5FF.

Border color

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

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

This div border color is #71D5FF.

Opacity

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

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

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

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

This text has shadow with #71D5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71D5FF.

Preview

Color preview on black background

This text has color #71D5FF on black background.


Color preview on white background

This text has color #71D5FF on white background.


Black color preview on #71D5FF background

This text has black color on #71D5FF background.


White color preview on #71D5FF background

This text has white color on #71D5FF background.


Related colors

Complementary color

Complementary color for #hex is #8E2A00.


I love getcolorcode.com

Triadic colors

1 #FF71D5 and #D5FF71 with #71D5FF are triadic colors.

2 #FFD571 and #D571FF with #71D5FF are triadic colors.