COLOR #81D8FA

HEX: #81D8FA
RGB: (129,216,250)

Color info

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

RGB color model

#81D8FA color RGB value is (129,216,250).

  • red value is 129;
  • green value is 216;
  • blue value is 250.
RGB:
(129,216,250)
(51%,85%,98%)

RGB channels and saturation

R 129 of 255 = 51%
G 216 of 255 = 85%
B 250 of 255 = 98%

129
216
250

R + G + B ~ 78%. #81D8FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 216 + 250 = 595 (100%)
R 129 of 595 ~ 21.68%
G 216 of 595 ~ 36.3%
B 250 of 595 ~ 42.02%

%21.68
%36.3
%42.02

CMYK color model

#81D8FA color CMYK value is (48,14,0,2).

  • cyan value is 48.40%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(48,14,0,2)
C48M14Y0K2 
(48%,14%,0%,2%)
(0.48/0.14/0.00/0.02)	

CMYK percentages

%48.4
%13.6
%0
%1.96

Codes

Color #81D8FA in popluar color models

81D8FA
RGB129216250
HSL197°92.37%74.31%
HSB/HSV197°48.40%98.04%
CMYK48.40%13.60%0.00%
1.96%

Color #81D8FA in popluar number systems.

HEX81D8FA
Decimal129216250
Binary100000011101100011111010
Octal201330372

Shades and tints

Shades of #81D8FA

#81D8FA
(129,216,250)
#76C5E4
(118,197,228)
#6BB2CE
(107,178,206)
#609FB8
(96,159,184)
#558CA2
(85,140,162)
#4A798C
(74,121,140)
#3F6676
(63,102,118)
#345360
(52,83,96)
#29404A
(41,64,74)
#1E2D34
(30,45,52)
#131A1E
(19,26,30)
#000000
(0,0,0)

Tints of #81D8FA

#81D8FA
(129,216,250)
#8CDBFA
(140,219,250)
#97DEFA
(151,222,250)
#A2E1FA
(162,225,250)
#ADE4FA
(173,228,250)
#B8E7FA
(184,231,250)
#C3EAFA
(195,234,250)
#CEEDFA
(206,237,250)
#D9F0FA
(217,240,250)
#E4F3FA
(228,243,250)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D8FA color. Also use rgb(129,216,250) instead hex code.

Text Font Color

.myTextColor { color: #81D8FA; }

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

This text font color is #81D8FA.


Background Color

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

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

This div background color is #81D8FA.


Border color

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

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

This div border color is #81D8FA.


Opacity

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

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

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

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

This text has shadow with #81D8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D8FA on black background.


Color preview on white background

This text has color #81D8FA on white background.



Black color preview on #81D8FA background

This text has black color on #81D8FA background.


White color preview on #81D8FA background

This text has white color on #81D8FA background.