COLOR #5CA9CB

HEX: #5CA9CB RGB: (92,169,203)

Color info

#5CA9CB contains mainly green and blue colors. Web safe color of #5CA9CB is #6699CC (or #69C).

RGB color model

#5CA9CB color RGB value is (92,169,203).

RGB: (92,169,203) (36%, 66%, 80%)

RGB channels and saturation

R 92 of 255 = 36%
G 169 of 255 = 66%
B 203 of 255 = 80%

92
169
203

R + G + B ~ 61%. #5CA9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 169 + 203 = 464 (100%)
R 92 of 464 ~ 19.83%
G 169 of 464 ~ 36.42%
B 203 of 464 ~ 43.75'%

%19.83
%36.42
%43.75

CMYK color model

#5CA9CB color CMYK value is (55,17,0,20).

  • cyan value is 54.68%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (55,17,0,20)
C55M17Y0K20 (55%, 17%, 0%, 20%)
(0.55 / 0.17 / 0.00 / 0.20)

CMYK percentages

%54.68
%16.75
%0
%20.39

Codes

Color #5CA9CB in popluar color models

5C A9 CB
RGB 92 169 203
HSL 198° 51.63% 57.84%
HSB/HSV 198° 54.68% 79.61%
CMYK 54.68% 16.75% 0.00%
20.39%

Color #5CA9CB in popluar number systems.

HEX 5C A9 CB
Decimal 92 169 203
Binary 1011100 10101001 11001011
Octal 134 251 313

Shades and tints

Shades of #5CA9CB

#5CA9CB
(92,169,203)
#549AB9
(84,154,185)
#4C8BA7
(76,139,167)
#447C95
(68,124,149)
#3C6D83
(60,109,131)
#345E71
(52,94,113)
#2C4F5F
(44,79,95)
#24404D
(36,64,77)
#1C313B
(28,49,59)
#142229
(20,34,41)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #5CA9CB

#5CA9CB
(92,169,203)
#6AB0CF
(106,176,207)
#78B7D3
(120,183,211)
#86BED7
(134,190,215)
#94C5DB
(148,197,219)
#A2CCDF
(162,204,223)
#B0D3E3
(176,211,227)
#BEDAE7
(190,218,231)
#CCE1EB
(204,225,235)
#DAE8EF
(218,232,239)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA9CB color. Also use rgb(92,169,203) instead hex code.

Text Font Color

.myTextColor { color: #5CA9CB; }

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

This text font color is #5CA9CB.

Background Color

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

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

This div background color is #5CA9CB.

Border color

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

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

This div border color is #5CA9CB.

Opacity

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

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

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

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

This text has shadow with #5CA9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA9CB.

Preview

Color preview on black background

This text has color #5CA9CB on black background.


Color preview on white background

This text has color #5CA9CB on white background.


Black color preview on #5CA9CB background

This text has black color on #5CA9CB background.


White color preview on #5CA9CB background

This text has white color on #5CA9CB background.


Related colors

Complementary color

Complementary color for #hex is #A35634.


I love getcolorcode.com

Triadic colors

1 #CB5CA9 and #A9CB5C with #5CA9CB are triadic colors.

2 #CBA95C and #A95CCB with #5CA9CB are triadic colors.