#86DDAC

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

Shades of Vista Blue #86DDAC

Tints of Vista Blue #86DDAC

Color information

#86DDAC (or 0x86DDAC) is unknown color: approx Vista Blue. HEX triplet: 86, DD and AC. RGB value is (134,221,172). Sum of RGB (Red+Green+Blue) = 134+221+172=527 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.43% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DDAC is #792253. Grayscale: #BDBDBD. Windows color (decimal): -7938644 or 11328902. OLE color: 11328902.

HSL color Cylindrical-coordinate representation of color #86DDAC: hue angle of 146.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDAC is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB134221172-
CMYK0.3900.220.13
HSL146.21º56.13%69.61%-
HSV(B)146.21º39.37%86.67%-
XYZ43.1359.7648.29-
YUV189.4118.1888.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.43%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=25.43%
G=41.94%
B=32.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211720.3900.220.13146.2156.1369.61
Hex86DDAC27016D923846
Octal206335254470261522270106
Binary1000011011011101101011001001110101101101100100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DDAC; }

 p { color: rgb(134,221,172); }

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

<style>
 a { background-color: #86DDAC; }

 a { background-color: rgb(134,221,172); }

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

<style>
 span { border-color: #86DDAC; }

 span { border-color: rgb(134,221,172); }

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