COLOR #5FBCC2

HEX: #5FBCC2 RGB: (95,188,194)

Color info

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

RGB color model

#5FBCC2 color RGB value is (95,188,194).

RGB: (95,188,194) (37%, 74%, 76%)

RGB channels and saturation

R 95 of 255 = 37%
G 188 of 255 = 74%
B 194 of 255 = 76%

95
188
194

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

Portions of RGB colors in percentages

R + G + B = 95 + 188 + 194 = 477 (100%)
R 95 of 477 ~ 19.92%
G 188 of 477 ~ 39.41%
B 194 of 477 ~ 40.67'%

%19.92
%39.41
%40.67

CMYK color model

#5FBCC2 color CMYK value is (51,3,0,24).

  • cyan value is 51.03%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (51,3,0,24)
C51M3Y0K24 (51%, 3%, 0%, 24%)
(0.51 / 0.03 / 0.00 / 0.24)

CMYK percentages

%51.03
%3.09
%0
%23.92

Codes

Color #5FBCC2 in popluar color models

5F BC C2
RGB 95 188 194
HSL 184° 44.80% 56.67%
HSB/HSV 184° 51.03% 76.08%
CMYK 51.03% 3.09% 0.00%
23.92%

Color #5FBCC2 in popluar number systems.

HEX 5F BC C2
Decimal 95 188 194
Binary 1011111 10111100 11000010
Octal 137 274 302

Shades and tints

Shades of #5FBCC2

#5FBCC2
(95,188,194)
#57ABB1
(87,171,177)
#4F9AA0
(79,154,160)
#47898F
(71,137,143)
#3F787E
(63,120,126)
#37676D
(55,103,109)
#2F565C
(47,86,92)
#27454B
(39,69,75)
#1F343A
(31,52,58)
#172329
(23,35,41)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #5FBCC2

#5FBCC2
(95,188,194)
#6DC2C7
(109,194,199)
#7BC8CC
(123,200,204)
#89CED1
(137,206,209)
#97D4D6
(151,212,214)
#A5DADB
(165,218,219)
#B3E0E0
(179,224,224)
#C1E6E5
(193,230,229)
#CFECEA
(207,236,234)
#DDF2EF
(221,242,239)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FBCC2 color. Also use rgb(95,188,194) instead hex code.

Text Font Color

.myTextColor { color: #5FBCC2; }

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

This text font color is #5FBCC2.

Background Color

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

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

This div background color is #5FBCC2.

Border color

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

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

This div border color is #5FBCC2.

Opacity

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

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

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

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

This text has shadow with #5FBCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FBCC2.

Preview

Color preview on black background

This text has color #5FBCC2 on black background.


Color preview on white background

This text has color #5FBCC2 on white background.


Black color preview on #5FBCC2 background

This text has black color on #5FBCC2 background.


White color preview on #5FBCC2 background

This text has white color on #5FBCC2 background.


Related colors

Complementary color

Complementary color for #hex is #A0433D.


I love getcolorcode.com

Triadic colors

1 #C25FBC and #BCC25F with #5FBCC2 are triadic colors.

2 #C2BC5F and #BC5FC2 with #5FBCC2 are triadic colors.