COLOR #5CC5F4

HEX: #5CC5F4
RGB: (92,197,244)

Color info

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

RGB color model

#5CC5F4 color RGB value is (92,197,244).

  • red value is 92;
  • green value is 197;
  • blue value is 244.
RGB:
(92,197,244)
(36%,77%,96%)

RGB channels and saturation

R 92 of 255 = 36%
G 197 of 255 = 77%
B 244 of 255 = 96%

92
197
244

R + G + B ~ 70%. #5CC5F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 197 + 244 = 533 (100%)
R 92 of 533 ~ 17.26%
G 197 of 533 ~ 36.96%
B 244 of 533 ~ 45.78%

%17.26
%36.96
%45.78

CMYK color model

#5CC5F4 color CMYK value is (62,19,0,4).

  • cyan value is 62.30%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(62,19,0,4)
C62M19Y0K4 
(62%,19%,0%,4%)
(0.62/0.19/0.00/0.04)	

CMYK percentages

%62.3
%19.26
%0
%4.31

Codes

Color #5CC5F4 in popluar color models

5CC5F4
RGB92197244
HSL199°87.36%65.88%
HSB/HSV199°62.30%95.69%
CMYK62.30%19.26%0.00%
4.31%

Color #5CC5F4 in popluar number systems.

HEX5CC5F4
Decimal92197244
Binary10111001100010111110100
Octal134305364

Shades and tints

Shades of #5CC5F4

#5CC5F4
(92,197,244)
#54B4DE
(84,180,222)
#4CA3C8
(76,163,200)
#4492B2
(68,146,178)
#3C819C
(60,129,156)
#347086
(52,112,134)
#2C5F70
(44,95,112)
#244E5A
(36,78,90)
#1C3D44
(28,61,68)
#142C2E
(20,44,46)
#0C1B18
(12,27,24)
#000000
(0,0,0)

Tints of #5CC5F4

#5CC5F4
(92,197,244)
#6ACAF5
(106,202,245)
#78CFF6
(120,207,246)
#86D4F7
(134,212,247)
#94D9F8
(148,217,248)
#A2DEF9
(162,222,249)
#B0E3FA
(176,227,250)
#BEE8FB
(190,232,251)
#CCEDFC
(204,237,252)
#DAF2FD
(218,242,253)
#E8F7FE
(232,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC5F4 color. Also use rgb(92,197,244) instead hex code.

Text Font Color

.myTextColor { color: #5CC5F4; }

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

This text font color is #5CC5F4.


Background Color

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

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

This div background color is #5CC5F4.


Border color

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

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

This div border color is #5CC5F4.


Opacity

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

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

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

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

This text has shadow with #5CC5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC5F4 on black background.


Color preview on white background

This text has color #5CC5F4 on white background.



Black color preview on #5CC5F4 background

This text has black color on #5CC5F4 background.


White color preview on #5CC5F4 background

This text has white color on #5CC5F4 background.