COLOR #5FB5F3

HEX: #5FB5F3
RGB: (95,181,243)

Color info

#5FB5F3 contains mainly blue color. Web safe color of #5FB5F3 is #66CCFF (or #6CF).

RGB color model

#5FB5F3 color RGB value is (95,181,243).

  • red value is 95;
  • green value is 181;
  • blue value is 243.
RGB:
(95,181,243)
(37%,71%,95%)

RGB channels and saturation

R 95 of 255 = 37%
G 181 of 255 = 71%
B 243 of 255 = 95%

95
181
243

R + G + B ~ 68%. #5FB5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 181 + 243 = 519 (100%)
R 95 of 519 ~ 18.3%
G 181 of 519 ~ 34.87%
B 243 of 519 ~ 46.82%

%18.3
%34.87
%46.82

CMYK color model

#5FB5F3 color CMYK value is (61,26,0,5).

  • cyan value is 60.91%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(61,26,0,5)
C61M26Y0K5 
(61%,26%,0%,5%)
(0.61/0.26/0.00/0.05)	

CMYK percentages

%60.91
%25.51
%0
%4.71

Codes

Color #5FB5F3 in popluar color models

5FB5F3
RGB95181243
HSL205°86.05%66.27%
HSB/HSV205°60.91%95.29%
CMYK60.91%25.51%0.00%
4.71%

Color #5FB5F3 in popluar number systems.

HEX5FB5F3
Decimal95181243
Binary10111111011010111110011
Octal137265363

Shades and tints

Shades of #5FB5F3

#5FB5F3
(95,181,243)
#57A5DD
(87,165,221)
#4F95C7
(79,149,199)
#4785B1
(71,133,177)
#3F759B
(63,117,155)
#376585
(55,101,133)
#2F556F
(47,85,111)
#274559
(39,69,89)
#1F3543
(31,53,67)
#17252D
(23,37,45)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #5FB5F3

#5FB5F3
(95,181,243)
#6DBBF4
(109,187,244)
#7BC1F5
(123,193,245)
#89C7F6
(137,199,246)
#97CDF7
(151,205,247)
#A5D3F8
(165,211,248)
#B3D9F9
(179,217,249)
#C1DFFA
(193,223,250)
#CFE5FB
(207,229,251)
#DDEBFC
(221,235,252)
#EBF1FD
(235,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB5F3 color. Also use rgb(95,181,243) instead hex code.

Text Font Color

.myTextColor { color: #5FB5F3; }

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

This text font color is #5FB5F3.


Background Color

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

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

This div background color is #5FB5F3.


Border color

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

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

This div border color is #5FB5F3.


Opacity

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

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

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

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

This text has shadow with #5FB5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB5F3 on black background.


Color preview on white background

This text has color #5FB5F3 on white background.



Black color preview on #5FB5F3 background

This text has black color on #5FB5F3 background.


White color preview on #5FB5F3 background

This text has white color on #5FB5F3 background.