COLOR #42A5B9

HEX: #42A5B9
RGB: (66,165,185)

Renk bilgisi

#42A5B9 contains mainly green and blue colors. #42A5B9 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#42A5B9 color RGB value is (66,165,185).

  • kırmız ton 66;
  • yeşil ton 165;
  • mavi ton 185.
RGB:
(66,165,185)
(26%,65%,73%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 165 of 255 = 65%
B 185 of 255 = 73%

66
165
185

R + G + B ~ 55%. #42A5B9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 165 + 185 = 416 (100%)
R 66 of 416 ~ 15.87%
G 165 of 416 ~ 39.66%
B 185 of 416 ~ 44.47%

%15.87
%39.66
%44.47

CMYK RENK MODELİ

#42A5B9 rengi CMYK tonu (64,11,0,27).

  • camgöbeği tonu 64.32%
  • eflatun tonu 10.81%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(64,11,0,27)
C64M11Y0K27 
(64%,11%,0%,27%)
(0.64/0.11/0.00/0.27)	

CMYK yüzdeleri

%64.32
%10.81
%0
%27.45

Codes

Color #42A5B9 in popluar color models

42A5B9
RGB66165185
HSL190°47.41%49.22%
HSB/HSV190°64.32%72.55%
CMYK64.32%10.81%0.00%
27.45%

Color #42A5B9 in popluar number systems.

HEX42A5B9
Decimal66165185
Binary10000101010010110111001
Octal102245271

Shades and tints

Shades of #42A5B9

#42A5B9
(66,165,185)
#3C96A9
(60,150,169)
#368799
(54,135,153)
#307889
(48,120,137)
#2A6979
(42,105,121)
#245A69
(36,90,105)
#1E4B59
(30,75,89)
#183C49
(24,60,73)
#122D39
(18,45,57)
#0C1E29
(12,30,41)
#060F19
(6,15,25)
#000000
(0,0,0)

Tints of #42A5B9

#42A5B9
(66,165,185)
#53ADBF
(83,173,191)
#64B5C5
(100,181,197)
#75BDCB
(117,189,203)
#86C5D1
(134,197,209)
#97CDD7
(151,205,215)
#A8D5DD
(168,213,221)
#B9DDE3
(185,221,227)
#CAE5E9
(202,229,233)
#DBEDEF
(219,237,239)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A5B9 color. Also use rgb(66,165,185) instead hex code.

Text Font Color

.myTextColor { color: #42A5B9; }

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

This text font color is #42A5B9.


Background Color

.myBgColor { background-color: #42A5B9; }

<div style="background-color:#42A5B9">Inner text</div>

This div background color is #42A5B9.


Border color

.myBorderColor { border: 1px solid #42A5B9; }

<div style="border:3px solid #42A5B9">Div</div>

This div border color is #42A5B9.


Opacity

.myOpacity80 { color: #42A5B9; opacity: 0.8; }

<p style="color:#42A5B9;opacity:0.8;">80%</p>

Text with #42A5B9 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 #42A5B9;}

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

This text has shadow with #42A5B9 color.

.textShadow {text-shadow: 3px 3px 1px #42A5B9, 3px 3px 1px red;}

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

This text has shadow with #42A5B9 primary color and red secondary color.


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

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

This text has shadow with #42A5B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A5B9 on black background.


Color preview on white background

This text has color #42A5B9 on white background.



Black color preview on #42A5B9 background

This text has black color on #42A5B9 background.


White color preview on #42A5B9 background

This text has white color on #42A5B9 background.