COLOR #51AAE1

HEX: #51AAE1
RGB: (81,170,225)

Renk bilgisi

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

RGB renk modeli

#51AAE1 color RGB value is (81,170,225).

  • kırmız ton 81;
  • yeşil ton 170;
  • mavi ton 225.
RGB:
(81,170,225)
(32%,67%,88%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 170 of 255 = 67%
B 225 of 255 = 88%

81
170
225

R + G + B ~ 62%. #51AAE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 170 + 225 = 476 (100%)
R 81 of 476 ~ 17.02%
G 170 of 476 ~ 35.71%
B 225 of 476 ~ 47.27%

%17.02
%35.71
%47.27

CMYK RENK MODELİ

#51AAE1 rengi CMYK tonu (64,24,0,12).

  • camgöbeği tonu 64.00%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(64,24,0,12)
C64M24Y0K12 
(64%,24%,0%,12%)
(0.64/0.24/0.00/0.12)	

CMYK yüzdeleri

%64
%24.44
%0
%11.76

Codes

Color #51AAE1 in popluar color models

51AAE1
RGB81170225
HSL203°70.59%60.00%
HSB/HSV203°64.00%88.24%
CMYK64.00%24.44%0.00%
11.76%

Color #51AAE1 in popluar number systems.

HEX51AAE1
Decimal81170225
Binary10100011010101011100001
Octal121252341

Shades and tints

Shades of #51AAE1

#51AAE1
(81,170,225)
#4A9BCD
(74,155,205)
#438CB9
(67,140,185)
#3C7DA5
(60,125,165)
#356E91
(53,110,145)
#2E5F7D
(46,95,125)
#275069
(39,80,105)
#204155
(32,65,85)
#193241
(25,50,65)
#12232D
(18,35,45)
#0B1419
(11,20,25)
#000000
(0,0,0)

Tints of #51AAE1

#51AAE1
(81,170,225)
#60B1E3
(96,177,227)
#6FB8E5
(111,184,229)
#7EBFE7
(126,191,231)
#8DC6E9
(141,198,233)
#9CCDEB
(156,205,235)
#ABD4ED
(171,212,237)
#BADBEF
(186,219,239)
#C9E2F1
(201,226,241)
#D8E9F3
(216,233,243)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51AAE1 color. Also use rgb(81,170,225) instead hex code.

Text Font Color

.myTextColor { color: #51AAE1; }

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

This text font color is #51AAE1.


Background Color

.myBgColor { background-color: #51AAE1; }

<div style="background-color:#51AAE1">Inner text</div>

This div background color is #51AAE1.


Border color

.myBorderColor { border: 1px solid #51AAE1; }

<div style="border:3px solid #51AAE1">Div</div>

This div border color is #51AAE1.


Opacity

.myOpacity80 { color: #51AAE1; opacity: 0.8; }

<p style="color:#51AAE1;opacity:0.8;">80%</p>

Text with #51AAE1 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 #51AAE1;}

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

This text has shadow with #51AAE1 color.

.textShadow {text-shadow: 3px 3px 1px #51AAE1, 3px 3px 1px red;}

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

This text has shadow with #51AAE1 primary color and red secondary color.


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

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

This text has shadow with #51AAE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AAE1 on black background.


Color preview on white background

This text has color #51AAE1 on white background.



Black color preview on #51AAE1 background

This text has black color on #51AAE1 background.


White color preview on #51AAE1 background

This text has white color on #51AAE1 background.