COLOR #81C5FF

HEX: #81C5FF RGB: (129,197,255)

Color info

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

RGB color model

#81C5FF color RGB value is (129,197,255).

RGB: (129,197,255) (51%, 77%, 100%)

RGB channels and saturation

R 129 of 255 = 51%
G 197 of 255 = 77%
B 255 of 255 = 100%

129
197
255

R + G + B ~ 76%. #81C5FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 197 + 255 = 581 (100%)
R 129 of 581 ~ 22.2%
G 197 of 581 ~ 33.91%
B 255 of 581 ~ 43.89'%

%22.2
%33.91
%43.89

CMYK color model

#81C5FF color CMYK value is (49,23,0,0).

  • cyan value is 49.41%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (49,23,0,0)
C49M23Y0K0 (49%, 23%, 0%, 0%)
(0.49 / 0.23 / 0.00 / 0.00)

CMYK percentages

%49.41
%22.75
%0
%0

Codes

Color #81C5FF in popluar color models

81 C5 FF
RGB 129 197 255
HSL 208° 100.00% 75.29%
HSB/HSV 208° 49.41% 100.00%
CMYK 49.41% 22.75% 0.00%
0.00%

Color #81C5FF in popluar number systems.

HEX 81 C5 FF
Decimal 129 197 255
Binary 10000001 11000101 11111111
Octal 201 305 377

Shades and tints

Shades of #81C5FF

#81C5FF
(129,197,255)
#76B4E8
(118,180,232)
#6BA3D1
(107,163,209)
#6092BA
(96,146,186)
#5581A3
(85,129,163)
#4A708C
(74,112,140)
#3F5F75
(63,95,117)
#344E5E
(52,78,94)
#293D47
(41,61,71)
#1E2C30
(30,44,48)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #81C5FF

#81C5FF
(129,197,255)
#8CCAFF
(140,202,255)
#97CFFF
(151,207,255)
#A2D4FF
(162,212,255)
#ADD9FF
(173,217,255)
#B8DEFF
(184,222,255)
#C3E3FF
(195,227,255)
#CEE8FF
(206,232,255)
#D9EDFF
(217,237,255)
#E4F2FF
(228,242,255)
#EFF7FF
(239,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C5FF color. Also use rgb(129,197,255) instead hex code.

Text Font Color

.myTextColor { color: #81C5FF; }

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

This text font color is #81C5FF.

Background Color

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

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

This div background color is #81C5FF.

Border color

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

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

This div border color is #81C5FF.

Opacity

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

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

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

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

This text has shadow with #81C5FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81C5FF.

Preview

Color preview on black background

This text has color #81C5FF on black background.


Color preview on white background

This text has color #81C5FF on white background.


Black color preview on #81C5FF background

This text has black color on #81C5FF background.


White color preview on #81C5FF background

This text has white color on #81C5FF background.


Related colors

Complementary color

Complementary color for #hex is #7E3A00.


I love getcolorcode.com

Triadic colors

1 #FF81C5 and #C5FF81 with #81C5FF are triadic colors.

2 #FFC581 and #C581FF with #81C5FF are triadic colors.