COLOR #5CC6DE

HEX: #5CC6DE
RGB: (92,198,222)

Color info

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

RGB color model

#5CC6DE color RGB value is (92,198,222).

  • red value is 92;
  • green value is 198;
  • blue value is 222.
RGB:
(92,198,222)
(36%,78%,87%)

RGB channels and saturation

R 92 of 255 = 36%
G 198 of 255 = 78%
B 222 of 255 = 87%

92
198
222

R + G + B ~ 67%. #5CC6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 198 + 222 = 512 (100%)
R 92 of 512 ~ 17.97%
G 198 of 512 ~ 38.67%
B 222 of 512 ~ 43.36%

%17.97
%38.67
%43.36

CMYK color model

#5CC6DE color CMYK value is (59,11,0,13).

  • cyan value is 58.56%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(59,11,0,13)
C59M11Y0K13 
(59%,11%,0%,13%)
(0.59/0.11/0.00/0.13)	

CMYK percentages

%58.56
%10.81
%0
%12.94

Codes

Color #5CC6DE in popluar color models

5CC6DE
RGB92198222
HSL191°66.33%61.57%
HSB/HSV191°58.56%87.06%
CMYK58.56%10.81%0.00%
12.94%

Color #5CC6DE in popluar number systems.

HEX5CC6DE
Decimal92198222
Binary10111001100011011011110
Octal134306336

Shades and tints

Shades of #5CC6DE

#5CC6DE
(92,198,222)
#54B4CA
(84,180,202)
#4CA2B6
(76,162,182)
#4490A2
(68,144,162)
#3C7E8E
(60,126,142)
#346C7A
(52,108,122)
#2C5A66
(44,90,102)
#244852
(36,72,82)
#1C363E
(28,54,62)
#14242A
(20,36,42)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #5CC6DE

#5CC6DE
(92,198,222)
#6ACBE1
(106,203,225)
#78D0E4
(120,208,228)
#86D5E7
(134,213,231)
#94DAEA
(148,218,234)
#A2DFED
(162,223,237)
#B0E4F0
(176,228,240)
#BEE9F3
(190,233,243)
#CCEEF6
(204,238,246)
#DAF3F9
(218,243,249)
#E8F8FC
(232,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC6DE color. Also use rgb(92,198,222) instead hex code.

Text Font Color

.myTextColor { color: #5CC6DE; }

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

This text font color is #5CC6DE.


Background Color

.myBgColor { background-color: #5CC6DE; }

<div style="background-color:#5CC6DE">Inner text</div>

This div background color is #5CC6DE.


Border color

.myBorderColor { border: 1px solid #5CC6DE; }

<div style="border:3px solid #5CC6DE">Div</div>

This div border color is #5CC6DE.


Opacity

.myOpacity80 { color: #5CC6DE; opacity: 0.8; }

<p style="color:#5CC6DE;opacity:0.8;">80%</p>

Text with #5CC6DE 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 #5CC6DE;}

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

This text has shadow with #5CC6DE color.

.textShadow {text-shadow: 3px 3px 1px #5CC6DE, 3px 3px 1px red;}

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

This text has shadow with #5CC6DE primary color and red secondary color.


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

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

This text has shadow with #5CC6DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC6DE on black background.


Color preview on white background

This text has color #5CC6DE on white background.



Black color preview on #5CC6DE background

This text has black color on #5CC6DE background.


White color preview on #5CC6DE background

This text has white color on #5CC6DE background.