COLOR #5CC3D3

HEX: #5CC3D3 RGB: (92,195,211)

Color info

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

RGB color model

#5CC3D3 color RGB value is (92,195,211).

RGB: (92,195,211) (36%, 76%, 83%)

RGB channels and saturation

R 92 of 255 = 36%
G 195 of 255 = 76%
B 211 of 255 = 83%

92
195
211

R + G + B ~ 65%. #5CC3D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 195 + 211 = 498 (100%)
R 92 of 498 ~ 18.47%
G 195 of 498 ~ 39.16%
B 211 of 498 ~ 42.37'%

%18.47
%39.16
%42.37

CMYK color model

#5CC3D3 color CMYK value is (56,8,0,17).

  • cyan value is 56.40%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (56,8,0,17) C56M8Y0K17 (56%,8%,0%,17%) (0.56/0.08/0.00/0.17) 

CMYK percentages

%56.4
%7.58
%0
%17.25

Codes

Color #5CC3D3 in popluar color models

5C C3 D3
RGB 92 195 211
HSL 188° 57.49% 59.41%
HSB/HSV 188° 56.40% 82.75%
CMYK 56.40% 7.58% 0.00%
17.25%

Color #5CC3D3 in popluar number systems.

HEX 5C C3 D3
Decimal 92 195 211
Binary 1011100 11000011 11010011
Octal 134 303 323

Shades and tints

Shades of #5CC3D3

#5CC3D3
(92,195,211)
#54B2C0
(84,178,192)
#4CA1AD
(76,161,173)
#44909A
(68,144,154)
#3C7F87
(60,127,135)
#346E74
(52,110,116)
#2C5D61
(44,93,97)
#244C4E
(36,76,78)
#1C3B3B
(28,59,59)
#142A28
(20,42,40)
#0C1915
(12,25,21)
#000000
(0,0,0)

Tints of #5CC3D3

#5CC3D3
(92,195,211)
#6AC8D7
(106,200,215)
#78CDDB
(120,205,219)
#86D2DF
(134,210,223)
#94D7E3
(148,215,227)
#A2DCE7
(162,220,231)
#B0E1EB
(176,225,235)
#BEE6EF
(190,230,239)
#CCEBF3
(204,235,243)
#DAF0F7
(218,240,247)
#E8F5FB
(232,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC3D3 color. Also use rgb(92,195,211) instead hex code.

Text Font Color

.myTextColor { color: #5CC3D3; }

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

This text font color is #5CC3D3.

Background Color

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

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

This div background color is #5CC3D3.

Border color

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

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

This div border color is #5CC3D3.

Opacity

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

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

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

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

This text has shadow with #5CC3D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CC3D3.

Preview

Color preview on black background

This text has color #5CC3D3 on black background.


Color preview on white background

This text has color #5CC3D3 on white background.


Black color preview on #5CC3D3 background

This text has black color on #5CC3D3 background.


White color preview on #5CC3D3 background

This text has white color on #5CC3D3 background.


Related colors

Complementary color

Complementary color for #hex is #A33C2C.


I love getcolorcode.com

Triadic colors

1 #D35CC3 and #C3D35C with #5CC3D3 are triadic colors.

2 #D3C35C and #C35CD3 with #5CC3D3 are triadic colors.