#81DBAC

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

Shades of Vista Blue #81DBAC

Tints of Vista Blue #81DBAC

Color information

#81DBAC (or 0x81DBAC) is unknown color: approx Vista Blue. HEX triplet: 81, DB and AC. RGB value is (129,219,172). Sum of RGB (Red+Green+Blue) = 129+219+172=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #81DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DBAC is #7E2453. Grayscale: #BABABA. Windows color (decimal): -8266836 or 11328385. OLE color: 11328385.

HSL color Cylindrical-coordinate representation of color #81DBAC: hue angle of 148.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DBAC is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB129219172-
CMYK0.4100.210.14
HSL148.67º55.56%68.24%-
HSV(B)148.67º41.1%85.88%-
XYZ41.8358.3148.08-
YUV186.73119.6886.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=24.81%
G=42.12%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1292191720.4100.210.14148.6755.5668.24
Hex81DBAC29015E953844
Octal201333254510251622570104
Binary1000000111011011101011001010010101011110100101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,219,172); }

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

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

 a { background-color: rgb(129,219,172); }

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

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

 span { border-color: rgb(129,219,172); }

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