COLOR #5CC0F3

HEX: #5CC0F3
RGB: (92,192,243)

Color info

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

RGB color model

#5CC0F3 color RGB value is (92,192,243).

  • red value is 92;
  • green value is 192;
  • blue value is 243.
RGB:
(92,192,243)
(36%,75%,95%)

RGB channels and saturation

R 92 of 255 = 36%
G 192 of 255 = 75%
B 243 of 255 = 95%

92
192
243

R + G + B ~ 69%. #5CC0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 192 + 243 = 527 (100%)
R 92 of 527 ~ 17.46%
G 192 of 527 ~ 36.43%
B 243 of 527 ~ 46.11%

%17.46
%36.43
%46.11

CMYK color model

#5CC0F3 color CMYK value is (62,21,0,5).

  • cyan value is 62.14%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(62,21,0,5)
C62M21Y0K5 
(62%,21%,0%,5%)
(0.62/0.21/0.00/0.05)	

CMYK percentages

%62.14
%20.99
%0
%4.71

Codes

Color #5CC0F3 in popluar color models

5CC0F3
RGB92192243
HSL200°86.29%65.69%
HSB/HSV200°62.14%95.29%
CMYK62.14%20.99%0.00%
4.71%

Color #5CC0F3 in popluar number systems.

HEX5CC0F3
Decimal92192243
Binary10111001100000011110011
Octal134300363

Shades and tints

Shades of #5CC0F3

#5CC0F3
(92,192,243)
#54AFDD
(84,175,221)
#4C9EC7
(76,158,199)
#448DB1
(68,141,177)
#3C7C9B
(60,124,155)
#346B85
(52,107,133)
#2C5A6F
(44,90,111)
#244959
(36,73,89)
#1C3843
(28,56,67)
#14272D
(20,39,45)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #5CC0F3

#5CC0F3
(92,192,243)
#6AC5F4
(106,197,244)
#78CAF5
(120,202,245)
#86CFF6
(134,207,246)
#94D4F7
(148,212,247)
#A2D9F8
(162,217,248)
#B0DEF9
(176,222,249)
#BEE3FA
(190,227,250)
#CCE8FB
(204,232,251)
#DAEDFC
(218,237,252)
#E8F2FD
(232,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC0F3 color. Also use rgb(92,192,243) instead hex code.

Text Font Color

.myTextColor { color: #5CC0F3; }

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

This text font color is #5CC0F3.


Background Color

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

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

This div background color is #5CC0F3.


Border color

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

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

This div border color is #5CC0F3.


Opacity

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

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

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

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

This text has shadow with #5CC0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC0F3 on black background.


Color preview on white background

This text has color #5CC0F3 on white background.



Black color preview on #5CC0F3 background

This text has black color on #5CC0F3 background.


White color preview on #5CC0F3 background

This text has white color on #5CC0F3 background.