COLOR #5CB4EC

HEX: #5CB4EC
RGB: (92,180,236)

Color info

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

RGB color model

#5CB4EC color RGB value is (92,180,236).

  • red value is 92;
  • green value is 180;
  • blue value is 236.
RGB:
(92,180,236)
(36%,71%,93%)

RGB channels and saturation

R 92 of 255 = 36%
G 180 of 255 = 71%
B 236 of 255 = 93%

92
180
236

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

Portions of RGB colors in percentages

R + G + B =
92 + 180 + 236 = 508 (100%)
R 92 of 508 ~ 18.11%
G 180 of 508 ~ 35.43%
B 236 of 508 ~ 46.46%

%18.11
%35.43
%46.46

CMYK color model

#5CB4EC color CMYK value is (61,24,0,7).

  • cyan value is 61.02%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(61,24,0,7)
C61M24Y0K7 
(61%,24%,0%,7%)
(0.61/0.24/0.00/0.07)	

CMYK percentages

%61.02
%23.73
%0
%7.45

Codes

Color #5CB4EC in popluar color models

5CB4EC
RGB92180236
HSL203°79.12%64.31%
HSB/HSV203°61.02%92.55%
CMYK61.02%23.73%0.00%
7.45%

Color #5CB4EC in popluar number systems.

HEX5CB4EC
Decimal92180236
Binary10111001011010011101100
Octal134264354

Shades and tints

Shades of #5CB4EC

#5CB4EC
(92,180,236)
#54A4D7
(84,164,215)
#4C94C2
(76,148,194)
#4484AD
(68,132,173)
#3C7498
(60,116,152)
#346483
(52,100,131)
#2C546E
(44,84,110)
#244459
(36,68,89)
#1C3444
(28,52,68)
#14242F
(20,36,47)
#0C141A
(12,20,26)
#000000
(0,0,0)

Tints of #5CB4EC

#5CB4EC
(92,180,236)
#6ABAED
(106,186,237)
#78C0EE
(120,192,238)
#86C6EF
(134,198,239)
#94CCF0
(148,204,240)
#A2D2F1
(162,210,241)
#B0D8F2
(176,216,242)
#BEDEF3
(190,222,243)
#CCE4F4
(204,228,244)
#DAEAF5
(218,234,245)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB4EC color. Also use rgb(92,180,236) instead hex code.

Text Font Color

.myTextColor { color: #5CB4EC; }

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

This text font color is #5CB4EC.


Background Color

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

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

This div background color is #5CB4EC.


Border color

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

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

This div border color is #5CB4EC.


Opacity

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

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

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

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

This text has shadow with #5CB4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB4EC on black background.


Color preview on white background

This text has color #5CB4EC on white background.



Black color preview on #5CB4EC background

This text has black color on #5CB4EC background.


White color preview on #5CB4EC background

This text has white color on #5CB4EC background.