COLOR #61D5EC

HEX: #61D5EC
RGB: (97,213,236)

Renk bilgisi

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

RGB renk modeli

#61D5EC color RGB value is (97,213,236).

  • kırmız ton 97;
  • yeşil ton 213;
  • mavi ton 236.
RGB:
(97,213,236)
(38%,84%,93%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 213 of 255 = 84%
B 236 of 255 = 93%

97
213
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 213 + 236 = 546 (100%)
R 97 of 546 ~ 17.77%
G 213 of 546 ~ 39.01%
B 236 of 546 ~ 43.22%

%17.77
%39.01
%43.22

CMYK RENK MODELİ

#61D5EC rengi CMYK tonu (59,10,0,7).

  • camgöbeği tonu 58.90%
  • eflatun tonu 9.75%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(59,10,0,7)
C59M10Y0K7 
(59%,10%,0%,7%)
(0.59/0.10/0.00/0.07)	

CMYK yüzdeleri

%58.9
%9.75
%0
%7.45

Codes

Color #61D5EC in popluar color models

61D5EC
RGB97213236
HSL190°78.53%65.29%
HSB/HSV190°58.90%92.55%
CMYK58.90%9.75%0.00%
7.45%

Color #61D5EC in popluar number systems.

HEX61D5EC
Decimal97213236
Binary11000011101010111101100
Octal141325354

Shades and tints

Shades of #61D5EC

#61D5EC
(97,213,236)
#59C2D7
(89,194,215)
#51AFC2
(81,175,194)
#499CAD
(73,156,173)
#418998
(65,137,152)
#397683
(57,118,131)
#31636E
(49,99,110)
#295059
(41,80,89)
#213D44
(33,61,68)
#192A2F
(25,42,47)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #61D5EC

#61D5EC
(97,213,236)
#6FD8ED
(111,216,237)
#7DDBEE
(125,219,238)
#8BDEEF
(139,222,239)
#99E1F0
(153,225,240)
#A7E4F1
(167,228,241)
#B5E7F2
(181,231,242)
#C3EAF3
(195,234,243)
#D1EDF4
(209,237,244)
#DFF0F5
(223,240,245)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D5EC color. Also use rgb(97,213,236) instead hex code.

Text Font Color

.myTextColor { color: #61D5EC; }

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

This text font color is #61D5EC.


Background Color

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

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

This div background color is #61D5EC.


Border color

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

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

This div border color is #61D5EC.


Opacity

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

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

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

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

This text has shadow with #61D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D5EC on black background.


Color preview on white background

This text has color #61D5EC on white background.



Black color preview on #61D5EC background

This text has black color on #61D5EC background.


White color preview on #61D5EC background

This text has white color on #61D5EC background.