COLOR #5FACE9

HEX: #5FACE9
RGB: (95,172,233)

Color info

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

RGB color model

#5FACE9 color RGB value is (95,172,233).

  • red value is 95;
  • green value is 172;
  • blue value is 233.
RGB:
(95,172,233)
(37%,67%,91%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 233 of 255 = 91%

95
172
233

R + G + B ~ 65%. #5FACE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 172 + 233 = 500 (100%)
R 95 of 500 ~ 19%
G 172 of 500 ~ 34.4%
B 233 of 500 ~ 46.6%

%19
%34.4
%46.6

CMYK color model

#5FACE9 color CMYK value is (59,26,0,9).

  • cyan value is 59.23%
  • magenta value is 26.18%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(59,26,0,9)
C59M26Y0K9 
(59%,26%,0%,9%)
(0.59/0.26/0.00/0.09)	

CMYK percentages

%59.23
%26.18
%0
%8.63

Codes

Color #5FACE9 in popluar color models

5FACE9
RGB95172233
HSL207°75.82%64.31%
HSB/HSV207°59.23%91.37%
CMYK59.23%26.18%0.00%
8.63%

Color #5FACE9 in popluar number systems.

HEX5FACE9
Decimal95172233
Binary10111111010110011101001
Octal137254351

Shades and tints

Shades of #5FACE9

#5FACE9
(95,172,233)
#579DD4
(87,157,212)
#4F8EBF
(79,142,191)
#477FAA
(71,127,170)
#3F7095
(63,112,149)
#376180
(55,97,128)
#2F526B
(47,82,107)
#274356
(39,67,86)
#1F3441
(31,52,65)
#17252C
(23,37,44)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #5FACE9

#5FACE9
(95,172,233)
#6DB3EB
(109,179,235)
#7BBAED
(123,186,237)
#89C1EF
(137,193,239)
#97C8F1
(151,200,241)
#A5CFF3
(165,207,243)
#B3D6F5
(179,214,245)
#C1DDF7
(193,221,247)
#CFE4F9
(207,228,249)
#DDEBFB
(221,235,251)
#EBF2FD
(235,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FACE9 color. Also use rgb(95,172,233) instead hex code.

Text Font Color

.myTextColor { color: #5FACE9; }

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

This text font color is #5FACE9.


Background Color

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

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

This div background color is #5FACE9.


Border color

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

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

This div border color is #5FACE9.


Opacity

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

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

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

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

This text has shadow with #5FACE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FACE9 on black background.


Color preview on white background

This text has color #5FACE9 on white background.



Black color preview on #5FACE9 background

This text has black color on #5FACE9 background.


White color preview on #5FACE9 background

This text has white color on #5FACE9 background.