COLOR #61CEFE

HEX: #61CEFE
RGB: (97,206,254)

Color info

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

RGB color model

#61CEFE color RGB value is (97,206,254).

  • red value is 97;
  • green value is 206;
  • blue value is 254.
RGB:
(97,206,254)
(38%,81%,100%)

RGB channels and saturation

R 97 of 255 = 38%
G 206 of 255 = 81%
B 254 of 255 = 100%

97
206
254

R + G + B ~ 73%. #61CEFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 206 + 254 = 557 (100%)
R 97 of 557 ~ 17.41%
G 206 of 557 ~ 36.98%
B 254 of 557 ~ 45.6%

%17.41
%36.98
%45.6

CMYK color model

#61CEFE color CMYK value is (62,19,0,0).

  • cyan value is 61.81%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(62,19,0,0)
C62M19Y0K0 
(62%,19%,0%,0%)
(0.62/0.19/0.00/0.00)	

CMYK percentages

%61.81
%18.9
%0
%0.39

Codes

Color #61CEFE in popluar color models

61CEFE
RGB97206254
HSL198°98.74%68.82%
HSB/HSV198°61.81%99.61%
CMYK61.81%18.90%0.00%
0.39%

Color #61CEFE in popluar number systems.

HEX61CEFE
Decimal97206254
Binary11000011100111011111110
Octal141316376

Shades and tints

Shades of #61CEFE

#61CEFE
(97,206,254)
#59BCE7
(89,188,231)
#51AAD0
(81,170,208)
#4998B9
(73,152,185)
#4186A2
(65,134,162)
#39748B
(57,116,139)
#316274
(49,98,116)
#29505D
(41,80,93)
#213E46
(33,62,70)
#192C2F
(25,44,47)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #61CEFE

#61CEFE
(97,206,254)
#6FD2FE
(111,210,254)
#7DD6FE
(125,214,254)
#8BDAFE
(139,218,254)
#99DEFE
(153,222,254)
#A7E2FE
(167,226,254)
#B5E6FE
(181,230,254)
#C3EAFE
(195,234,254)
#D1EEFE
(209,238,254)
#DFF2FE
(223,242,254)
#EDF6FE
(237,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61CEFE color. Also use rgb(97,206,254) instead hex code.

Text Font Color

.myTextColor { color: #61CEFE; }

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

This text font color is #61CEFE.


Background Color

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

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

This div background color is #61CEFE.


Border color

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

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

This div border color is #61CEFE.


Opacity

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

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

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

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

This text has shadow with #61CEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61CEFE on black background.


Color preview on white background

This text has color #61CEFE on white background.



Black color preview on #61CEFE background

This text has black color on #61CEFE background.


White color preview on #61CEFE background

This text has white color on #61CEFE background.