COLOR #57B9DB

HEX: #57B9DB
RGB: (87,185,219)

Renk bilgisi

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

RGB renk modeli

#57B9DB color RGB value is (87,185,219).

  • kırmız ton 87;
  • yeşil ton 185;
  • mavi ton 219.
RGB:
(87,185,219)
(34%,73%,86%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 185 of 255 = 73%
B 219 of 255 = 86%

87
185
219

R + G + B ~ 64%. #57B9DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 185 + 219 = 491 (100%)
R 87 of 491 ~ 17.72%
G 185 of 491 ~ 37.68%
B 219 of 491 ~ 44.6%

%17.72
%37.68
%44.6

CMYK RENK MODELİ

#57B9DB rengi CMYK tonu (60,16,0,14).

  • camgöbeği tonu 60.27%
  • eflatun tonu 15.53%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(60,16,0,14)
C60M16Y0K14 
(60%,16%,0%,14%)
(0.60/0.16/0.00/0.14)	

CMYK yüzdeleri

%60.27
%15.53
%0
%14.12

Codes

Color #57B9DB in popluar color models

57B9DB
RGB87185219
HSL195°64.71%60.00%
HSB/HSV195°60.27%85.88%
CMYK60.27%15.53%0.00%
14.12%

Color #57B9DB in popluar number systems.

HEX57B9DB
Decimal87185219
Binary10101111011100111011011
Octal127271333

Shades and tints

Shades of #57B9DB

#57B9DB
(87,185,219)
#50A9C8
(80,169,200)
#4999B5
(73,153,181)
#4289A2
(66,137,162)
#3B798F
(59,121,143)
#34697C
(52,105,124)
#2D5969
(45,89,105)
#264956
(38,73,86)
#1F3943
(31,57,67)
#182930
(24,41,48)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #57B9DB

#57B9DB
(87,185,219)
#66BFDE
(102,191,222)
#75C5E1
(117,197,225)
#84CBE4
(132,203,228)
#93D1E7
(147,209,231)
#A2D7EA
(162,215,234)
#B1DDED
(177,221,237)
#C0E3F0
(192,227,240)
#CFE9F3
(207,233,243)
#DEEFF6
(222,239,246)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57B9DB color. Also use rgb(87,185,219) instead hex code.

Text Font Color

.myTextColor { color: #57B9DB; }

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

This text font color is #57B9DB.


Background Color

.myBgColor { background-color: #57B9DB; }

<div style="background-color:#57B9DB">Inner text</div>

This div background color is #57B9DB.


Border color

.myBorderColor { border: 1px solid #57B9DB; }

<div style="border:3px solid #57B9DB">Div</div>

This div border color is #57B9DB.


Opacity

.myOpacity80 { color: #57B9DB; opacity: 0.8; }

<p style="color:#57B9DB;opacity:0.8;">80%</p>

Text with #57B9DB 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 #57B9DB;}

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

This text has shadow with #57B9DB color.

.textShadow {text-shadow: 3px 3px 1px #57B9DB, 3px 3px 1px red;}

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

This text has shadow with #57B9DB primary color and red secondary color.


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

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

This text has shadow with #57B9DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57B9DB on black background.


Color preview on white background

This text has color #57B9DB on white background.



Black color preview on #57B9DB background

This text has black color on #57B9DB background.


White color preview on #57B9DB background

This text has white color on #57B9DB background.