#86DBAA

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

Shades of Vista Blue #86DBAA

Tints of Vista Blue #86DBAA

Color information

#86DBAA (or 0x86DBAA) is unknown color: approx Vista Blue. HEX triplet: 86, DB and AA. RGB value is (134,219,170). Sum of RGB (Red+Green+Blue) = 134+219+170=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBAA is #792455. Grayscale: #BCBCBC. Windows color (decimal): -7939158 or 11197318. OLE color: 11197318.

HSL color Cylindrical-coordinate representation of color #86DBAA: hue angle of 145.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBAA is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB134219170-
CMYK0.3900.220.14
HSL145.41º54.14%69.22%-
HSV(B)145.41º38.81%85.88%-
XYZ42.4258.6347.11-
YUV188117.8489.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=25.62%
G=41.87%
B=32.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342191700.3900.220.14145.4154.1469.22
Hex86DBAA27016E913645
Octal206333252470261622166105
Binary1000011011011011101010101001110101101110100100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,219,170); }

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

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

 a { background-color: rgb(134,219,170); }

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

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

 span { border-color: rgb(134,219,170); }

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