COLOR #59ADDA

HEX: #59ADDA RGB: (89,173,218)

Color info

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

RGB color model

#59ADDA color RGB value is (89,173,218).

RGB: (89,173,218) (35%, 68%, 85%)

RGB channels and saturation

R 89 of 255 = 35%
G 173 of 255 = 68%
B 218 of 255 = 85%

89
173
218

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

Portions of RGB colors in percentages

R + G + B = 89 + 173 + 218 = 480 (100%)
R 89 of 480 ~ 18.54%
G 173 of 480 ~ 36.04%
B 218 of 480 ~ 45.42'%

%18.54
%36.04
%45.42

CMYK color model

#59ADDA color CMYK value is (59,21,0,15).

  • cyan value is 59.17%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (59,21,0,15)
C59M21Y0K15 (59%, 21%, 0%, 15%)
(0.59 / 0.21 / 0.00 / 0.15)

CMYK percentages

%59.17
%20.64
%0
%14.51

Codes

Color #59ADDA in popluar color models

59 AD DA
RGB 89 173 218
HSL 201° 63.55% 60.20%
HSB/HSV 201° 59.17% 85.49%
CMYK 59.17% 20.64% 0.00%
14.51%

Color #59ADDA in popluar number systems.

HEX 59 AD DA
Decimal 89 173 218
Binary 1011001 10101101 11011010
Octal 131 255 332

Shades and tints

Shades of #59ADDA

#59ADDA
(89,173,218)
#519EC7
(81,158,199)
#498FB4
(73,143,180)
#4180A1
(65,128,161)
#39718E
(57,113,142)
#31627B
(49,98,123)
#295368
(41,83,104)
#214455
(33,68,85)
#193542
(25,53,66)
#11262F
(17,38,47)
#09171C
(9,23,28)
#000000
(0,0,0)

Tints of #59ADDA

#59ADDA
(89,173,218)
#68B4DD
(104,180,221)
#77BBE0
(119,187,224)
#86C2E3
(134,194,227)
#95C9E6
(149,201,230)
#A4D0E9
(164,208,233)
#B3D7EC
(179,215,236)
#C2DEEF
(194,222,239)
#D1E5F2
(209,229,242)
#E0ECF5
(224,236,245)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59ADDA; }

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

This text font color is #59ADDA.

Background Color

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

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

This div background color is #59ADDA.

Border color

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

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

This div border color is #59ADDA.

Opacity

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

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

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

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

This text has shadow with #59ADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59ADDA.

Preview

Color preview on black background

This text has color #59ADDA on black background.


Color preview on white background

This text has color #59ADDA on white background.


Black color preview on #59ADDA background

This text has black color on #59ADDA background.


White color preview on #59ADDA background

This text has white color on #59ADDA background.


Related colors

Complementary color

Complementary color for #hex is #A65225.


I love getcolorcode.com

Triadic colors

1 #DA59AD and #ADDA59 with #59ADDA are triadic colors.

2 #DAAD59 and #AD59DA with #59ADDA are triadic colors.