COLOR #59A9CF

HEX: #59A9CF
RGB: (89,169,207)

Color info

#59A9CF contains mainly green and blue colors. Web safe color of #59A9CF is #6699CC (or #69C).

RGB color model

#59A9CF color RGB value is (89,169,207).

  • red value is 89;
  • green value is 169;
  • blue value is 207.
RGB:
(89,169,207)
(35%,66%,81%)

RGB channels and saturation

R 89 of 255 = 35%
G 169 of 255 = 66%
B 207 of 255 = 81%

89
169
207

R + G + B ~ 61%. #59A9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 169 + 207 = 465 (100%)
R 89 of 465 ~ 19.14%
G 169 of 465 ~ 36.34%
B 207 of 465 ~ 44.52%

%19.14
%36.34
%44.52

CMYK color model

#59A9CF color CMYK value is (57,18,0,19).

  • cyan value is 57.00%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(57,18,0,19)
C57M18Y0K19 
(57%,18%,0%,19%)
(0.57/0.18/0.00/0.19)	

CMYK percentages

%57
%18.36
%0
%18.82

Codes

Color #59A9CF in popluar color models

59A9CF
RGB89169207
HSL199°55.14%58.04%
HSB/HSV199°57.00%81.18%
CMYK57.00%18.36%0.00%
18.82%

Color #59A9CF in popluar number systems.

HEX59A9CF
Decimal89169207
Binary10110011010100111001111
Octal131251317

Shades and tints

Shades of #59A9CF

#59A9CF
(89,169,207)
#519ABD
(81,154,189)
#498BAB
(73,139,171)
#417C99
(65,124,153)
#396D87
(57,109,135)
#315E75
(49,94,117)
#294F63
(41,79,99)
#214051
(33,64,81)
#19313F
(25,49,63)
#11222D
(17,34,45)
#09131B
(9,19,27)
#000000
(0,0,0)

Tints of #59A9CF

#59A9CF
(89,169,207)
#68B0D3
(104,176,211)
#77B7D7
(119,183,215)
#86BEDB
(134,190,219)
#95C5DF
(149,197,223)
#A4CCE3
(164,204,227)
#B3D3E7
(179,211,231)
#C2DAEB
(194,218,235)
#D1E1EF
(209,225,239)
#E0E8F3
(224,232,243)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A9CF color. Also use rgb(89,169,207) instead hex code.

Text Font Color

.myTextColor { color: #59A9CF; }

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

This text font color is #59A9CF.


Background Color

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

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

This div background color is #59A9CF.


Border color

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

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

This div border color is #59A9CF.


Opacity

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

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

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

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

This text has shadow with #59A9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A9CF on black background.


Color preview on white background

This text has color #59A9CF on white background.



Black color preview on #59A9CF background

This text has black color on #59A9CF background.


White color preview on #59A9CF background

This text has white color on #59A9CF background.