COLOR #59D3EB

HEX: #59D3EB
RGB: (89,211,235)

Renk bilgisi

#59D3EB contains mainly green and blue colors. #59D3EB ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#59D3EB color RGB value is (89,211,235).

  • kırmız ton 89;
  • yeşil ton 211;
  • mavi ton 235.
RGB:
(89,211,235)
(35%,83%,92%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 211 of 255 = 83%
B 235 of 255 = 92%

89
211
235

R + G + B ~ 70%. #59D3EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 211 + 235 = 535 (100%)
R 89 of 535 ~ 16.64%
G 211 of 535 ~ 39.44%
B 235 of 535 ~ 43.93%

%16.64
%39.44
%43.93

CMYK RENK MODELİ

#59D3EB rengi CMYK tonu (62,10,0,8).

  • camgöbeği tonu 62.13%
  • eflatun tonu 10.21%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(62,10,0,8)
C62M10Y0K8 
(62%,10%,0%,8%)
(0.62/0.10/0.00/0.08)	

CMYK yüzdeleri

%62.13
%10.21
%0
%7.84

Codes

Color #59D3EB in popluar color models

59D3EB
RGB89211235
HSL190°78.49%63.53%
HSB/HSV190°62.13%92.16%
CMYK62.13%10.21%0.00%
7.84%

Color #59D3EB in popluar number systems.

HEX59D3EB
Decimal89211235
Binary10110011101001111101011
Octal131323353

Shades and tints

Shades of #59D3EB

#59D3EB
(89,211,235)
#51C0D6
(81,192,214)
#49ADC1
(73,173,193)
#419AAC
(65,154,172)
#398797
(57,135,151)
#317482
(49,116,130)
#29616D
(41,97,109)
#214E58
(33,78,88)
#193B43
(25,59,67)
#11282E
(17,40,46)
#091519
(9,21,25)
#000000
(0,0,0)

Tints of #59D3EB

#59D3EB
(89,211,235)
#68D7EC
(104,215,236)
#77DBED
(119,219,237)
#86DFEE
(134,223,238)
#95E3EF
(149,227,239)
#A4E7F0
(164,231,240)
#B3EBF1
(179,235,241)
#C2EFF2
(194,239,242)
#D1F3F3
(209,243,243)
#E0F7F4
(224,247,244)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D3EB color. Also use rgb(89,211,235) instead hex code.

Text Font Color

.myTextColor { color: #59D3EB; }

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

This text font color is #59D3EB.


Background Color

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

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

This div background color is #59D3EB.


Border color

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

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

This div border color is #59D3EB.


Opacity

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

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

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

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

This text has shadow with #59D3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59D3EB on black background.


Color preview on white background

This text has color #59D3EB on white background.



Black color preview on #59D3EB background

This text has black color on #59D3EB background.


White color preview on #59D3EB background

This text has white color on #59D3EB background.