COLOR #5FD5F9

HEX: #5FD5F9
RGB: (95,213,249)

Color info

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

RGB color model

#5FD5F9 color RGB value is (95,213,249).

  • red value is 95;
  • green value is 213;
  • blue value is 249.
RGB:
(95,213,249)
(37%,84%,98%)

RGB channels and saturation

R 95 of 255 = 37%
G 213 of 255 = 84%
B 249 of 255 = 98%

95
213
249

R + G + B ~ 73%. #5FD5F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 213 + 249 = 557 (100%)
R 95 of 557 ~ 17.06%
G 213 of 557 ~ 38.24%
B 249 of 557 ~ 44.7%

%17.06
%38.24
%44.7

CMYK color model

#5FD5F9 color CMYK value is (62,14,0,2).

  • cyan value is 61.85%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(62,14,0,2)
C62M14Y0K2 
(62%,14%,0%,2%)
(0.62/0.14/0.00/0.02)	

CMYK percentages

%61.85
%14.46
%0
%2.35

Codes

Color #5FD5F9 in popluar color models

5FD5F9
RGB95213249
HSL194°92.77%67.45%
HSB/HSV194°61.85%97.65%
CMYK61.85%14.46%0.00%
2.35%

Color #5FD5F9 in popluar number systems.

HEX5FD5F9
Decimal95213249
Binary10111111101010111111001
Octal137325371

Shades and tints

Shades of #5FD5F9

#5FD5F9
(95,213,249)
#57C2E3
(87,194,227)
#4FAFCD
(79,175,205)
#479CB7
(71,156,183)
#3F89A1
(63,137,161)
#37768B
(55,118,139)
#2F6375
(47,99,117)
#27505F
(39,80,95)
#1F3D49
(31,61,73)
#172A33
(23,42,51)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #5FD5F9

#5FD5F9
(95,213,249)
#6DD8F9
(109,216,249)
#7BDBF9
(123,219,249)
#89DEF9
(137,222,249)
#97E1F9
(151,225,249)
#A5E4F9
(165,228,249)
#B3E7F9
(179,231,249)
#C1EAF9
(193,234,249)
#CFEDF9
(207,237,249)
#DDF0F9
(221,240,249)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD5F9 color. Also use rgb(95,213,249) instead hex code.

Text Font Color

.myTextColor { color: #5FD5F9; }

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

This text font color is #5FD5F9.


Background Color

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

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

This div background color is #5FD5F9.


Border color

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

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

This div border color is #5FD5F9.


Opacity

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

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

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

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

This text has shadow with #5FD5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD5F9 on black background.


Color preview on white background

This text has color #5FD5F9 on white background.



Black color preview on #5FD5F9 background

This text has black color on #5FD5F9 background.


White color preview on #5FD5F9 background

This text has white color on #5FD5F9 background.