COLOR #5FBBD7

HEX: #5FBBD7
RGB: (95,187,215)

Color info

#5FBBD7 contains mainly green and blue colors. Web safe color of #5FBBD7 is #66CCCC (or #6CC).

RGB color model

#5FBBD7 color RGB value is (95,187,215).

  • red value is 95;
  • green value is 187;
  • blue value is 215.
RGB:
(95,187,215)
(37%,73%,84%)

RGB channels and saturation

R 95 of 255 = 37%
G 187 of 255 = 73%
B 215 of 255 = 84%

95
187
215

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

Portions of RGB colors in percentages

R + G + B =
95 + 187 + 215 = 497 (100%)
R 95 of 497 ~ 19.11%
G 187 of 497 ~ 37.63%
B 215 of 497 ~ 43.26%

%19.11
%37.63
%43.26

CMYK color model

#5FBBD7 color CMYK value is (56,13,0,16).

  • cyan value is 55.81%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(56,13,0,16)
C56M13Y0K16 
(56%,13%,0%,16%)
(0.56/0.13/0.00/0.16)	

CMYK percentages

%55.81
%13.02
%0
%15.69

Codes

Color #5FBBD7 in popluar color models

5FBBD7
RGB95187215
HSL194°60.00%60.78%
HSB/HSV194°55.81%84.31%
CMYK55.81%13.02%0.00%
15.69%

Color #5FBBD7 in popluar number systems.

HEX5FBBD7
Decimal95187215
Binary10111111011101111010111
Octal137273327

Shades and tints

Shades of #5FBBD7

#5FBBD7
(95,187,215)
#57AAC4
(87,170,196)
#4F99B1
(79,153,177)
#47889E
(71,136,158)
#3F778B
(63,119,139)
#376678
(55,102,120)
#2F5565
(47,85,101)
#274452
(39,68,82)
#1F333F
(31,51,63)
#17222C
(23,34,44)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #5FBBD7

#5FBBD7
(95,187,215)
#6DC1DA
(109,193,218)
#7BC7DD
(123,199,221)
#89CDE0
(137,205,224)
#97D3E3
(151,211,227)
#A5D9E6
(165,217,230)
#B3DFE9
(179,223,233)
#C1E5EC
(193,229,236)
#CFEBEF
(207,235,239)
#DDF1F2
(221,241,242)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBBD7 color. Also use rgb(95,187,215) instead hex code.

Text Font Color

.myTextColor { color: #5FBBD7; }

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

This text font color is #5FBBD7.


Background Color

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

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

This div background color is #5FBBD7.


Border color

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

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

This div border color is #5FBBD7.


Opacity

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

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

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

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

This text has shadow with #5FBBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FBBD7 on black background.


Color preview on white background

This text has color #5FBBD7 on white background.



Black color preview on #5FBBD7 background

This text has black color on #5FBBD7 background.


White color preview on #5FBBD7 background

This text has white color on #5FBBD7 background.