COLOR #59BCEC

HEX: #59BCEC
RGB: (89,188,236)

Renk bilgisi

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

RGB renk modeli

#59BCEC color RGB value is (89,188,236).

  • kırmız ton 89;
  • yeşil ton 188;
  • mavi ton 236.
RGB:
(89,188,236)
(35%,74%,93%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 188 of 255 = 74%
B 236 of 255 = 93%

89
188
236

R + G + B ~ 67%. #59BCEC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 188 + 236 = 513 (100%)
R 89 of 513 ~ 17.35%
G 188 of 513 ~ 36.65%
B 236 of 513 ~ 46%

%17.35
%36.65
%46

CMYK RENK MODELİ

#59BCEC rengi CMYK tonu (62,20,0,7).

  • camgöbeği tonu 62.29%
  • eflatun tonu 20.34%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(62,20,0,7)
C62M20Y0K7 
(62%,20%,0%,7%)
(0.62/0.20/0.00/0.07)	

CMYK yüzdeleri

%62.29
%20.34
%0
%7.45

Codes

Color #59BCEC in popluar color models

59BCEC
RGB89188236
HSL200°79.46%63.73%
HSB/HSV200°62.29%92.55%
CMYK62.29%20.34%0.00%
7.45%

Color #59BCEC in popluar number systems.

HEX59BCEC
Decimal89188236
Binary10110011011110011101100
Octal131274354

Shades and tints

Shades of #59BCEC

#59BCEC
(89,188,236)
#51ABD7
(81,171,215)
#499AC2
(73,154,194)
#4189AD
(65,137,173)
#397898
(57,120,152)
#316783
(49,103,131)
#29566E
(41,86,110)
#214559
(33,69,89)
#193444
(25,52,68)
#11232F
(17,35,47)
#09121A
(9,18,26)
#000000
(0,0,0)

Tints of #59BCEC

#59BCEC
(89,188,236)
#68C2ED
(104,194,237)
#77C8EE
(119,200,238)
#86CEEF
(134,206,239)
#95D4F0
(149,212,240)
#A4DAF1
(164,218,241)
#B3E0F2
(179,224,242)
#C2E6F3
(194,230,243)
#D1ECF4
(209,236,244)
#E0F2F5
(224,242,245)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59BCEC color. Also use rgb(89,188,236) instead hex code.

Text Font Color

.myTextColor { color: #59BCEC; }

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

This text font color is #59BCEC.


Background Color

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

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

This div background color is #59BCEC.


Border color

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

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

This div border color is #59BCEC.


Opacity

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

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

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

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

This text has shadow with #59BCEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59BCEC on black background.


Color preview on white background

This text has color #59BCEC on white background.



Black color preview on #59BCEC background

This text has black color on #59BCEC background.


White color preview on #59BCEC background

This text has white color on #59BCEC background.