COLOR #5FA6FF

HEX: #5FA6FF
RGB: (95,166,255)

Color info

#5FA6FF contains mainly blue color. Web safe color of #5FA6FF is #6699FF (or #69F).

RGB color model

#5FA6FF color RGB value is (95,166,255).

  • red value is 95;
  • green value is 166;
  • blue value is 255.
RGB:
(95,166,255)
(37%,65%,100%)

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 255 of 255 = 100%

95
166
255

R + G + B ~ 67%. #5FA6FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 255 = 516 (100%)
R 95 of 516 ~ 18.41%
G 166 of 516 ~ 32.17%
B 255 of 516 ~ 49.42%

%18.41
%32.17
%49.42

CMYK color model

#5FA6FF color CMYK value is (63,35,0,0).

  • cyan value is 62.75%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(63,35,0,0)
C63M35Y0K0 
(63%,35%,0%,0%)
(0.63/0.35/0.00/0.00)	

CMYK percentages

%62.75
%34.9
%0
%0

Codes

Color #5FA6FF in popluar color models

5FA6FF
RGB95166255
HSL213°100.00%68.63%
HSB/HSV213°62.75%100.00%
CMYK62.75%34.90%0.00%
0.00%

Color #5FA6FF in popluar number systems.

HEX5FA6FF
Decimal95166255
Binary10111111010011011111111
Octal137246377

Shades and tints

Shades of #5FA6FF

#5FA6FF
(95,166,255)
#5797E8
(87,151,232)
#4F88D1
(79,136,209)
#4779BA
(71,121,186)
#3F6AA3
(63,106,163)
#375B8C
(55,91,140)
#2F4C75
(47,76,117)
#273D5E
(39,61,94)
#1F2E47
(31,46,71)
#171F30
(23,31,48)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #5FA6FF

#5FA6FF
(95,166,255)
#6DAEFF
(109,174,255)
#7BB6FF
(123,182,255)
#89BEFF
(137,190,255)
#97C6FF
(151,198,255)
#A5CEFF
(165,206,255)
#B3D6FF
(179,214,255)
#C1DEFF
(193,222,255)
#CFE6FF
(207,230,255)
#DDEEFF
(221,238,255)
#EBF6FF
(235,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA6FF color. Also use rgb(95,166,255) instead hex code.

Text Font Color

.myTextColor { color: #5FA6FF; }

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

This text font color is #5FA6FF.


Background Color

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

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

This div background color is #5FA6FF.


Border color

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

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

This div border color is #5FA6FF.


Opacity

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

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

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

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

This text has shadow with #5FA6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA6FF on black background.


Color preview on white background

This text has color #5FA6FF on white background.



Black color preview on #5FA6FF background

This text has black color on #5FA6FF background.


White color preview on #5FA6FF background

This text has white color on #5FA6FF background.