COLOR #57BEE1

HEX: #57BEE1
RGB: (87,190,225)

Renk bilgisi

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

RGB renk modeli

#57BEE1 color RGB value is (87,190,225).

  • kırmız ton 87;
  • yeşil ton 190;
  • mavi ton 225.
RGB:
(87,190,225)
(34%,75%,88%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 190 of 255 = 75%
B 225 of 255 = 88%

87
190
225

R + G + B ~ 66%. #57BEE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 190 + 225 = 502 (100%)
R 87 of 502 ~ 17.33%
G 190 of 502 ~ 37.85%
B 225 of 502 ~ 44.82%

%17.33
%37.85
%44.82

CMYK RENK MODELİ

#57BEE1 rengi CMYK tonu (61,16,0,12).

  • camgöbeği tonu 61.33%
  • eflatun tonu 15.56%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(61,16,0,12)
C61M16Y0K12 
(61%,16%,0%,12%)
(0.61/0.16/0.00/0.12)	

CMYK yüzdeleri

%61.33
%15.56
%0
%11.76

Codes

Color #57BEE1 in popluar color models

57BEE1
RGB87190225
HSL195°69.70%61.18%
HSB/HSV195°61.33%88.24%
CMYK61.33%15.56%0.00%
11.76%

Color #57BEE1 in popluar number systems.

HEX57BEE1
Decimal87190225
Binary10101111011111011100001
Octal127276341

Shades and tints

Shades of #57BEE1

#57BEE1
(87,190,225)
#50ADCD
(80,173,205)
#499CB9
(73,156,185)
#428BA5
(66,139,165)
#3B7A91
(59,122,145)
#34697D
(52,105,125)
#2D5869
(45,88,105)
#264755
(38,71,85)
#1F3641
(31,54,65)
#18252D
(24,37,45)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #57BEE1

#57BEE1
(87,190,225)
#66C3E3
(102,195,227)
#75C8E5
(117,200,229)
#84CDE7
(132,205,231)
#93D2E9
(147,210,233)
#A2D7EB
(162,215,235)
#B1DCED
(177,220,237)
#C0E1EF
(192,225,239)
#CFE6F1
(207,230,241)
#DEEBF3
(222,235,243)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57BEE1 color. Also use rgb(87,190,225) instead hex code.

Text Font Color

.myTextColor { color: #57BEE1; }

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

This text font color is #57BEE1.


Background Color

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

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

This div background color is #57BEE1.


Border color

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

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

This div border color is #57BEE1.


Opacity

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

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

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

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

This text has shadow with #57BEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57BEE1 on black background.


Color preview on white background

This text has color #57BEE1 on white background.



Black color preview on #57BEE1 background

This text has black color on #57BEE1 background.


White color preview on #57BEE1 background

This text has white color on #57BEE1 background.