COLOR #51A8D0

HEX: #51A8D0 RGB: (81,168,208)

Color info

#51A8D0 contains mainly green and blue colors. Web safe color of #51A8D0 is #6699CC (or #69C).

RGB color model

#51A8D0 color RGB value is (81,168,208).

RGB: (81,168,208) (32%, 66%, 82%)

RGB channels and saturation

R 81 of 255 = 32%
G 168 of 255 = 66%
B 208 of 255 = 82%

81
168
208

R + G + B ~ 60%. #51A8D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 168 + 208 = 457 (100%)
R 81 of 457 ~ 17.72%
G 168 of 457 ~ 36.76%
B 208 of 457 ~ 45.51'%

%17.72
%36.76
%45.51

CMYK color model

#51A8D0 color CMYK value is (61,19,0,18).

  • cyan value is 61.06%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (61,19,0,18) C61M19Y0K18 (61%,19%,0%,18%) (0.61/0.19/0.00/0.18) 

CMYK percentages

%61.06
%19.23
%0
%18.43

Codes

Color #51A8D0 in popluar color models

51 A8 D0
RGB 81 168 208
HSL 199° 57.47% 56.67%
HSB/HSV 199° 61.06% 81.57%
CMYK 61.06% 19.23% 0.00%
18.43%

Color #51A8D0 in popluar number systems.

HEX 51 A8 D0
Decimal 81 168 208
Binary 1010001 10101000 11010000
Octal 121 250 320

Shades and tints

Shades of #51A8D0

#51A8D0
(81,168,208)
#4A99BE
(74,153,190)
#438AAC
(67,138,172)
#3C7B9A
(60,123,154)
#356C88
(53,108,136)
#2E5D76
(46,93,118)
#274E64
(39,78,100)
#203F52
(32,63,82)
#193040
(25,48,64)
#12212E
(18,33,46)
#0B121C
(11,18,28)
#000000
(0,0,0)

Tints of #51A8D0

#51A8D0
(81,168,208)
#60AFD4
(96,175,212)
#6FB6D8
(111,182,216)
#7EBDDC
(126,189,220)
#8DC4E0
(141,196,224)
#9CCBE4
(156,203,228)
#ABD2E8
(171,210,232)
#BAD9EC
(186,217,236)
#C9E0F0
(201,224,240)
#D8E7F4
(216,231,244)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A8D0 color. Also use rgb(81,168,208) instead hex code.

Text Font Color

.myTextColor { color: #51A8D0; }

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

This text font color is #51A8D0.

Background Color

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

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

This div background color is #51A8D0.

Border color

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

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

This div border color is #51A8D0.

Opacity

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

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

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

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

This text has shadow with #51A8D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51A8D0.

Preview

Color preview on black background

This text has color #51A8D0 on black background.


Color preview on white background

This text has color #51A8D0 on white background.


Black color preview on #51A8D0 background

This text has black color on #51A8D0 background.


White color preview on #51A8D0 background

This text has white color on #51A8D0 background.


Related colors

Complementary color

Complementary color for #hex is #AE572F.


I love getcolorcode.com

Triadic colors

1 #D051A8 and #A8D051 with #51A8D0 are triadic colors.

2 #D0A851 and #A851D0 with #51A8D0 are triadic colors.