COLOR #5FC0DB

HEX: #5FC0DB
RGB: (95,192,219)

Color info

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

RGB color model

#5FC0DB color RGB value is (95,192,219).

  • red value is 95;
  • green value is 192;
  • blue value is 219.
RGB:
(95,192,219)
(37%,75%,86%)

RGB channels and saturation

R 95 of 255 = 37%
G 192 of 255 = 75%
B 219 of 255 = 86%

95
192
219

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

Portions of RGB colors in percentages

R + G + B =
95 + 192 + 219 = 506 (100%)
R 95 of 506 ~ 18.77%
G 192 of 506 ~ 37.94%
B 219 of 506 ~ 43.28%

%18.77
%37.94
%43.28

CMYK color model

#5FC0DB color CMYK value is (57,12,0,14).

  • cyan value is 56.62%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(57,12,0,14)
C57M12Y0K14 
(57%,12%,0%,14%)
(0.57/0.12/0.00/0.14)	

CMYK percentages

%56.62
%12.33
%0
%14.12

Codes

Color #5FC0DB in popluar color models

5FC0DB
RGB95192219
HSL193°63.27%61.57%
HSB/HSV193°56.62%85.88%
CMYK56.62%12.33%0.00%
14.12%

Color #5FC0DB in popluar number systems.

HEX5FC0DB
Decimal95192219
Binary10111111100000011011011
Octal137300333

Shades and tints

Shades of #5FC0DB

#5FC0DB
(95,192,219)
#57AFC8
(87,175,200)
#4F9EB5
(79,158,181)
#478DA2
(71,141,162)
#3F7C8F
(63,124,143)
#376B7C
(55,107,124)
#2F5A69
(47,90,105)
#274956
(39,73,86)
#1F3843
(31,56,67)
#172730
(23,39,48)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #5FC0DB

#5FC0DB
(95,192,219)
#6DC5DE
(109,197,222)
#7BCAE1
(123,202,225)
#89CFE4
(137,207,228)
#97D4E7
(151,212,231)
#A5D9EA
(165,217,234)
#B3DEED
(179,222,237)
#C1E3F0
(193,227,240)
#CFE8F3
(207,232,243)
#DDEDF6
(221,237,246)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC0DB color. Also use rgb(95,192,219) instead hex code.

Text Font Color

.myTextColor { color: #5FC0DB; }

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

This text font color is #5FC0DB.


Background Color

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

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

This div background color is #5FC0DB.


Border color

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

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

This div border color is #5FC0DB.


Opacity

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

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

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

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

This text has shadow with #5FC0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FC0DB on black background.


Color preview on white background

This text has color #5FC0DB on white background.



Black color preview on #5FC0DB background

This text has black color on #5FC0DB background.


White color preview on #5FC0DB background

This text has white color on #5FC0DB background.