COLOR #5FC9FD

HEX: #5FC9FD
RGB: (95,201,253)

Color info

#5FC9FD contains mainly green and blue colors. Web safe color of #5FC9FD is #66CCFF (or #6CF).

RGB color model

#5FC9FD color RGB value is (95,201,253).

  • red value is 95;
  • green value is 201;
  • blue value is 253.
RGB:
(95,201,253)
(37%,79%,99%)

RGB channels and saturation

R 95 of 255 = 37%
G 201 of 255 = 79%
B 253 of 255 = 99%

95
201
253

R + G + B ~ 72%. #5FC9FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 201 + 253 = 549 (100%)
R 95 of 549 ~ 17.3%
G 201 of 549 ~ 36.61%
B 253 of 549 ~ 46.08%

%17.3
%36.61
%46.08

CMYK color model

#5FC9FD color CMYK value is (62,21,0,1).

  • cyan value is 62.45%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(62,21,0,1)
C62M21Y0K1 
(62%,21%,0%,1%)
(0.62/0.21/0.00/0.01)	

CMYK percentages

%62.45
%20.55
%0
%0.78

Codes

Color #5FC9FD in popluar color models

5FC9FD
RGB95201253
HSL200°97.53%68.24%
HSB/HSV200°62.45%99.22%
CMYK62.45%20.55%0.00%
0.78%

Color #5FC9FD in popluar number systems.

HEX5FC9FD
Decimal95201253
Binary10111111100100111111101
Octal137311375

Shades and tints

Shades of #5FC9FD

#5FC9FD
(95,201,253)
#57B7E6
(87,183,230)
#4FA5CF
(79,165,207)
#4793B8
(71,147,184)
#3F81A1
(63,129,161)
#376F8A
(55,111,138)
#2F5D73
(47,93,115)
#274B5C
(39,75,92)
#1F3945
(31,57,69)
#17272E
(23,39,46)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #5FC9FD

#5FC9FD
(95,201,253)
#6DCDFD
(109,205,253)
#7BD1FD
(123,209,253)
#89D5FD
(137,213,253)
#97D9FD
(151,217,253)
#A5DDFD
(165,221,253)
#B3E1FD
(179,225,253)
#C1E5FD
(193,229,253)
#CFE9FD
(207,233,253)
#DDEDFD
(221,237,253)
#EBF1FD
(235,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC9FD color. Also use rgb(95,201,253) instead hex code.

Text Font Color

.myTextColor { color: #5FC9FD; }

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

This text font color is #5FC9FD.


Background Color

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

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

This div background color is #5FC9FD.


Border color

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

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

This div border color is #5FC9FD.


Opacity

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

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

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

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

This text has shadow with #5FC9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC9FD on black background.


Color preview on white background

This text has color #5FC9FD on white background.



Black color preview on #5FC9FD background

This text has black color on #5FC9FD background.


White color preview on #5FC9FD background

This text has white color on #5FC9FD background.