#81D9AB

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

Shades of Vista Blue #81D9AB

Tints of Vista Blue #81D9AB

Color information

#81D9AB (or 0x81D9AB) is unknown color: approx Vista Blue. HEX triplet: 81, D9 and AB. RGB value is (129,217,171). Sum of RGB (Red+Green+Blue) = 129+217+171=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #81D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D9AB is #7E2654. Grayscale: #B9B9B9. Windows color (decimal): -8267349 or 11262337. OLE color: 11262337.

HSL color Cylindrical-coordinate representation of color #81D9AB: hue angle of 148.64º 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 #81D9AB is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB129217171-
CMYK0.4100.210.15
HSL148.64º53.66%67.84%-
HSV(B)148.64º40.55%85.1%-
XYZ41.2257.2347.4-
YUV185.44119.8587.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=24.95%
G=41.97%
B=33.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292171710.4100.210.15148.6453.6667.84
Hex81D9AB29015F953644
Octal201331253510251722566104
Binary1000000111011001101010111010010101011111100101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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