COLOR #59A9EF

HEX: #59A9EF
RGB: (89,169,239)

Renk bilgisi

#59A9EF contains mainly blue color. #59A9EF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#59A9EF color RGB value is (89,169,239).

  • kırmız ton 89;
  • yeşil ton 169;
  • mavi ton 239.
RGB:
(89,169,239)
(35%,66%,94%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 169 of 255 = 66%
B 239 of 255 = 94%

89
169
239

R + G + B ~ 65%. #59A9EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 169 + 239 = 497 (100%)
R 89 of 497 ~ 17.91%
G 169 of 497 ~ 34%
B 239 of 497 ~ 48.09%

%17.91
%34
%48.09

CMYK RENK MODELİ

#59A9EF rengi CMYK tonu (63,29,0,6).

  • camgöbeği tonu 62.76%
  • eflatun tonu 29.29%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(63,29,0,6)
C63M29Y0K6 
(63%,29%,0%,6%)
(0.63/0.29/0.00/0.06)	

CMYK yüzdeleri

%62.76
%29.29
%0
%6.27

Codes

Color #59A9EF in popluar color models

59A9EF
RGB89169239
HSL208°82.42%64.31%
HSB/HSV208°62.76%93.73%
CMYK62.76%29.29%0.00%
6.27%

Color #59A9EF in popluar number systems.

HEX59A9EF
Decimal89169239
Binary10110011010100111101111
Octal131251357

Shades and tints

Shades of #59A9EF

#59A9EF
(89,169,239)
#519ADA
(81,154,218)
#498BC5
(73,139,197)
#417CB0
(65,124,176)
#396D9B
(57,109,155)
#315E86
(49,94,134)
#294F71
(41,79,113)
#21405C
(33,64,92)
#193147
(25,49,71)
#112232
(17,34,50)
#09131D
(9,19,29)
#000000
(0,0,0)

Tints of #59A9EF

#59A9EF
(89,169,239)
#68B0F0
(104,176,240)
#77B7F1
(119,183,241)
#86BEF2
(134,190,242)
#95C5F3
(149,197,243)
#A4CCF4
(164,204,244)
#B3D3F5
(179,211,245)
#C2DAF6
(194,218,246)
#D1E1F7
(209,225,247)
#E0E8F8
(224,232,248)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A9EF; }

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

This text font color is #59A9EF.


Background Color

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

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

This div background color is #59A9EF.


Border color

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

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

This div border color is #59A9EF.


Opacity

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

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

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

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

This text has shadow with #59A9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A9EF on black background.


Color preview on white background

This text has color #59A9EF on white background.



Black color preview on #59A9EF background

This text has black color on #59A9EF background.


White color preview on #59A9EF background

This text has white color on #59A9EF background.