COLOR #71E6FD

HEX: #71E6FD
RGB: (113,230,253)

Renk bilgisi

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

RGB renk modeli

#71E6FD color RGB value is (113,230,253).

  • kırmız ton 113;
  • yeşil ton 230;
  • mavi ton 253.
RGB:
(113,230,253)
(44%,90%,99%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 230 of 255 = 90%
B 253 of 255 = 99%

113
230
253

R + G + B ~ 78%. #71E6FD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 230 + 253 = 596 (100%)
R 113 of 596 ~ 18.96%
G 230 of 596 ~ 38.59%
B 253 of 596 ~ 42.45%

%18.96
%38.59
%42.45

CMYK RENK MODELİ

#71E6FD rengi CMYK tonu (55,9,0,1).

  • camgöbeği tonu 55.34%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(55,9,0,1)
C55M9Y0K1 
(55%,9%,0%,1%)
(0.55/0.09/0.00/0.01)	

CMYK yüzdeleri

%55.34
%9.09
%0
%0.78

Codes

Color #71E6FD in popluar color models

71E6FD
RGB113230253
HSL190°97.22%71.76%
HSB/HSV190°55.34%99.22%
CMYK55.34%9.09%0.00%
0.78%

Color #71E6FD in popluar number systems.

HEX71E6FD
Decimal113230253
Binary11100011110011011111101
Octal161346375

Shades and tints

Shades of #71E6FD

#71E6FD
(113,230,253)
#67D2E6
(103,210,230)
#5DBECF
(93,190,207)
#53AAB8
(83,170,184)
#4996A1
(73,150,161)
#3F828A
(63,130,138)
#356E73
(53,110,115)
#2B5A5C
(43,90,92)
#214645
(33,70,69)
#17322E
(23,50,46)
#0D1E17
(13,30,23)
#000000
(0,0,0)

Tints of #71E6FD

#71E6FD
(113,230,253)
#7DE8FD
(125,232,253)
#89EAFD
(137,234,253)
#95ECFD
(149,236,253)
#A1EEFD
(161,238,253)
#ADF0FD
(173,240,253)
#B9F2FD
(185,242,253)
#C5F4FD
(197,244,253)
#D1F6FD
(209,246,253)
#DDF8FD
(221,248,253)
#E9FAFD
(233,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E6FD color. Also use rgb(113,230,253) instead hex code.

Text Font Color

.myTextColor { color: #71E6FD; }

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

This text font color is #71E6FD.


Background Color

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

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

This div background color is #71E6FD.


Border color

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

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

This div border color is #71E6FD.


Opacity

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

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

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

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

This text has shadow with #71E6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E6FD on black background.


Color preview on white background

This text has color #71E6FD on white background.



Black color preview on #71E6FD background

This text has black color on #71E6FD background.


White color preview on #71E6FD background

This text has white color on #71E6FD background.