COLOR #59AFC2

HEX: #59AFC2
RGB: (89,175,194)

Color info

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

RGB color model

#59AFC2 color RGB value is (89,175,194).

  • red value is 89;
  • green value is 175;
  • blue value is 194.
RGB:
(89,175,194)
(35%,69%,76%)

RGB channels and saturation

R 89 of 255 = 35%
G 175 of 255 = 69%
B 194 of 255 = 76%

89
175
194

R + G + B ~ 60%. #59AFC2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 175 + 194 = 458 (100%)
R 89 of 458 ~ 19.43%
G 175 of 458 ~ 38.21%
B 194 of 458 ~ 42.36%

%19.43
%38.21
%42.36

CMYK color model

#59AFC2 color CMYK value is (54,10,0,24).

  • cyan value is 54.12%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(54,10,0,24)
C54M10Y0K24 
(54%,10%,0%,24%)
(0.54/0.10/0.00/0.24)	

CMYK percentages

%54.12
%9.79
%0
%23.92

Codes

Color #59AFC2 in popluar color models

59AFC2
RGB89175194
HSL191°46.26%55.49%
HSB/HSV191°54.12%76.08%
CMYK54.12%9.79%0.00%
23.92%

Color #59AFC2 in popluar number systems.

HEX59AFC2
Decimal89175194
Binary10110011010111111000010
Octal131257302

Shades and tints

Shades of #59AFC2

#59AFC2
(89,175,194)
#51A0B1
(81,160,177)
#4991A0
(73,145,160)
#41828F
(65,130,143)
#39737E
(57,115,126)
#31646D
(49,100,109)
#29555C
(41,85,92)
#21464B
(33,70,75)
#19373A
(25,55,58)
#112829
(17,40,41)
#091918
(9,25,24)
#000000
(0,0,0)

Tints of #59AFC2

#59AFC2
(89,175,194)
#68B6C7
(104,182,199)
#77BDCC
(119,189,204)
#86C4D1
(134,196,209)
#95CBD6
(149,203,214)
#A4D2DB
(164,210,219)
#B3D9E0
(179,217,224)
#C2E0E5
(194,224,229)
#D1E7EA
(209,231,234)
#E0EEEF
(224,238,239)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AFC2 color. Also use rgb(89,175,194) instead hex code.

Text Font Color

.myTextColor { color: #59AFC2; }

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

This text font color is #59AFC2.


Background Color

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

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

This div background color is #59AFC2.


Border color

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

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

This div border color is #59AFC2.


Opacity

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

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

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

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

This text has shadow with #59AFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AFC2 on black background.


Color preview on white background

This text has color #59AFC2 on white background.



Black color preview on #59AFC2 background

This text has black color on #59AFC2 background.


White color preview on #59AFC2 background

This text has white color on #59AFC2 background.