#81B7D9

Color #81B7D9 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #81B7D9

Tints of Seagull #81B7D9

Color information

#81B7D9 (or 0x81B7D9) is unknown color: approx Seagull. HEX triplet: 81, B7 and D9. RGB value is (129,183,217). Sum of RGB (Red+Green+Blue) = 129+183+217=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #81B7D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7D9 is #7E4826. Grayscale: #AAAAAA. Windows color (decimal): -8276007 or 14268289. OLE color: 14268289.

HSL color Cylindrical-coordinate representation of color #81B7D9: hue angle of 203.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81B7D9 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129183217-
CMYK0.410.1600.15
HSL203.18º53.66%67.84%-
HSV(B)203.18º40.55%85.1%-
XYZ38.5143.5472.02-
YUV170.73154.1198.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=24.39%
G=34.59%
B=41.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291832170.410.1600.15203.1853.6667.84
Hex81B7D929100Fcb3644
Octal201267331512001731366104
Binary1000000110110111110110011010011000001111110010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B7D9; }

 p { color: rgb(129,183,217); }

 H1.HeaderClassName
 {
   color: #81B7D9;
 }
 .AnyTagClassName
 {
   color: #81B7D9;
 }
</style>
background-color css

<style>
 a { background-color: #81B7D9; }

 a { background-color: rgb(129,183,217); }

 div.DivClassName
 {
   background-color: #81B7D9;
 }
 .BgClassName
 {
   background-color: #81B7D9;
 }
</style>
border-color css

<style>
 span { border-color: #81B7D9; }

 span { border-color: rgb(129,183,217); }

 td.TdClassName
 {
   border-color: #81B7D9;
 }
 .TagClassName
 {
   border-color: #81B7D9;
 }
</style>