COLOR #59B6DE

HEX: #59B6DE
RGB: (89,182,222)

Renk bilgisi

#59B6DE contains mainly green and blue colors. #59B6DE ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#59B6DE color RGB value is (89,182,222).

  • kırmız ton 89;
  • yeşil ton 182;
  • mavi ton 222.
RGB:
(89,182,222)
(35%,71%,87%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 182 of 255 = 71%
B 222 of 255 = 87%

89
182
222

R + G + B ~ 64%. #59B6DE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 182 + 222 = 493 (100%)
R 89 of 493 ~ 18.05%
G 182 of 493 ~ 36.92%
B 222 of 493 ~ 45.03%

%18.05
%36.92
%45.03

CMYK RENK MODELİ

#59B6DE rengi CMYK tonu (60,18,0,13).

  • camgöbeği tonu 59.91%
  • eflatun tonu 18.02%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(60,18,0,13)
C60M18Y0K13 
(60%,18%,0%,13%)
(0.60/0.18/0.00/0.13)	

CMYK yüzdeleri

%59.91
%18.02
%0
%12.94

Codes

Color #59B6DE in popluar color models

59B6DE
RGB89182222
HSL198°66.83%60.98%
HSB/HSV198°59.91%87.06%
CMYK59.91%18.02%0.00%
12.94%

Color #59B6DE in popluar number systems.

HEX59B6DE
Decimal89182222
Binary10110011011011011011110
Octal131266336

Shades and tints

Shades of #59B6DE

#59B6DE
(89,182,222)
#51A6CA
(81,166,202)
#4996B6
(73,150,182)
#4186A2
(65,134,162)
#39768E
(57,118,142)
#31667A
(49,102,122)
#295666
(41,86,102)
#214652
(33,70,82)
#19363E
(25,54,62)
#11262A
(17,38,42)
#091616
(9,22,22)
#000000
(0,0,0)

Tints of #59B6DE

#59B6DE
(89,182,222)
#68BCE1
(104,188,225)
#77C2E4
(119,194,228)
#86C8E7
(134,200,231)
#95CEEA
(149,206,234)
#A4D4ED
(164,212,237)
#B3DAF0
(179,218,240)
#C2E0F3
(194,224,243)
#D1E6F6
(209,230,246)
#E0ECF9
(224,236,249)
#EFF2FC
(239,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B6DE color. Also use rgb(89,182,222) instead hex code.

Text Font Color

.myTextColor { color: #59B6DE; }

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

This text font color is #59B6DE.


Background Color

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

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

This div background color is #59B6DE.


Border color

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

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

This div border color is #59B6DE.


Opacity

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

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

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

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

This text has shadow with #59B6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B6DE on black background.


Color preview on white background

This text has color #59B6DE on white background.



Black color preview on #59B6DE background

This text has black color on #59B6DE background.


White color preview on #59B6DE background

This text has white color on #59B6DE background.