COLOR #59AEC7

HEX: #59AEC7
RGB: (89,174,199)

Renk bilgisi

#59AEC7 contains mainly green and blue colors. #59AEC7 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#59AEC7 color RGB value is (89,174,199).

  • kırmız ton 89;
  • yeşil ton 174;
  • mavi ton 199.
RGB:
(89,174,199)
(35%,68%,78%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 174 of 255 = 68%
B 199 of 255 = 78%

89
174
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 174 + 199 = 462 (100%)
R 89 of 462 ~ 19.26%
G 174 of 462 ~ 37.66%
B 199 of 462 ~ 43.07%

%19.26
%37.66
%43.07

CMYK RENK MODELİ

#59AEC7 rengi CMYK tonu (55,13,0,22).

  • camgöbeği tonu 55.28%
  • eflatun tonu 12.56%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(55,13,0,22)
C55M13Y0K22 
(55%,13%,0%,22%)
(0.55/0.13/0.00/0.22)	

CMYK yüzdeleri

%55.28
%12.56
%0
%21.96

Codes

Color #59AEC7 in popluar color models

59AEC7
RGB89174199
HSL194°49.55%56.47%
HSB/HSV194°55.28%78.04%
CMYK55.28%12.56%0.00%
21.96%

Color #59AEC7 in popluar number systems.

HEX59AEC7
Decimal89174199
Binary10110011010111011000111
Octal131256307

Shades and tints

Shades of #59AEC7

#59AEC7
(89,174,199)
#519FB5
(81,159,181)
#4990A3
(73,144,163)
#418191
(65,129,145)
#39727F
(57,114,127)
#31636D
(49,99,109)
#29545B
(41,84,91)
#214549
(33,69,73)
#193637
(25,54,55)
#112725
(17,39,37)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #59AEC7

#59AEC7
(89,174,199)
#68B5CC
(104,181,204)
#77BCD1
(119,188,209)
#86C3D6
(134,195,214)
#95CADB
(149,202,219)
#A4D1E0
(164,209,224)
#B3D8E5
(179,216,229)
#C2DFEA
(194,223,234)
#D1E6EF
(209,230,239)
#E0EDF4
(224,237,244)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AEC7 color. Also use rgb(89,174,199) instead hex code.

Text Font Color

.myTextColor { color: #59AEC7; }

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

This text font color is #59AEC7.


Background Color

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

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

This div background color is #59AEC7.


Border color

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

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

This div border color is #59AEC7.


Opacity

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

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

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

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

This text has shadow with #59AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AEC7 on black background.


Color preview on white background

This text has color #59AEC7 on white background.



Black color preview on #59AEC7 background

This text has black color on #59AEC7 background.


White color preview on #59AEC7 background

This text has white color on #59AEC7 background.