COLOR #5CAFE9

HEX: #5CAFE9
RGB: (92,175,233)

Color info

#5CAFE9 contains mainly green and blue colors. Web safe color of #5CAFE9 is #6699FF (or #69F).

RGB color model

#5CAFE9 color RGB value is (92,175,233).

  • red value is 92;
  • green value is 175;
  • blue value is 233.
RGB:
(92,175,233)
(36%,69%,91%)

RGB channels and saturation

R 92 of 255 = 36%
G 175 of 255 = 69%
B 233 of 255 = 91%

92
175
233

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

Portions of RGB colors in percentages

R + G + B =
92 + 175 + 233 = 500 (100%)
R 92 of 500 ~ 18.4%
G 175 of 500 ~ 35%
B 233 of 500 ~ 46.6%

%18.4
%35
%46.6

CMYK color model

#5CAFE9 color CMYK value is (61,25,0,9).

  • cyan value is 60.52%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(61,25,0,9)
C61M25Y0K9 
(61%,25%,0%,9%)
(0.61/0.25/0.00/0.09)	

CMYK percentages

%60.52
%24.89
%0
%8.63

Codes

Color #5CAFE9 in popluar color models

5CAFE9
RGB92175233
HSL205°76.22%63.73%
HSB/HSV205°60.52%91.37%
CMYK60.52%24.89%0.00%
8.63%

Color #5CAFE9 in popluar number systems.

HEX5CAFE9
Decimal92175233
Binary10111001010111111101001
Octal134257351

Shades and tints

Shades of #5CAFE9

#5CAFE9
(92,175,233)
#54A0D4
(84,160,212)
#4C91BF
(76,145,191)
#4482AA
(68,130,170)
#3C7395
(60,115,149)
#346480
(52,100,128)
#2C556B
(44,85,107)
#244656
(36,70,86)
#1C3741
(28,55,65)
#14282C
(20,40,44)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #5CAFE9

#5CAFE9
(92,175,233)
#6AB6EB
(106,182,235)
#78BDED
(120,189,237)
#86C4EF
(134,196,239)
#94CBF1
(148,203,241)
#A2D2F3
(162,210,243)
#B0D9F5
(176,217,245)
#BEE0F7
(190,224,247)
#CCE7F9
(204,231,249)
#DAEEFB
(218,238,251)
#E8F5FD
(232,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAFE9 color. Also use rgb(92,175,233) instead hex code.

Text Font Color

.myTextColor { color: #5CAFE9; }

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

This text font color is #5CAFE9.


Background Color

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

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

This div background color is #5CAFE9.


Border color

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

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

This div border color is #5CAFE9.


Opacity

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

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

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

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

This text has shadow with #5CAFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAFE9 on black background.


Color preview on white background

This text has color #5CAFE9 on white background.



Black color preview on #5CAFE9 background

This text has black color on #5CAFE9 background.


White color preview on #5CAFE9 background

This text has white color on #5CAFE9 background.