#81DEAA

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

Shades of Vista Blue #81DEAA

Tints of Vista Blue #81DEAA

Color information

#81DEAA (or 0x81DEAA) is unknown color: approx Vista Blue. HEX triplet: 81, DE and AA. RGB value is (129,222,170). Sum of RGB (Red+Green+Blue) = 129+222+170=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #81DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DEAA is #7E2155. Grayscale: #BCBCBC. Windows color (decimal): -8266070 or 11198081. OLE color: 11198081.

HSL color Cylindrical-coordinate representation of color #81DEAA: hue angle of 146.45º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DEAA is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB129222170-
CMYK0.4200.230.13
HSL146.45º58.49%68.82%-
HSV(B)146.45º41.89%87.06%-
XYZ42.4359.8147.34-
YUV188.26117.6985.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.76%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=24.76%
G=42.61%
B=32.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292221700.4200.230.13146.4558.4968.82
Hex81DEAA2A017D923a45
Octal201336252520271522272105
Binary1000000111011110101010101010100101111101100100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,170); }

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

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

 a { background-color: rgb(129,222,170); }

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

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

 span { border-color: rgb(129,222,170); }

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