COLOR #61B5ED

HEX: #61B5ED
RGB: (97,181,237)

Renk bilgisi

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

RGB renk modeli

#61B5ED color RGB value is (97,181,237).

  • kırmız ton 97;
  • yeşil ton 181;
  • mavi ton 237.
RGB:
(97,181,237)
(38%,71%,93%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 181 of 255 = 71%
B 237 of 255 = 93%

97
181
237

R + G + B ~ 67%. #61B5ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 181 + 237 = 515 (100%)
R 97 of 515 ~ 18.83%
G 181 of 515 ~ 35.15%
B 237 of 515 ~ 46.02%

%18.83
%35.15
%46.02

CMYK RENK MODELİ

#61B5ED rengi CMYK tonu (59,24,0,7).

  • camgöbeği tonu 59.07%
  • eflatun tonu 23.63%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(59,24,0,7)
C59M24Y0K7 
(59%,24%,0%,7%)
(0.59/0.24/0.00/0.07)	

CMYK yüzdeleri

%59.07
%23.63
%0
%7.06

Codes

Color #61B5ED in popluar color models

61B5ED
RGB97181237
HSL204°79.55%65.49%
HSB/HSV204°59.07%92.94%
CMYK59.07%23.63%0.00%
7.06%

Color #61B5ED in popluar number systems.

HEX61B5ED
Decimal97181237
Binary11000011011010111101101
Octal141265355

Shades and tints

Shades of #61B5ED

#61B5ED
(97,181,237)
#59A5D8
(89,165,216)
#5195C3
(81,149,195)
#4985AE
(73,133,174)
#417599
(65,117,153)
#396584
(57,101,132)
#31556F
(49,85,111)
#29455A
(41,69,90)
#213545
(33,53,69)
#192530
(25,37,48)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #61B5ED

#61B5ED
(97,181,237)
#6FBBEE
(111,187,238)
#7DC1EF
(125,193,239)
#8BC7F0
(139,199,240)
#99CDF1
(153,205,241)
#A7D3F2
(167,211,242)
#B5D9F3
(181,217,243)
#C3DFF4
(195,223,244)
#D1E5F5
(209,229,245)
#DFEBF6
(223,235,246)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B5ED color. Also use rgb(97,181,237) instead hex code.

Text Font Color

.myTextColor { color: #61B5ED; }

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

This text font color is #61B5ED.


Background Color

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

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

This div background color is #61B5ED.


Border color

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

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

This div border color is #61B5ED.


Opacity

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

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

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

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

This text has shadow with #61B5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B5ED on black background.


Color preview on white background

This text has color #61B5ED on white background.



Black color preview on #61B5ED background

This text has black color on #61B5ED background.


White color preview on #61B5ED background

This text has white color on #61B5ED background.