COLOR #61BCE4

HEX: #61BCE4
RGB: (97,188,228)

Color info

#61BCE4 contains mainly green and blue colors. Web safe color of #61BCE4 is #66CCCC (or #6CC).

RGB color model

#61BCE4 color RGB value is (97,188,228).

  • red value is 97;
  • green value is 188;
  • blue value is 228.
RGB:
(97,188,228)
(38%,74%,89%)

RGB channels and saturation

R 97 of 255 = 38%
G 188 of 255 = 74%
B 228 of 255 = 89%

97
188
228

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

Portions of RGB colors in percentages

R + G + B =
97 + 188 + 228 = 513 (100%)
R 97 of 513 ~ 18.91%
G 188 of 513 ~ 36.65%
B 228 of 513 ~ 44.44%

%18.91
%36.65
%44.44

CMYK color model

#61BCE4 color CMYK value is (57,18,0,11).

  • cyan value is 57.46%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(57,18,0,11)
C57M18Y0K11 
(57%,18%,0%,11%)
(0.57/0.18/0.00/0.11)	

CMYK percentages

%57.46
%17.54
%0
%10.59

Codes

Color #61BCE4 in popluar color models

61BCE4
RGB97188228
HSL198°70.81%63.73%
HSB/HSV198°57.46%89.41%
CMYK57.46%17.54%0.00%
10.59%

Color #61BCE4 in popluar number systems.

HEX61BCE4
Decimal97188228
Binary11000011011110011100100
Octal141274344

Shades and tints

Shades of #61BCE4

#61BCE4
(97,188,228)
#59ABD0
(89,171,208)
#519ABC
(81,154,188)
#4989A8
(73,137,168)
#417894
(65,120,148)
#396780
(57,103,128)
#31566C
(49,86,108)
#294558
(41,69,88)
#213444
(33,52,68)
#192330
(25,35,48)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #61BCE4

#61BCE4
(97,188,228)
#6FC2E6
(111,194,230)
#7DC8E8
(125,200,232)
#8BCEEA
(139,206,234)
#99D4EC
(153,212,236)
#A7DAEE
(167,218,238)
#B5E0F0
(181,224,240)
#C3E6F2
(195,230,242)
#D1ECF4
(209,236,244)
#DFF2F6
(223,242,246)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BCE4 color. Also use rgb(97,188,228) instead hex code.

Text Font Color

.myTextColor { color: #61BCE4; }

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

This text font color is #61BCE4.


Background Color

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

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

This div background color is #61BCE4.


Border color

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

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

This div border color is #61BCE4.


Opacity

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

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

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

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

This text has shadow with #61BCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BCE4 on black background.


Color preview on white background

This text has color #61BCE4 on white background.



Black color preview on #61BCE4 background

This text has black color on #61BCE4 background.


White color preview on #61BCE4 background

This text has white color on #61BCE4 background.