COLOR #59A2DA

HEX: #59A2DA
RGB: (89,162,218)

Color info

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

RGB color model

#59A2DA color RGB value is (89,162,218).

  • red value is 89;
  • green value is 162;
  • blue value is 218.
RGB:
(89,162,218)
(35%,64%,85%)

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 218 of 255 = 85%

89
162
218

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

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 218 = 469 (100%)
R 89 of 469 ~ 18.98%
G 162 of 469 ~ 34.54%
B 218 of 469 ~ 46.48%

%18.98
%34.54
%46.48

CMYK color model

#59A2DA color CMYK value is (59,26,0,15).

  • cyan value is 59.17%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(59,26,0,15)
C59M26Y0K15 
(59%,26%,0%,15%)
(0.59/0.26/0.00/0.15)	

CMYK percentages

%59.17
%25.69
%0
%14.51

Codes

Color #59A2DA in popluar color models

59A2DA
RGB89162218
HSL206°63.55%60.20%
HSB/HSV206°59.17%85.49%
CMYK59.17%25.69%0.00%
14.51%

Color #59A2DA in popluar number systems.

HEX59A2DA
Decimal89162218
Binary10110011010001011011010
Octal131242332

Shades and tints

Shades of #59A2DA

#59A2DA
(89,162,218)
#5194C7
(81,148,199)
#4986B4
(73,134,180)
#4178A1
(65,120,161)
#396A8E
(57,106,142)
#315C7B
(49,92,123)
#294E68
(41,78,104)
#214055
(33,64,85)
#193242
(25,50,66)
#11242F
(17,36,47)
#09161C
(9,22,28)
#000000
(0,0,0)

Tints of #59A2DA

#59A2DA
(89,162,218)
#68AADD
(104,170,221)
#77B2E0
(119,178,224)
#86BAE3
(134,186,227)
#95C2E6
(149,194,230)
#A4CAE9
(164,202,233)
#B3D2EC
(179,210,236)
#C2DAEF
(194,218,239)
#D1E2F2
(209,226,242)
#E0EAF5
(224,234,245)
#EFF2F8
(239,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A2DA color. Also use rgb(89,162,218) instead hex code.

Text Font Color

.myTextColor { color: #59A2DA; }

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

This text font color is #59A2DA.


Background Color

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

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

This div background color is #59A2DA.


Border color

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

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

This div border color is #59A2DA.


Opacity

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

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

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

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

This text has shadow with #59A2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A2DA on black background.


Color preview on white background

This text has color #59A2DA on white background.



Black color preview on #59A2DA background

This text has black color on #59A2DA background.


White color preview on #59A2DA background

This text has white color on #59A2DA background.