COLOR #5FB1EB

HEX: #5FB1EB
RGB: (95,177,235)

Color info

#5FB1EB contains mainly green and blue colors. Web safe color of #5FB1EB is #6699FF (or #69F).

RGB color model

#5FB1EB color RGB value is (95,177,235).

  • red value is 95;
  • green value is 177;
  • blue value is 235.
RGB:
(95,177,235)
(37%,69%,92%)

RGB channels and saturation

R 95 of 255 = 37%
G 177 of 255 = 69%
B 235 of 255 = 92%

95
177
235

R + G + B ~ 66%. #5FB1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 177 + 235 = 507 (100%)
R 95 of 507 ~ 18.74%
G 177 of 507 ~ 34.91%
B 235 of 507 ~ 46.35%

%18.74
%34.91
%46.35

CMYK color model

#5FB1EB color CMYK value is (60,25,0,8).

  • cyan value is 59.57%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(60,25,0,8)
C60M25Y0K8 
(60%,25%,0%,8%)
(0.60/0.25/0.00/0.08)	

CMYK percentages

%59.57
%24.68
%0
%7.84

Codes

Color #5FB1EB in popluar color models

5FB1EB
RGB95177235
HSL205°77.78%64.71%
HSB/HSV205°59.57%92.16%
CMYK59.57%24.68%0.00%
7.84%

Color #5FB1EB in popluar number systems.

HEX5FB1EB
Decimal95177235
Binary10111111011000111101011
Octal137261353

Shades and tints

Shades of #5FB1EB

#5FB1EB
(95,177,235)
#57A1D6
(87,161,214)
#4F91C1
(79,145,193)
#4781AC
(71,129,172)
#3F7197
(63,113,151)
#376182
(55,97,130)
#2F516D
(47,81,109)
#274158
(39,65,88)
#1F3143
(31,49,67)
#17212E
(23,33,46)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #5FB1EB

#5FB1EB
(95,177,235)
#6DB8EC
(109,184,236)
#7BBFED
(123,191,237)
#89C6EE
(137,198,238)
#97CDEF
(151,205,239)
#A5D4F0
(165,212,240)
#B3DBF1
(179,219,241)
#C1E2F2
(193,226,242)
#CFE9F3
(207,233,243)
#DDF0F4
(221,240,244)
#EBF7F5
(235,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB1EB color. Also use rgb(95,177,235) instead hex code.

Text Font Color

.myTextColor { color: #5FB1EB; }

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

This text font color is #5FB1EB.


Background Color

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

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

This div background color is #5FB1EB.


Border color

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

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

This div border color is #5FB1EB.


Opacity

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

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

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

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

This text has shadow with #5FB1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB1EB on black background.


Color preview on white background

This text has color #5FB1EB on white background.



Black color preview on #5FB1EB background

This text has black color on #5FB1EB background.


White color preview on #5FB1EB background

This text has white color on #5FB1EB background.