COLOR #61DFEB

HEX: #61DFEB
RGB: (97,223,235)

Color info

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

RGB color model

#61DFEB color RGB value is (97,223,235).

  • red value is 97;
  • green value is 223;
  • blue value is 235.
RGB:
(97,223,235)
(38%,87%,92%)

RGB channels and saturation

R 97 of 255 = 38%
G 223 of 255 = 87%
B 235 of 255 = 92%

97
223
235

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

Portions of RGB colors in percentages

R + G + B =
97 + 223 + 235 = 555 (100%)
R 97 of 555 ~ 17.48%
G 223 of 555 ~ 40.18%
B 235 of 555 ~ 42.34%

%17.48
%40.18
%42.34

CMYK color model

#61DFEB color CMYK value is (59,5,0,8).

  • cyan value is 58.72%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(59,5,0,8)
C59M5Y0K8 
(59%,5%,0%,8%)
(0.59/0.05/0.00/0.08)	

CMYK percentages

%58.72
%5.11
%0
%7.84

Codes

Color #61DFEB in popluar color models

61DFEB
RGB97223235
HSL185°77.53%65.10%
HSB/HSV185°58.72%92.16%
CMYK58.72%5.11%0.00%
7.84%

Color #61DFEB in popluar number systems.

HEX61DFEB
Decimal97223235
Binary11000011101111111101011
Octal141337353

Shades and tints

Shades of #61DFEB

#61DFEB
(97,223,235)
#59CBD6
(89,203,214)
#51B7C1
(81,183,193)
#49A3AC
(73,163,172)
#418F97
(65,143,151)
#397B82
(57,123,130)
#31676D
(49,103,109)
#295358
(41,83,88)
#213F43
(33,63,67)
#192B2E
(25,43,46)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #61DFEB

#61DFEB
(97,223,235)
#6FE1EC
(111,225,236)
#7DE3ED
(125,227,237)
#8BE5EE
(139,229,238)
#99E7EF
(153,231,239)
#A7E9F0
(167,233,240)
#B5EBF1
(181,235,241)
#C3EDF2
(195,237,242)
#D1EFF3
(209,239,243)
#DFF1F4
(223,241,244)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61DFEB color. Also use rgb(97,223,235) instead hex code.

Text Font Color

.myTextColor { color: #61DFEB; }

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

This text font color is #61DFEB.


Background Color

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

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

This div background color is #61DFEB.


Border color

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

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

This div border color is #61DFEB.


Opacity

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

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

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

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

This text has shadow with #61DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61DFEB on black background.


Color preview on white background

This text has color #61DFEB on white background.



Black color preview on #61DFEB background

This text has black color on #61DFEB background.


White color preview on #61DFEB background

This text has white color on #61DFEB background.