COLOR #61C5EC

HEX: #61C5EC RGB: (97,197,236)

Color info

#61C5EC contains mainly green and blue colors. Web safe color of #61C5EC is #66CCFF (or #6CF).

RGB color model

#61C5EC color RGB value is (97,197,236).

RGB: (97,197,236) (38%, 77%, 93%)

RGB channels and saturation

R 97 of 255 = 38%
G 197 of 255 = 77%
B 236 of 255 = 93%

97
197
236

R + G + B ~ 69%. #61C5EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 97 + 197 + 236 = 530 (100%)
R 97 of 530 ~ 18.3%
G 197 of 530 ~ 37.17%
B 236 of 530 ~ 44.53'%

%18.3
%37.17
%44.53

CMYK color model

#61C5EC color CMYK value is (59,17,0,7).

  • cyan value is 58.90%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (59,17,0,7) C59M17Y0K7 (59%,17%,0%,7%) (0.59/0.17/0.00/0.07) 

CMYK percentages

%58.9
%16.53
%0
%7.45

Codes

Color #61C5EC in popluar color models

61 C5 EC
RGB 97 197 236
HSL 197° 78.53% 65.29%
HSB/HSV 197° 58.90% 92.55%
CMYK 58.90% 16.53% 0.00%
7.45%

Color #61C5EC in popluar number systems.

HEX 61 C5 EC
Decimal 97 197 236
Binary 1100001 11000101 11101100
Octal 141 305 354

Shades and tints

Shades of #61C5EC

#61C5EC
(97,197,236)
#59B4D7
(89,180,215)
#51A3C2
(81,163,194)
#4992AD
(73,146,173)
#418198
(65,129,152)
#397083
(57,112,131)
#315F6E
(49,95,110)
#294E59
(41,78,89)
#213D44
(33,61,68)
#192C2F
(25,44,47)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #61C5EC

#61C5EC
(97,197,236)
#6FCAED
(111,202,237)
#7DCFEE
(125,207,238)
#8BD4EF
(139,212,239)
#99D9F0
(153,217,240)
#A7DEF1
(167,222,241)
#B5E3F2
(181,227,242)
#C3E8F3
(195,232,243)
#D1EDF4
(209,237,244)
#DFF2F5
(223,242,245)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61C5EC; }

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

This text font color is #61C5EC.

Background Color

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

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

This div background color is #61C5EC.

Border color

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

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

This div border color is #61C5EC.

Opacity

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

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

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

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

This text has shadow with #61C5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61C5EC.

Preview

Color preview on black background

This text has color #61C5EC on black background.


Color preview on white background

This text has color #61C5EC on white background.


Black color preview on #61C5EC background

This text has black color on #61C5EC background.


White color preview on #61C5EC background

This text has white color on #61C5EC background.


Related colors

Complementary color

Complementary color for #hex is #9E3A13.


I love getcolorcode.com

Triadic colors

1 #EC61C5 and #C5EC61 with #61C5EC are triadic colors.

2 #ECC561 and #C561EC with #61C5EC are triadic colors.