COLOR #51AAE3

HEX: #51AAE3
RGB: (81,170,227)

Renk bilgisi

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

RGB renk modeli

#51AAE3 color RGB value is (81,170,227).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 170 of 255 = 67%
B 227 of 255 = 89%

81
170
227

R + G + B ~ 63%. #51AAE3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 170 + 227 = 478 (100%)
R 81 of 478 ~ 16.95%
G 170 of 478 ~ 35.56%
B 227 of 478 ~ 47.49%

%16.95
%35.56
%47.49

CMYK RENK MODELİ

#51AAE3 rengi CMYK tonu (64,25,0,11).

  • camgöbeği tonu 64.32%
  • eflatun tonu 25.11%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(64,25,0,11)
C64M25Y0K11 
(64%,25%,0%,11%)
(0.64/0.25/0.00/0.11)	

CMYK yüzdeleri

%64.32
%25.11
%0
%10.98

Codes

Color #51AAE3 in popluar color models

51AAE3
RGB81170227
HSL203°72.28%60.39%
HSB/HSV203°64.32%89.02%
CMYK64.32%25.11%0.00%
10.98%

Color #51AAE3 in popluar number systems.

HEX51AAE3
Decimal81170227
Binary10100011010101011100011
Octal121252343

Shades and tints

Shades of #51AAE3

#51AAE3
(81,170,227)
#4A9BCF
(74,155,207)
#438CBB
(67,140,187)
#3C7DA7
(60,125,167)
#356E93
(53,110,147)
#2E5F7F
(46,95,127)
#27506B
(39,80,107)
#204157
(32,65,87)
#193243
(25,50,67)
#12232F
(18,35,47)
#0B141B
(11,20,27)
#000000
(0,0,0)

Tints of #51AAE3

#51AAE3
(81,170,227)
#60B1E5
(96,177,229)
#6FB8E7
(111,184,231)
#7EBFE9
(126,191,233)
#8DC6EB
(141,198,235)
#9CCDED
(156,205,237)
#ABD4EF
(171,212,239)
#BADBF1
(186,219,241)
#C9E2F3
(201,226,243)
#D8E9F5
(216,233,245)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51AAE3; }

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

This text font color is #51AAE3.


Background Color

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

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

This div background color is #51AAE3.


Border color

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

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

This div border color is #51AAE3.


Opacity

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

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

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

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

This text has shadow with #51AAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AAE3 on black background.


Color preview on white background

This text has color #51AAE3 on white background.



Black color preview on #51AAE3 background

This text has black color on #51AAE3 background.


White color preview on #51AAE3 background

This text has white color on #51AAE3 background.