COLOR #61BEEA

HEX: #61BEEA
RGB: (97,190,234)

Color info

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

RGB color model

#61BEEA color RGB value is (97,190,234).

  • red value is 97;
  • green value is 190;
  • blue value is 234.
RGB:
(97,190,234)
(38%,75%,92%)

RGB channels and saturation

R 97 of 255 = 38%
G 190 of 255 = 75%
B 234 of 255 = 92%

97
190
234

R + G + B ~ 68%. #61BEEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 190 + 234 = 521 (100%)
R 97 of 521 ~ 18.62%
G 190 of 521 ~ 36.47%
B 234 of 521 ~ 44.91%

%18.62
%36.47
%44.91

CMYK color model

#61BEEA color CMYK value is (59,19,0,8).

  • cyan value is 58.55%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(59,19,0,8)
C59M19Y0K8 
(59%,19%,0%,8%)
(0.59/0.19/0.00/0.08)	

CMYK percentages

%58.55
%18.8
%0
%8.24

Codes

Color #61BEEA in popluar color models

61BEEA
RGB97190234
HSL199°76.54%64.90%
HSB/HSV199°58.55%91.76%
CMYK58.55%18.80%0.00%
8.24%

Color #61BEEA in popluar number systems.

HEX61BEEA
Decimal97190234
Binary11000011011111011101010
Octal141276352

Shades and tints

Shades of #61BEEA

#61BEEA
(97,190,234)
#59ADD5
(89,173,213)
#519CC0
(81,156,192)
#498BAB
(73,139,171)
#417A96
(65,122,150)
#396981
(57,105,129)
#31586C
(49,88,108)
#294757
(41,71,87)
#213642
(33,54,66)
#19252D
(25,37,45)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #61BEEA

#61BEEA
(97,190,234)
#6FC3EB
(111,195,235)
#7DC8EC
(125,200,236)
#8BCDED
(139,205,237)
#99D2EE
(153,210,238)
#A7D7EF
(167,215,239)
#B5DCF0
(181,220,240)
#C3E1F1
(195,225,241)
#D1E6F2
(209,230,242)
#DFEBF3
(223,235,243)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BEEA color. Also use rgb(97,190,234) instead hex code.

Text Font Color

.myTextColor { color: #61BEEA; }

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

This text font color is #61BEEA.


Background Color

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

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

This div background color is #61BEEA.


Border color

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

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

This div border color is #61BEEA.


Opacity

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

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

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

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

This text has shadow with #61BEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BEEA on black background.


Color preview on white background

This text has color #61BEEA on white background.



Black color preview on #61BEEA background

This text has black color on #61BEEA background.


White color preview on #61BEEA background

This text has white color on #61BEEA background.