COLOR #51BBD9

HEX: #51BBD9 RGB: (81,187,217)

Color info

#51BBD9 contains mainly green and blue colors. Web safe color of #51BBD9 is #66CCCC (or #6CC).

RGB color model

#51BBD9 color RGB value is (81,187,217).

RGB: (81,187,217) (32%, 73%, 85%)

RGB channels and saturation

R 81 of 255 = 32%
G 187 of 255 = 73%
B 217 of 255 = 85%

81
187
217

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

Portions of RGB colors in percentages

R + G + B = 81 + 187 + 217 = 485 (100%)
R 81 of 485 ~ 16.7%
G 187 of 485 ~ 38.56%
B 217 of 485 ~ 44.74'%

%16.7
%38.56
%44.74

CMYK color model

#51BBD9 color CMYK value is (63,14,0,15).

  • cyan value is 62.67%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (63,14,0,15)
C63M14Y0K15 (63%, 14%, 0%, 15%)
(0.63 / 0.14 / 0.00 / 0.15)

CMYK percentages

%62.67
%13.82
%0
%14.9

Codes

Color #51BBD9 in popluar color models

51 BB D9
RGB 81 187 217
HSL 193° 64.15% 58.43%
HSB/HSV 193° 62.67% 85.10%
CMYK 62.67% 13.82% 0.00%
14.90%

Color #51BBD9 in popluar number systems.

HEX 51 BB D9
Decimal 81 187 217
Binary 1010001 10111011 11011001
Octal 121 273 331

Shades and tints

Shades of #51BBD9

#51BBD9
(81,187,217)
#4AAAC6
(74,170,198)
#4399B3
(67,153,179)
#3C88A0
(60,136,160)
#35778D
(53,119,141)
#2E667A
(46,102,122)
#275567
(39,85,103)
#204454
(32,68,84)
#193341
(25,51,65)
#12222E
(18,34,46)
#0B111B
(11,17,27)
#000000
(0,0,0)

Tints of #51BBD9

#51BBD9
(81,187,217)
#60C1DC
(96,193,220)
#6FC7DF
(111,199,223)
#7ECDE2
(126,205,226)
#8DD3E5
(141,211,229)
#9CD9E8
(156,217,232)
#ABDFEB
(171,223,235)
#BAE5EE
(186,229,238)
#C9EBF1
(201,235,241)
#D8F1F4
(216,241,244)
#E7F7F7
(231,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BBD9 color. Also use rgb(81,187,217) instead hex code.

Text Font Color

.myTextColor { color: #51BBD9; }

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

This text font color is #51BBD9.

Background Color

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

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

This div background color is #51BBD9.

Border color

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

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

This div border color is #51BBD9.

Opacity

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

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

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

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

This text has shadow with #51BBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51BBD9.

Preview

Color preview on black background

This text has color #51BBD9 on black background.


Color preview on white background

This text has color #51BBD9 on white background.


Black color preview on #51BBD9 background

This text has black color on #51BBD9 background.


White color preview on #51BBD9 background

This text has white color on #51BBD9 background.


Related colors

Complementary color

Complementary color for #hex is #AE4426.


I love getcolorcode.com

Triadic colors

1 #D951BB and #BBD951 with #51BBD9 are triadic colors.

2 #D9BB51 and #BB51D9 with #51BBD9 are triadic colors.