COLOR #51AAE8

HEX: #51AAE8
RGB: (81,170,232)

Renk bilgisi

#51AAE8 contains mainly blue color. #51AAE8 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#51AAE8 color RGB value is (81,170,232).

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

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 170 of 255 = 67%
B 232 of 255 = 91%

81
170
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 170 + 232 = 483 (100%)
R 81 of 483 ~ 16.77%
G 170 of 483 ~ 35.2%
B 232 of 483 ~ 48.03%

%16.77
%35.2
%48.03

CMYK RENK MODELİ

#51AAE8 rengi CMYK tonu (65,27,0,9).

  • camgöbeği tonu 65.09%
  • eflatun tonu 26.72%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(65,27,0,9)
C65M27Y0K9 
(65%,27%,0%,9%)
(0.65/0.27/0.00/0.09)	

CMYK yüzdeleri

%65.09
%26.72
%0
%9.02

Codes

Color #51AAE8 in popluar color models

51AAE8
RGB81170232
HSL205°76.65%61.37%
HSB/HSV205°65.09%90.98%
CMYK65.09%26.72%0.00%
9.02%

Color #51AAE8 in popluar number systems.

HEX51AAE8
Decimal81170232
Binary10100011010101011101000
Octal121252350

Shades and tints

Shades of #51AAE8

#51AAE8
(81,170,232)
#4A9BD3
(74,155,211)
#438CBE
(67,140,190)
#3C7DA9
(60,125,169)
#356E94
(53,110,148)
#2E5F7F
(46,95,127)
#27506A
(39,80,106)
#204155
(32,65,85)
#193240
(25,50,64)
#12232B
(18,35,43)
#0B1416
(11,20,22)
#000000
(0,0,0)

Tints of #51AAE8

#51AAE8
(81,170,232)
#60B1EA
(96,177,234)
#6FB8EC
(111,184,236)
#7EBFEE
(126,191,238)
#8DC6F0
(141,198,240)
#9CCDF2
(156,205,242)
#ABD4F4
(171,212,244)
#BADBF6
(186,219,246)
#C9E2F8
(201,226,248)
#D8E9FA
(216,233,250)
#E7F0FC
(231,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51AAE8; }

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

This text font color is #51AAE8.


Background Color

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

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

This div background color is #51AAE8.


Border color

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

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

This div border color is #51AAE8.


Opacity

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

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

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

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

This text has shadow with #51AAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51AAE8 on black background.


Color preview on white background

This text has color #51AAE8 on white background.



Black color preview on #51AAE8 background

This text has black color on #51AAE8 background.


White color preview on #51AAE8 background

This text has white color on #51AAE8 background.