COLOR #5FADD2

HEX: #5FADD2
RGB: (95,173,210)

Color info

#5FADD2 contains mainly green and blue colors. Web safe color of #5FADD2 is #6699CC (or #69C).

RGB color model

#5FADD2 color RGB value is (95,173,210).

  • red value is 95;
  • green value is 173;
  • blue value is 210.
RGB:
(95,173,210)
(37%,68%,82%)

RGB channels and saturation

R 95 of 255 = 37%
G 173 of 255 = 68%
B 210 of 255 = 82%

95
173
210

R + G + B ~ 62%. #5FADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 173 + 210 = 478 (100%)
R 95 of 478 ~ 19.87%
G 173 of 478 ~ 36.19%
B 210 of 478 ~ 43.93%

%19.87
%36.19
%43.93

CMYK color model

#5FADD2 color CMYK value is (55,18,0,18).

  • cyan value is 54.76%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(55,18,0,18)
C55M18Y0K18 
(55%,18%,0%,18%)
(0.55/0.18/0.00/0.18)	

CMYK percentages

%54.76
%17.62
%0
%17.65

Codes

Color #5FADD2 in popluar color models

5FADD2
RGB95173210
HSL199°56.10%59.80%
HSB/HSV199°54.76%82.35%
CMYK54.76%17.62%0.00%
17.65%

Color #5FADD2 in popluar number systems.

HEX5FADD2
Decimal95173210
Binary10111111010110111010010
Octal137255322

Shades and tints

Shades of #5FADD2

#5FADD2
(95,173,210)
#579EBF
(87,158,191)
#4F8FAC
(79,143,172)
#478099
(71,128,153)
#3F7186
(63,113,134)
#376273
(55,98,115)
#2F5360
(47,83,96)
#27444D
(39,68,77)
#1F353A
(31,53,58)
#172627
(23,38,39)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #5FADD2

#5FADD2
(95,173,210)
#6DB4D6
(109,180,214)
#7BBBDA
(123,187,218)
#89C2DE
(137,194,222)
#97C9E2
(151,201,226)
#A5D0E6
(165,208,230)
#B3D7EA
(179,215,234)
#C1DEEE
(193,222,238)
#CFE5F2
(207,229,242)
#DDECF6
(221,236,246)
#EBF3FA
(235,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FADD2 color. Also use rgb(95,173,210) instead hex code.

Text Font Color

.myTextColor { color: #5FADD2; }

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

This text font color is #5FADD2.


Background Color

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

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

This div background color is #5FADD2.


Border color

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

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

This div border color is #5FADD2.


Opacity

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

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

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

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

This text has shadow with #5FADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FADD2 on black background.


Color preview on white background

This text has color #5FADD2 on white background.



Black color preview on #5FADD2 background

This text has black color on #5FADD2 background.


White color preview on #5FADD2 background

This text has white color on #5FADD2 background.