COLOR #59B5D1

HEX: #59B5D1
RGB: (89,181,209)

Color info

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

RGB color model

#59B5D1 color RGB value is (89,181,209).

  • red value is 89;
  • green value is 181;
  • blue value is 209.
RGB:
(89,181,209)
(35%,71%,82%)

RGB channels and saturation

R 89 of 255 = 35%
G 181 of 255 = 71%
B 209 of 255 = 82%

89
181
209

R + G + B ~ 63%. #59B5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 181 + 209 = 479 (100%)
R 89 of 479 ~ 18.58%
G 181 of 479 ~ 37.79%
B 209 of 479 ~ 43.63%

%18.58
%37.79
%43.63

CMYK color model

#59B5D1 color CMYK value is (57,13,0,18).

  • cyan value is 57.42%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(57,13,0,18)
C57M13Y0K18 
(57%,13%,0%,18%)
(0.57/0.13/0.00/0.18)	

CMYK percentages

%57.42
%13.4
%0
%18.04

Codes

Color #59B5D1 in popluar color models

59B5D1
RGB89181209
HSL194°56.60%58.43%
HSB/HSV194°57.42%81.96%
CMYK57.42%13.40%0.00%
18.04%

Color #59B5D1 in popluar number systems.

HEX59B5D1
Decimal89181209
Binary10110011011010111010001
Octal131265321

Shades and tints

Shades of #59B5D1

#59B5D1
(89,181,209)
#51A5BE
(81,165,190)
#4995AB
(73,149,171)
#418598
(65,133,152)
#397585
(57,117,133)
#316572
(49,101,114)
#29555F
(41,85,95)
#21454C
(33,69,76)
#193539
(25,53,57)
#112526
(17,37,38)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #59B5D1

#59B5D1
(89,181,209)
#68BBD5
(104,187,213)
#77C1D9
(119,193,217)
#86C7DD
(134,199,221)
#95CDE1
(149,205,225)
#A4D3E5
(164,211,229)
#B3D9E9
(179,217,233)
#C2DFED
(194,223,237)
#D1E5F1
(209,229,241)
#E0EBF5
(224,235,245)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B5D1 color. Also use rgb(89,181,209) instead hex code.

Text Font Color

.myTextColor { color: #59B5D1; }

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

This text font color is #59B5D1.


Background Color

.myBgColor { background-color: #59B5D1; }

<div style="background-color:#59B5D1">Inner text</div>

This div background color is #59B5D1.


Border color

.myBorderColor { border: 1px solid #59B5D1; }

<div style="border:3px solid #59B5D1">Div</div>

This div border color is #59B5D1.


Opacity

.myOpacity80 { color: #59B5D1; opacity: 0.8; }

<p style="color:#59B5D1;opacity:0.8;">80%</p>

Text with #59B5D1 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 #59B5D1;}

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

This text has shadow with #59B5D1 color.

.textShadow {text-shadow: 3px 3px 1px #59B5D1, 3px 3px 1px red;}

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

This text has shadow with #59B5D1 primary color and red secondary color.


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

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

This text has shadow with #59B5D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B5D1 on black background.


Color preview on white background

This text has color #59B5D1 on white background.



Black color preview on #59B5D1 background

This text has black color on #59B5D1 background.


White color preview on #59B5D1 background

This text has white color on #59B5D1 background.