COLOR #5FA9E1

HEX: #5FA9E1
RGB: (95,169,225)

Color info

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

RGB color model

#5FA9E1 color RGB value is (95,169,225).

  • red value is 95;
  • green value is 169;
  • blue value is 225.
RGB:
(95,169,225)
(37%,66%,88%)

RGB channels and saturation

R 95 of 255 = 37%
G 169 of 255 = 66%
B 225 of 255 = 88%

95
169
225

R + G + B ~ 64%. #5FA9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 169 + 225 = 489 (100%)
R 95 of 489 ~ 19.43%
G 169 of 489 ~ 34.56%
B 225 of 489 ~ 46.01%

%19.43
%34.56
%46.01

CMYK color model

#5FA9E1 color CMYK value is (58,25,0,12).

  • cyan value is 57.78%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(58,25,0,12)
C58M25Y0K12 
(58%,25%,0%,12%)
(0.58/0.25/0.00/0.12)	

CMYK percentages

%57.78
%24.89
%0
%11.76

Codes

Color #5FA9E1 in popluar color models

5FA9E1
RGB95169225
HSL206°68.42%62.75%
HSB/HSV206°57.78%88.24%
CMYK57.78%24.89%0.00%
11.76%

Color #5FA9E1 in popluar number systems.

HEX5FA9E1
Decimal95169225
Binary10111111010100111100001
Octal137251341

Shades and tints

Shades of #5FA9E1

#5FA9E1
(95,169,225)
#579ACD
(87,154,205)
#4F8BB9
(79,139,185)
#477CA5
(71,124,165)
#3F6D91
(63,109,145)
#375E7D
(55,94,125)
#2F4F69
(47,79,105)
#274055
(39,64,85)
#1F3141
(31,49,65)
#17222D
(23,34,45)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #5FA9E1

#5FA9E1
(95,169,225)
#6DB0E3
(109,176,227)
#7BB7E5
(123,183,229)
#89BEE7
(137,190,231)
#97C5E9
(151,197,233)
#A5CCEB
(165,204,235)
#B3D3ED
(179,211,237)
#C1DAEF
(193,218,239)
#CFE1F1
(207,225,241)
#DDE8F3
(221,232,243)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA9E1 color. Also use rgb(95,169,225) instead hex code.

Text Font Color

.myTextColor { color: #5FA9E1; }

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

This text font color is #5FA9E1.


Background Color

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

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

This div background color is #5FA9E1.


Border color

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

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

This div border color is #5FA9E1.


Opacity

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

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

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

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

This text has shadow with #5FA9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA9E1 on black background.


Color preview on white background

This text has color #5FA9E1 on white background.



Black color preview on #5FA9E1 background

This text has black color on #5FA9E1 background.


White color preview on #5FA9E1 background

This text has white color on #5FA9E1 background.