COLOR #5FA7DC

HEX: #5FA7DC RGB: (95,167,220)

Color info

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

RGB color model

#5FA7DC color RGB value is (95,167,220).

RGB: (95,167,220) (37%, 65%, 86%)

RGB channels and saturation

R 95 of 255 = 37%
G 167 of 255 = 65%
B 220 of 255 = 86%

95
167
220

R + G + B ~ 63%. #5FA7DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 95 + 167 + 220 = 482 (100%)
R 95 of 482 ~ 19.71%
G 167 of 482 ~ 34.65%
B 220 of 482 ~ 45.64'%

%19.71
%34.65
%45.64

CMYK color model

#5FA7DC color CMYK value is (57,24,0,14).

  • cyan value is 56.82%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (57,24,0,14) C57M24Y0K14 (57%,24%,0%,14%) (0.57/0.24/0.00/0.14) 

CMYK percentages

%56.82
%24.09
%0
%13.73

Codes

Color #5FA7DC in popluar color models

5F A7 DC
RGB 95 167 220
HSL 205° 64.10% 61.76%
HSB/HSV 205° 56.82% 86.27%
CMYK 56.82% 24.09% 0.00%
13.73%

Color #5FA7DC in popluar number systems.

HEX 5F A7 DC
Decimal 95 167 220
Binary 1011111 10100111 11011100
Octal 137 247 334

Shades and tints

Shades of #5FA7DC

#5FA7DC
(95,167,220)
#5798C8
(87,152,200)
#4F89B4
(79,137,180)
#477AA0
(71,122,160)
#3F6B8C
(63,107,140)
#375C78
(55,92,120)
#2F4D64
(47,77,100)
#273E50
(39,62,80)
#1F2F3C
(31,47,60)
#172028
(23,32,40)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5FA7DC

#5FA7DC
(95,167,220)
#6DAFDF
(109,175,223)
#7BB7E2
(123,183,226)
#89BFE5
(137,191,229)
#97C7E8
(151,199,232)
#A5CFEB
(165,207,235)
#B3D7EE
(179,215,238)
#C1DFF1
(193,223,241)
#CFE7F4
(207,231,244)
#DDEFF7
(221,239,247)
#EBF7FA
(235,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA7DC color. Also use rgb(95,167,220) instead hex code.

Text Font Color

.myTextColor { color: #5FA7DC; }

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

This text font color is #5FA7DC.

Background Color

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

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

This div background color is #5FA7DC.

Border color

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

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

This div border color is #5FA7DC.

Opacity

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

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

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

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

This text has shadow with #5FA7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA7DC.

Preview

Color preview on black background

This text has color #5FA7DC on black background.


Color preview on white background

This text has color #5FA7DC on white background.


Black color preview on #5FA7DC background

This text has black color on #5FA7DC background.


White color preview on #5FA7DC background

This text has white color on #5FA7DC background.


Related colors

Complementary color

Complementary color for #hex is #A05823.


I love getcolorcode.com

Triadic colors

1 #DC5FA7 and #A7DC5F with #5FA7DC are triadic colors.

2 #DCA75F and #A75FDC with #5FA7DC are triadic colors.