COLOR #81B5EA

HEX: #81B5EA RGB: (129,181,234)

Color info

#81B5EA contains mainly green and blue colors. Web safe color of #81B5EA is #99CCFF (or #9CF).

RGB color model

#81B5EA color RGB value is (129,181,234).

RGB: (129,181,234) (51%, 71%, 92%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 234 of 255 = 92%

129
181
234

R + G + B ~ 71%. #81B5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 234 = 544 (100%)
R 129 of 544 ~ 23.71%
G 181 of 544 ~ 33.27%
B 234 of 544 ~ 43.01'%

%23.71
%33.27
%43.01

CMYK color model

#81B5EA color CMYK value is (45,23,0,8).

  • cyan value is 44.87%
  • magenta value is 22.65%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (45,23,0,8)
C45M23Y0K8 (45%, 23%, 0%, 8%)
(0.45 / 0.23 / 0.00 / 0.08)

CMYK percentages

%44.87
%22.65
%0
%8.24

Codes

Color #81B5EA in popluar color models

81 B5 EA
RGB 129 181 234
HSL 210° 71.43% 71.18%
HSB/HSV 210° 44.87% 91.76%
CMYK 44.87% 22.65% 0.00%
8.24%

Color #81B5EA in popluar number systems.

HEX 81 B5 EA
Decimal 129 181 234
Binary 10000001 10110101 11101010
Octal 201 265 352

Shades and tints

Shades of #81B5EA

#81B5EA
(129,181,234)
#76A5D5
(118,165,213)
#6B95C0
(107,149,192)
#6085AB
(96,133,171)
#557596
(85,117,150)
#4A6581
(74,101,129)
#3F556C
(63,85,108)
#344557
(52,69,87)
#293542
(41,53,66)
#1E252D
(30,37,45)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #81B5EA

#81B5EA
(129,181,234)
#8CBBEB
(140,187,235)
#97C1EC
(151,193,236)
#A2C7ED
(162,199,237)
#ADCDEE
(173,205,238)
#B8D3EF
(184,211,239)
#C3D9F0
(195,217,240)
#CEDFF1
(206,223,241)
#D9E5F2
(217,229,242)
#E4EBF3
(228,235,243)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B5EA color. Also use rgb(129,181,234) instead hex code.

Text Font Color

.myTextColor { color: #81B5EA; }

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

This text font color is #81B5EA.

Background Color

.myBgColor { background-color: #81B5EA; }

<div style="background-color:#81B5EA">Inner text</div>

This div background color is #81B5EA.

Border color

.myBorderColor { border: 1px solid #81B5EA; }

<div style="border:3px solid #81B5EA">Div</div>

This div border color is #81B5EA.

Opacity

.myOpacity80 { color: #81B5EA; opacity: 0.8; }

<p style="color:#81B5EA;opacity:0.8;">80%</p>

Text with #81B5EA 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 #81B5EA;}

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

This text has shadow with #81B5EA color.


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

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

This text has shadow with #81B5EA primary color and red secondary color.


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

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

This text has shadow with #81B5EA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81B5EA.

Preview

Color preview on black background

This text has color #81B5EA on black background.


Color preview on white background

This text has color #81B5EA on white background.


Black color preview on #81B5EA background

This text has black color on #81B5EA background.


White color preview on #81B5EA background

This text has white color on #81B5EA background.


Related colors

Complementary color

Complementary color for #hex is #7E4A15.


I love getcolorcode.com

Triadic colors

1 #EA81B5 and #B5EA81 with #81B5EA are triadic colors.

2 #EAB581 and #B581EA with #81B5EA are triadic colors.