COLOR #61D4F4

HEX: #61D4F4
RGB: (97,212,244)

Renk bilgisi

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

RGB renk modeli

#61D4F4 color RGB value is (97,212,244).

  • kırmız ton 97;
  • yeşil ton 212;
  • mavi ton 244.
RGB:
(97,212,244)
(38%,83%,96%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 212 of 255 = 83%
B 244 of 255 = 96%

97
212
244

R + G + B ~ 72%. #61D4F4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 212 + 244 = 553 (100%)
R 97 of 553 ~ 17.54%
G 212 of 553 ~ 38.34%
B 244 of 553 ~ 44.12%

%17.54
%38.34
%44.12

CMYK RENK MODELİ

#61D4F4 rengi CMYK tonu (60,13,0,4).

  • camgöbeği tonu 60.25%
  • eflatun tonu 13.11%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(60,13,0,4)
C60M13Y0K4 
(60%,13%,0%,4%)
(0.60/0.13/0.00/0.04)	

CMYK yüzdeleri

%60.25
%13.11
%0
%4.31

Codes

Color #61D4F4 in popluar color models

61D4F4
RGB97212244
HSL193°86.98%66.86%
HSB/HSV193°60.25%95.69%
CMYK60.25%13.11%0.00%
4.31%

Color #61D4F4 in popluar number systems.

HEX61D4F4
Decimal97212244
Binary11000011101010011110100
Octal141324364

Shades and tints

Shades of #61D4F4

#61D4F4
(97,212,244)
#59C1DE
(89,193,222)
#51AEC8
(81,174,200)
#499BB2
(73,155,178)
#41889C
(65,136,156)
#397586
(57,117,134)
#316270
(49,98,112)
#294F5A
(41,79,90)
#213C44
(33,60,68)
#19292E
(25,41,46)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #61D4F4

#61D4F4
(97,212,244)
#6FD7F5
(111,215,245)
#7DDAF6
(125,218,246)
#8BDDF7
(139,221,247)
#99E0F8
(153,224,248)
#A7E3F9
(167,227,249)
#B5E6FA
(181,230,250)
#C3E9FB
(195,233,251)
#D1ECFC
(209,236,252)
#DFEFFD
(223,239,253)
#EDF2FE
(237,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D4F4 color. Also use rgb(97,212,244) instead hex code.

Text Font Color

.myTextColor { color: #61D4F4; }

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

This text font color is #61D4F4.


Background Color

.myBgColor { background-color: #61D4F4; }

<div style="background-color:#61D4F4">Inner text</div>

This div background color is #61D4F4.


Border color

.myBorderColor { border: 1px solid #61D4F4; }

<div style="border:3px solid #61D4F4">Div</div>

This div border color is #61D4F4.


Opacity

.myOpacity80 { color: #61D4F4; opacity: 0.8; }

<p style="color:#61D4F4;opacity:0.8;">80%</p>

Text with #61D4F4 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 #61D4F4;}

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

This text has shadow with #61D4F4 color.

.textShadow {text-shadow: 3px 3px 1px #61D4F4, 3px 3px 1px red;}

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

This text has shadow with #61D4F4 primary color and red secondary color.


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

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

This text has shadow with #61D4F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D4F4 on black background.


Color preview on white background

This text has color #61D4F4 on white background.



Black color preview on #61D4F4 background

This text has black color on #61D4F4 background.


White color preview on #61D4F4 background

This text has white color on #61D4F4 background.