COLOR #71D8F4

HEX: #71D8F4
RGB: (113,216,244)

Renk bilgisi

#71D8F4 contains mainly green and blue colors. #71D8F4 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#71D8F4 color RGB value is (113,216,244).

  • kırmız ton 113;
  • yeşil ton 216;
  • mavi ton 244.
RGB:
(113,216,244)
(44%,85%,96%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 216 of 255 = 85%
B 244 of 255 = 96%

113
216
244

R + G + B ~ 75%. #71D8F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 216 + 244 = 573 (100%)
R 113 of 573 ~ 19.72%
G 216 of 573 ~ 37.7%
B 244 of 573 ~ 42.58%

%19.72
%37.7
%42.58

CMYK RENK MODELİ

#71D8F4 rengi CMYK tonu (54,11,0,4).

  • camgöbeği tonu 53.69%
  • eflatun tonu 11.48%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(54,11,0,4)
C54M11Y0K4 
(54%,11%,0%,4%)
(0.54/0.11/0.00/0.04)	

CMYK yüzdeleri

%53.69
%11.48
%0
%4.31

Codes

Color #71D8F4 in popluar color models

71D8F4
RGB113216244
HSL193°85.62%70.00%
HSB/HSV193°53.69%95.69%
CMYK53.69%11.48%0.00%
4.31%

Color #71D8F4 in popluar number systems.

HEX71D8F4
Decimal113216244
Binary11100011101100011110100
Octal161330364

Shades and tints

Shades of #71D8F4

#71D8F4
(113,216,244)
#67C5DE
(103,197,222)
#5DB2C8
(93,178,200)
#539FB2
(83,159,178)
#498C9C
(73,140,156)
#3F7986
(63,121,134)
#356670
(53,102,112)
#2B535A
(43,83,90)
#214044
(33,64,68)
#172D2E
(23,45,46)
#0D1A18
(13,26,24)
#000000
(0,0,0)

Tints of #71D8F4

#71D8F4
(113,216,244)
#7DDBF5
(125,219,245)
#89DEF6
(137,222,246)
#95E1F7
(149,225,247)
#A1E4F8
(161,228,248)
#ADE7F9
(173,231,249)
#B9EAFA
(185,234,250)
#C5EDFB
(197,237,251)
#D1F0FC
(209,240,252)
#DDF3FD
(221,243,253)
#E9F6FE
(233,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D8F4 color. Also use rgb(113,216,244) instead hex code.

Text Font Color

.myTextColor { color: #71D8F4; }

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

This text font color is #71D8F4.


Background Color

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

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

This div background color is #71D8F4.


Border color

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

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

This div border color is #71D8F4.


Opacity

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

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

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

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

This text has shadow with #71D8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D8F4 on black background.


Color preview on white background

This text has color #71D8F4 on white background.



Black color preview on #71D8F4 background

This text has black color on #71D8F4 background.


White color preview on #71D8F4 background

This text has white color on #71D8F4 background.