COLOR #5FD4F5

HEX: #5FD4F5
RGB: (95,212,245)

Color info

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

RGB color model

#5FD4F5 color RGB value is (95,212,245).

  • red value is 95;
  • green value is 212;
  • blue value is 245.
RGB:
(95,212,245)
(37%,83%,96%)

RGB channels and saturation

R 95 of 255 = 37%
G 212 of 255 = 83%
B 245 of 255 = 96%

95
212
245

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

Portions of RGB colors in percentages

R + G + B =
95 + 212 + 245 = 552 (100%)
R 95 of 552 ~ 17.21%
G 212 of 552 ~ 38.41%
B 245 of 552 ~ 44.38%

%17.21
%38.41
%44.38

CMYK color model

#5FD4F5 color CMYK value is (61,13,0,4).

  • cyan value is 61.22%
  • magenta value is 13.47%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(61,13,0,4)
C61M13Y0K4 
(61%,13%,0%,4%)
(0.61/0.13/0.00/0.04)	

CMYK percentages

%61.22
%13.47
%0
%3.92

Codes

Color #5FD4F5 in popluar color models

5FD4F5
RGB95212245
HSL193°88.24%66.67%
HSB/HSV193°61.22%96.08%
CMYK61.22%13.47%0.00%
3.92%

Color #5FD4F5 in popluar number systems.

HEX5FD4F5
Decimal95212245
Binary10111111101010011110101
Octal137324365

Shades and tints

Shades of #5FD4F5

#5FD4F5
(95,212,245)
#57C1DF
(87,193,223)
#4FAEC9
(79,174,201)
#479BB3
(71,155,179)
#3F889D
(63,136,157)
#377587
(55,117,135)
#2F6271
(47,98,113)
#274F5B
(39,79,91)
#1F3C45
(31,60,69)
#17292F
(23,41,47)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #5FD4F5

#5FD4F5
(95,212,245)
#6DD7F5
(109,215,245)
#7BDAF5
(123,218,245)
#89DDF5
(137,221,245)
#97E0F5
(151,224,245)
#A5E3F5
(165,227,245)
#B3E6F5
(179,230,245)
#C1E9F5
(193,233,245)
#CFECF5
(207,236,245)
#DDEFF5
(221,239,245)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD4F5 color. Also use rgb(95,212,245) instead hex code.

Text Font Color

.myTextColor { color: #5FD4F5; }

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

This text font color is #5FD4F5.


Background Color

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

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

This div background color is #5FD4F5.


Border color

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

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

This div border color is #5FD4F5.


Opacity

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

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

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

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

This text has shadow with #5FD4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FD4F5 on black background.


Color preview on white background

This text has color #5FD4F5 on white background.



Black color preview on #5FD4F5 background

This text has black color on #5FD4F5 background.


White color preview on #5FD4F5 background

This text has white color on #5FD4F5 background.